.elementor-631 .elementor-element.elementor-element-1fa71eb{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-631 .elementor-element.elementor-element-1fa71eb:not(.elementor-motion-effects-element-type-background), .elementor-631 .elementor-element.elementor-element-1fa71eb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-631 .elementor-element.elementor-element-1fa71eb.e-con{--align-self:center;}.elementor-631 .elementor-element.elementor-element-dadd135.elementor-element{--align-self:center;}.elementor-631 .elementor-element.elementor-element-dadd135 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-631 .elementor-element.elementor-element-dadd135 .jet-listing-dynamic-image__figure{align-items:flex-start;}.elementor-631 .elementor-element.elementor-element-dadd135 .jet-listing-dynamic-image a{display:flex;justify-content:flex-start;width:501px;max-width:100%;}.elementor-631 .elementor-element.elementor-element-dadd135 .jet-listing-dynamic-image img{width:501px;max-width:100%;height:300px;object-fit:contain;}.elementor-631 .elementor-element.elementor-element-dadd135 .jet-listing-dynamic-image__caption{text-align:left;}@media(max-width:767px){.elementor-631 .elementor-element.elementor-element-1fa71eb{--width:100%;--min-height:120px;}.elementor-631 .elementor-element.elementor-element-dadd135{width:100%;max-width:100%;}.elementor-631 .elementor-element.elementor-element-dadd135.elementor-element{--align-self:center;}}/* Start custom CSS for container, class: .elementor-element-1fa71eb *//* ==========================================
   DIRECTORY CARD
========================================== */

.bb-directory-card{
    background:#ffffff;
    border:1px solid #eeeeee;
    border-radius:20px;
    padding:32px;
    height:100%;
    display:flex;
    flex-direction:column;
    box-shadow:0 8px 24px rgba(0,0,0,.06);
    transition:transform .2s ease, box-shadow .2s ease;
}

.bb-directory-card:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 32px rgba(0,0,0,.10);
}


/* ==========================================
   FEATURED CROWN ROW
========================================== */

.bb-featured-row{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:12px;
    min-height:28px;
}

.bb-featured-crown img{
    width:28px;
    height:auto;
    display:block;
}


/* ==========================================
   LOGO
========================================== */

.bb-directory-logo img{
    width:100%;
    height:140px;
    object-fit:contain;
    margin-bottom:20px;
}


/* ==========================================
   BUSINESS TITLE
========================================== */

.bb-directory-title a{
    display:block;
    font-size:22px;
    font-weight:700;
    color:#111111;
    text-decoration:none;
    line-height:1.3;
    margin-bottom:12px;
}

.bb-directory-title a:hover{
    color:#c8558c;
}


/* ==========================================
   CATEGORY PILL
========================================== */

.bb-directory-category{
    display:inline-block;
    width:fit-content;
    margin:0 0 18px 0;
    padding:6px 14px;
    background:#f7e8f0;
    border-radius:999px;
    font-size:12px;
    font-weight:600;
    color:#9b2f66;
}


/* ==========================================
   DESCRIPTION
========================================== */

.bb-directory-desc{
    font-size:15px;
    line-height:1.6;
    color:#444444;

    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}/* End custom CSS */