/* =========================================================
   HOME – CLEAN DEDUPED
   Duplicate selector blocks were consolidated inside the same media/context.
   Duplicate declarations were removed with the latest declaration winning.
   Generated from: home-clean-fixed-no-errors(1).css
========================================================= */

.hbc-why-venue{
    margin-top: 80px;
}

@media (max-width: 767px){
.hbc-why-venue{
        margin-top: 10px;
    }

}

.hbc-search-topbar-field select, .hbc-search-topbar-field input{
    width: 100%;
    height: auto;
    min-height: auto;
    border: none;
    background: transparent;
    padding: 0;
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    box-shadow: none;
    outline: none;
}

.hbc-search-topbar-field select{
    cursor: pointer;
}

.hbc-search-topbar-field input{
    width: 100%;
    display: block;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    outline: none;
    box-shadow: none;
}

.hbc-search-topbar-field input::placeholder{
    font-size: 14px;
    font-weight: 500;
    color: #94a3b8;
}

@media (max-width: 767px){
.hbc-search-topbar-wrap{
        margin-top: 22px;
    }

    .hbc-fancy-select-text, .hbc-search-topbar-field input{
        font-size: 15px;
    }

    .hbc-fancy-select-menu{
        top: calc(100% + 8px);
    }

    .hbc-fancy-select-option{
        min-height: 42px;
        font-size: 14px;
    }

}

.hbc-search-topbar > *{
    position: relative;
    z-index: 1;
}

.hbc-search-topbar-field, .hbc-search-topbar-submit{
    background: transparent;
}

.hbc-search-topbar-field-custom{
    position: relative;
    z-index: 30;
}

.hbc-search-topbar-field:not(:last-child){
    border-left: 1px solid #e8edf3;
}

.hbc-custom-select{
    position: relative;
    width: 100%;
    z-index: 40;
}

.hbc-custom-select-trigger:hover, .hbc-custom-select-trigger:focus, .hbc-custom-select-trigger:active{
    background: transparent;
    color: #0f172a;
    border: none;
    box-shadow: none;
}

.hbc-custom-select.is-open .hbc-custom-select-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.hbc-custom-select-menu::-webkit-scrollbar{
    width: 8px;
}

.hbc-custom-select-menu::-webkit-scrollbar-thumb{
    background: #cbd5e1;
    border-radius: 999px;
}

.hbc-search-topbar-field-custom .hbc-custom-select-trigger:focus{
    outline: none;
}

@media (max-width: 767px){
.hbc-search-topbar::before{
        border-radius: 18px;
    }

    .hbc-custom-select-text{
        font-size: 15px;
    }

}

.hbc-search-topbar-field input, .hbc-search-topbar-field input::placeholder{
    font-size: 15px;
    line-height: 1.15;
}

.hbc-custom-select-option.is-selected::before{
    content: "✓";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
    font-size: 14px;
    font-weight: 900;
}

.hbc-custom-select-trigger{
    width: 100%;
    border: none;
    background: transparent;
    box-shadow: none;
    outline: none;
    padding: 0 30px 0 0;
    text-align: right;
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 40px;
    direction: rtl;
}

@media (max-width: 767px){
.hbc-custom-select-text, .hbc-search-topbar-field input, .hbc-search-topbar-field input::placeholder{
        font-size: 14px;
    }

}

.hbc-search-topbar::before{
    background: #fff;
    border: 1px solid #dbe4ee;
    z-index: 0;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    pointer-events: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.95),
        inset 0 -1px 0 rgba(140,100,18,.10);
}

.hbc-search-topbar-field:last-of-type{
    border-left: none;
}

.hbc-search-topbar-field label{
    pointer-events: none;
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 900;
    color: #8b6a1d;
    line-height: 1.2;
}

.hbc-custom-select-trigger, .hbc-search-topbar-field input[type="number"]{
    width: 100%;
    min-height: 44px;
    padding: 0 0 0 30px;
    margin: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    outline: none;
    text-align: right;
    font-size: 16px;
    font-weight: 900;
    color: #1f2937;
    direction: rtl;
}

.hbc-search-topbar-field input[type="number"]::placeholder{
    line-height: 40px;
    color: #a0a8b4;
    font-size: 19px;
    font-weight: 800;
    opacity: 1;
}

.hbc-custom-select-text{
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
    line-height: 1.15;
    font-size: 19px;
    font-weight: 900;
    color: #1f2937;
    text-align: right;
}

.hbc-custom-select-arrow{
    position: absolute;
    left: 0;
    top: 50%;
    transition: transform .22s ease, top .22s ease;
    pointer-events: none;
    width: 12px;
    height: 12px;
    border-right: 2px solid #a07210;
    border-bottom: 2px solid #a07210;
    transform: translateY(-55%) rotate(45deg);
}

.hbc-custom-select.is-open .hbc-custom-select-arrow{
    top: 54%;
    transform: translateY(-40%) rotate(-135deg);
}

.hbc-custom-select-menu{
    position: absolute;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
    z-index: 9999;
    max-height: 320px;
    direction: rtl;
    text-align: right;
    top: calc(100% + 14px);
    background: linear-gradient(180deg, #fffefb 0%, #fff9ef 100%);
    border: 1px solid rgba(214,168,55,.38);
    border-radius: 22px;
    box-shadow: 0 18px 38px rgba(15,23,42,.18),
        0 0 0 4px rgba(214,168,55,.08);
    padding: 10px;
    overflow: auto;
}

.hbc-custom-select-option{
    width: 100%;
    border: none;
    cursor: pointer;
    transition: .18s ease;
    display: flex;
    align-items: center;
    box-shadow: none;
    outline: none;
    direction: rtl;
    text-align: right;
    justify-content: flex-start;
    padding: 0 14px;
    gap: 10px;
    min-height: 50px;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 800;
    color: #233246;
    background: transparent;
}

.hbc-custom-select-option:hover{
    background: #fff3d6;
}

.hbc-custom-select-option.is-selected{
    font-weight: 800;
    position: relative;
    padding-left: 34px;
    background: #ffeec3;
    color: #9a6b00;
}

.hbc-search-topbar-wrap .hbc-search-premium-chips{
    display: none;
}

.hbc-search-topbar-wrap > .hbc-search-premium-chips, .hbc-search-topbar-wrap + .hbc-search-premium-chips{
    display: none;
}

.hbc-search-topbar-wrap .premium-chip-holder{
    display: none;
}

@media (min-width: 768px){
.home .hbc-search-topbar-wrap::after{
        margin-top: 30px;
        height: 6px;
    }

}

@media (max-width: 767px){
.home .hbc-search-topbar-wrap::after{
        margin-top: 16px;
        height: 6px;
    }

}

.hbc-search-topbar-wrap > .premium-chip-1, .hbc-search-topbar-wrap > .premium-chip-2, .hbc-search-topbar-wrap > .premium-chip-3{
    display: none;
}

.hbc-search-topbar-wrap{
    text-align: center;
    order: 2;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    --chip-bg: rgba(34,56,86,.92);
    --chip-border: rgba(224,176,74,.62);
    padding-bottom: 0;
    position: relative;
    z-index: 5;
}

.hbc-search-topbar-wrap::before{
    bottom: -12px;
    border-radius: 999px;
    z-index: 0;
    content: "";
    position: absolute;
    right: 24px;
    left: 24px;
    top: -18px;
    height: 2px;
    background: linear-gradient(90deg,
        rgba(212,175,55,0) 0%,
        rgba(212,175,55,.65) 18%,
        rgba(255,226,145,.95) 50%,
        rgba(212,175,55,.65) 82%,
        rgba(212,175,55,0) 100%);
    opacity: .7;
    filter: blur(.6px);
    pointer-events: none;
}

@media (max-width: 1180px){
.hbc-search-topbar-field{
        border-left: none;
        border-bottom: 1px solid rgba(15,23,42,.08);
    }

    .hbc-search-topbar-submit{
        grid-column: 1 / -1;
    }

}

.hbc-search-topbar .hbc-search-topbar-field label{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 4px;
}

.hbc-custom-select-trigger, .hbc-custom-select-text, .hbc-search-topbar-field input[type="number"]::placeholder{
    font-size: 18px;
    line-height: 1.2;
}

.hbc-search-topbar-field input[type="number"]{
    font-size: 16px;
    font-weight: 600;
    line-height: 42px;
}

body .hall-archive-hero{
    text-align: right;
}

body .hall-archive-hero h1{
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.15;
    font-weight: 800;
    color: #f7f1e6;
    text-shadow: 0 1px 0 rgba(0,0,0,.12),
        0 6px 18px rgba(0,0,0,.16);
    margin: 0 0 14px;
    text-align: right;
}

body .hall-archive-hero p{
    max-width: 100%;
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255,255,255,.92);
    text-align: right;
}

.hbc-browse-track{
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px 2px 8px;
}

.hbc-browse-track::-webkit-scrollbar{
    display: none;
}

.hbc-browse-card{
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    border-radius: 18px;
    background: #fff;
    text-decoration: none;
    color: #111827;
    box-shadow: 0 10px 24px rgba(15,23,42,.08);
    border: 1px solid #e7edf5;
    scroll-snap-align: start;
}

.hbc-browse-card-body{
    display: block;
    padding: 6px 10px 8px;
}

.hbc-browse-card-body small{
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 4px;
    font-weight: 700;
}

.hbc-browse-card-body strong{
    display: block;
    font-size: 22px;
    line-height: 1.15;
    color: #111827;
    font-weight: 900;
}

.hbc-browse-track-cities{
    gap: 12px;
}

.hbc-browse-track-cities .hbc-browse-card{
    width: 180px;
    min-width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    overflow: hidden;
}

.hbc-browse-track-cities .hbc-browse-card-image{
    height: 160px;
    border-radius: 2px;
    aspect-ratio: auto;
}

.hbc-browse-track-cities .hbc-browse-card-body{
    padding: 8px 10px 10px;
    text-align: right;
}

.hbc-browse-track-cities .hbc-browse-card-body small{
    display: none;
}

.hbc-browse-track-cities .hbc-browse-card-body strong{
    font-size: 16px;
    font-weight: 700;
    text-align: right;
}

@media (max-width: 1180px){
.hbc-browse-track-areas .hbc-browse-card{
        width: calc((100% - 16px) / 2);
    }

    .hbc-browse-track-cities{
        gap: 10px;
    }

    .hbc-browse-track-cities .hbc-browse-card{
        width: 130px;
        min-width: 130px;
        display: flex;
        flex-direction: column;
        height: 160px;
    }

    .hbc-browse-track-cities .hbc-browse-card-image{
        flex: 1;
        height: 100%;
    }

    .hbc-browse-track-cities .hbc-browse-card-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .hbc-browse-track-cities .hbc-browse-card-title{
        padding: 6px 8px;
    }

    .hbc-browse-track-events .hbc-browse-card{
        width: calc((100% - 16px) / 2);
    }

}

.hbc-card.hbc-value-card{
    min-height: 156px;
    padding: 24px 22px;
    text-align: right;
}

.hbc-browse-card-image{
    display: block;
    width: 100%;
    aspect-ratio: 16 / 11;
    background: #eef2f7;
    height: 170px;
    overflow: hidden;
}

.hbc-browse-card-image img{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hbc-browse-card-event .hbc-browse-card-body small{
    display: none;
}

.hbc-browse-card-event strong{
    font-size: 18px;
    font-weight: 800;
    display: block;
    text-align: right;
}

.hbc-browse-card-event{
    display: flex;
    flex-direction: column;
}

.hbc-browse-card-event .hbc-browse-card-image{
    height: 190px;
    border-bottom: none;
}

.hbc-browse-card-event .hbc-browse-card-body{
    padding: 10px 12px;
    background: #fff;
}

.hbc-browse-slider{
    position: relative;
}

.hbc-articles-hero{
    background: radial-gradient(circle at top right, rgba(212,167,56,.10), transparent 22%),
        linear-gradient(135deg, #081226 0%, #0f172a 45%, #1c2d47 100%);
    border-radius: 30px;
    padding: 36px 34px;
    color: #fff;
    box-shadow: 0 20px 50px rgba(15,23,42,.14);
    margin-bottom: 26px;
}

.hbc-articles-hero h1{
    margin: 0 0 12px;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 900;
    color: #fff;
}

.hbc-articles-hero p{
    margin: 0;
    max-width: 900px;
    font-size: 16px;
    line-height: 1.95;
    color: rgba(255,255,255,.86);
}

@media (max-width: 767px){
.hbc-articles-page, .hbc-article-single-page{
        padding: 16px 0 40px;
    }

    .hbc-articles-hero{
        border-radius: 22px;
        padding: 24px 18px;
    }

    .hbc-articles-hero h1{
        font-size: 32px;
    }

    .hbc-article-row{
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hbc-article-row-media{
        min-height: 210px;
        height: 210px;
    }

    .hbc-article-row-media img{
        min-height: 210px;
        height: 210px;
    }

    .hbc-article-row-body{
        min-height: auto;
        padding: 18px 16px 16px;
    }

    .hbc-article-row-title{
        font-size: 22px;
    }

    .hbc-article-row-excerpt{
        font-size: 15px;
    }

    .hbc-article-single-wrap{
        width: min(100% - 20px, 100%);
    }

    .hbc-article-single-body{
        padding: 22px 18px;
    }

    .hbc-article-single-title{
        font-size: 30px;
    }

    .hbc-article-single-intro{
        font-size: 16px;
        line-height: 1.8;
        padding: 16px;
    }

    .hbc-article-single-content{
        font-size: 16px;
        line-height: 1.9;
    }

    .hbc-article-single-content h2{
        font-size: 25px;
    }

    .hbc-article-single-content h3{
        font-size: 21px;
    }

    .hbc-article-single-bottom{
        flex-direction: column;
    }

    .hbc-articles-load-more-wrap .next.page-numbers{
        width: 100%;
    }

}

.hbc-search-topbar, .hbc-search-topbar *{
    font-family: inherit;
    box-sizing: border-box;
}

.hbc-search-topbar-field{
    gap: 6px;
    padding-top: 14px;
    padding-bottom: 12px;
    z-index: 2;
    overflow: visible;
    min-height: 48px;
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    padding: 16px 20px 14px;
    border-left: 1px solid #e8edf3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.hbc-search-topbar-field:first-child{
    border-left: none;
}

.hbc-search-topbar-field > label{
    display: block;
    margin: 0 0 8px;
    min-height: 16px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    color: #b68418;
    letter-spacing: 0;
}

.hbc-search-topbar-field .hbc-custom-select{
    position: relative;
}

.hbc-search-topbar-field .hbc-custom-select-trigger{
    width: 100%;
    min-height: 42px;
    height: 42px;
    padding: 0 0 0 22px;
    border: none;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    color: #0f172a;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-align: right;
}

.hbc-search-topbar-field .hbc-custom-select-text{
    flex: 1;
    min-width: 0;
    display: block;
    color: #0f172a;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hbc-search-topbar-field .hbc-custom-select-arrow{
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-right: 2px solid #c3911c;
    border-bottom: 2px solid #c3911c;
    transform: rotate(45deg);
    margin-top: -3px;
}

.hbc-search-topbar-field .hbc-custom-select.is-open .hbc-custom-select-arrow{
    transform: rotate(-135deg);
    margin-top: 3px;
}

.hbc-search-topbar-field .hbc-custom-select-menu{
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 100%;
    min-width: 220px;
    background: #fff;
    border: 1px solid #e7edf5;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(15,23,42,.14);
    padding: 8px 0;
    z-index: 9998;
}

.hbc-search-topbar-field .hbc-custom-select-option{
    width: 100%;
    min-height: 46px;
    padding: 10px 16px;
    border: none;
    border-bottom: 1px solid #eef2f6;
    background: #fff;
    cursor: pointer;
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
    transition: background .18s ease, color .18s ease;
}

.hbc-search-topbar-field .hbc-custom-select-option:last-child{
    border-bottom: none;
}

.hbc-search-topbar-field .hbc-custom-select-option:hover{
    background: #f8fafc;
    color: #111827;
}

.hbc-search-topbar-field .hbc-custom-select-option.is-selected{
    background: #f8f3e3;
    color: #9a6b00;
    font-weight: 800;
}

@media (max-width: 980px){
.hbc-search-topbar-field{
        flex: 1 1 50%;
        border-bottom: 1px solid #e8edf3;
    }

    .hbc-search-topbar-field:nth-child(2n){
        border-left: none;
    }

    .hbc-search-topbar .hbc-search-topbar-submit, .hbc-search-topbar > button, .hbc-search-topbar > .elementor-button, .hbc-search-topbar input[type="submit"]{
        flex: 1 1 100%;
        min-width: 0;
        min-height: 54px;
        margin: 12px;
    }

}

@media (max-width: 767px){
.hbc-search-topbar-field{
        min-height: 70px;
        padding-top: 12px;
        padding-bottom: 10px;
        position: relative;
        z-index: 1;
    }

    .hbc-search-topbar-field:focus-within, .hbc-search-topbar-field.is-open, .hbc-custom-select.is-open{
        z-index: 30;
    }

    .hbc-custom-select-trigger{
        font-size: 15px;
        min-height: 36px;
        position: relative;
        z-index: 2;
    }

    .hbc-search-topbar-submit{
        position: relative;
        z-index: 1;
    }

}

@media (max-width: 767px){
.hbc-custom-select{
        position: relative;
        z-index: 20;
    }

    .hbc-custom-select-menu{
        max-height: 320px;
        overflow-y: auto;
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        left: 0;
        z-index: 80;
        background: #fff;
        opacity: 1;
        border: 1px solid #e5e7eb;
        box-shadow: 0 14px 30px rgba(0,0,0,.16);
        border-radius: 14px;
        overflow: hidden;
    }

    .hbc-custom-select-option{
        font-size: 14px;
        min-height: 44px;
        padding: 10px 14px;
        background: #fff;
    }

    .hbc-custom-select.is-open{
        margin-bottom: 228px;
        display: block;
        z-index: 70;
    }

}

@media (max-width: 767px){
.hbc-custom-select-menu, .hbc-custom-select-option, .hbc-custom-select-trigger, .hbc-custom-select-arrow{
        transition: none;
        animation: none;
    }

}

@media (max-width: 767px){
.hbc-browse-slider-area{
        margin-bottom: 8px;
    }

    .hbc-browse-track-area{
        gap: 10px;
    }

    .hbc-browse-card-area{
        flex: 0 0 62%;
        min-width: 62%;
        border-radius: 16px;
    }

    .hbc-browse-card-area .hbc-browse-card-image{
        height: 96px;
    }

    .hbc-browse-card-area .hbc-browse-card-body{
        padding: 10px 12px;
    }

    .hbc-browse-card-area .hbc-browse-card-body small{
        font-size: 10px;
    }

    .hbc-browse-card-area .hbc-browse-card-body strong, .hbc-browse-card-area .hbc-browse-card-title{
        font-size: 18px;
        line-height: 1.1;
    }

}

@media (max-width: 767px){
.hbc-browse-track-events{
        gap: 10px;
    }

    .hbc-browse-card-event{
        flex: 0 0 62%;
        min-width: 62%;
        border-radius: 16px;
    }

    .hbc-browse-card-event .hbc-browse-card-image{
        height: 96px;
    }

    .hbc-browse-card-event .hbc-browse-card-body{
        padding: 10px 12px;
    }

    .hbc-browse-card-event .hbc-browse-card-body small{
        font-size: 10px;
    }

    .hbc-browse-card-event .hbc-browse-card-body strong, .hbc-browse-card-event .hbc-browse-card-title{
        font-size: 18px;
        line-height: 1.1;
    }

    .hbc-browse-track-cities{
        gap: 10px;
    }

    .hbc-browse-card-city{
        flex: 0 0 62%;
        min-width: 62%;
        border-radius: 16px;
    }

    .hbc-browse-card-city .hbc-browse-card-image{
        height: 96px;
    }

    .hbc-browse-card-city .hbc-browse-card-body{
        padding: 10px 12px;
    }

    .hbc-browse-card-city .hbc-browse-card-body small{
        font-size: 10px;
    }

    .hbc-browse-card-city .hbc-browse-card-body strong, .hbc-browse-card-city .hbc-browse-card-title{
        font-size: 15px;
        line-height: 1.1;
    }

}

.hbc-home .hbc-card.hbc-value-card{
    border: 1px solid #e7edf5;
}

.hbc-browse-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border: 1px solid #dbe4ee;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 12px 30px rgba(15,23,42,.16);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.hbc-browse-arrow, .hbc-browse-arrow:hover, .hbc-browse-arrow:focus, .hbc-browse-arrow:active{
    background: #fff;
    color: #111827;
    opacity: 1;
}

.hbc-browse-arrow:hover{
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 16px 36px rgba(15,23,42,.20);
    background: #f8fafc;
}

.hbc-browse-arrow:active{
    transform: translateY(-50%) scale(.96);
}

.hbc-browse-arrow-prev{
    left: -20px;
}

.hbc-browse-arrow-next{
    right: -20px;
}

@media (max-width:1024px){
.hbc-browse-arrow{
        width: 44px;
        height: 44px;
        font-size: 26px;
    }

    .hbc-browse-arrow-prev{
        left: -10px;
    }

    .hbc-browse-arrow-next{
        right: -10px;
    }

}

@media (max-width:767px){
.hbc-browse-arrow{
        width: 40px;
        height: 40px;
        font-size: 24px;
        top: 50%;
        transform: translateY(-50%);
        box-shadow: 0 8px 18px rgba(15,23,42,.14);
    }

    .hbc-browse-arrow-prev{
        left: -8px;
    }

    .hbc-browse-arrow-next{
        right: -8px;
    }

}

@media (max-width: 767px){
.hbc-search-topbar-field.is-select-open{
        margin-bottom: 60px;
    }

}

.hbc-browse-track-events .hbc-browse-card{
    width: calc((100% - 48px) / 5);
    min-width: calc((100% - 48px) / 5);
    aspect-ratio: 3 / 2;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.hbc-browse-track-events .hbc-browse-card-image{
    flex: 1;
    aspect-ratio: auto;
}

.hbc-browse-track-events .hbc-browse-card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hbc-browse-track-events .hbc-browse-card-body{
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px 6px;
    text-align: right;
}

.hbc-browse-track-events .hbc-browse-card-body strong{
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-align: center;
}

.hbc-search-topbar-field-keyword{
    z-index: 20;
    flex: 1.3 1 0;
}

.hbc-search-topbar .hbc-search-topbar-field.hbc-search-topbar-field-keyword{
    border-left: 1px solid #e8edf3;
}

.hbc-search-topbar-field-keyword input{
    width: 100%;
    height: 42px;
    min-height: 42px;
    margin: 0;
    padding: 0 26px 0 0;
    border: none;
    outline: none;
    background: transparent;
    box-shadow: none;
    color: #0f172a;
    font-size: 15px;
    line-height: 42px;
    font-weight: 700;
    text-align: right;
    transform: scale(1);
}

.hbc-search-topbar-field-keyword input::placeholder{
    color: #94a3b8;
    opacity: 1;
    font-size: 14px;
    font-weight: 600;
}

.hbc-search-topbar-field-keyword input, .hbc-search-topbar-field-keyword input::placeholder{
    font-size: 15px;
    font-weight: 700;
    line-height: 42px;
}

@media (max-width:767px){
body.home main, body.home .hbc-wrap{
        padding-left: 0;
        padding-right: 0;
    }

    body.home .hbc-browse-section, body.home .hbc-home-section{
        padding-left: 12px;
        padding-right: 12px;
    }

}

.home .hbc-section:first-of-type{
    margin-top: 0;
    padding-top: 0;
}

.hbc-browse-track-events{
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
}

.hbc-browse-track-events .hbc-browse-card-event{
    flex: 0 0 clamp(220px, 22vw, 260px);
}

@media (max-width: 767px){
input, select, textarea{
        font-size: 16px;
    }

    .hbc-search-box input, .hbc-search-box select, .hbc-custom-select, .hbc-custom-select-trigger{
        font-size: 16px;
    }

}

.home .hbc-search-topbar .hbc-search-topbar-field{
    background: #fff;
    border-left: 1px solid #ece7da;
}

.home .hbc-search-topbar .hbc-search-topbar-field:last-child{
    border-left: none;
}

@media (max-width:1180px){
.home .hbc-search-topbar{
        grid-template-columns: 1fr 1fr;
        border-radius: 20px;
    }

    .home .hbc-search-topbar .hbc-search-topbar-field{
        border-left: none;
        border-bottom: 1px solid #ece7da;
    }

    .home .hbc-search-topbar .hbc-search-topbar-submit{
        grid-column: 1 / -1;
    }

}

@media (max-width:767px){
.home .hbc-search-topbar{
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 8px;
        border-radius: 18px;
        overflow: visible;
    }

    .home .hbc-search-topbar .hbc-search-topbar-field{
        border: none;
        border-radius: 12px;
    }

}

.home .hbc-search-topbar::before{
    display: none;
}

.home .hbc-search-topbar{
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr .9fr auto;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(15,23,42,.16);
    padding: 0;
    border: 4px solid #d4af37;
}

.home .hbc-search-topbar-wrap{
    position: relative;
    width: min(1140px, calc(100% - 32px));
    margin: -35px auto 0;
    z-index: 9999;
    transform: none;
}

.hbc-search-topbar-submit{
    display: flex;
    align-items: stretch;
}

.hbc-search-topbar-submit button:hover, .hbc-search-topbar input[type="submit"]:hover{
    background: #3a5d8d;
}

.hbc-browse-track-areas .hbc-browse-card{
    width: calc((100% - 32px) / 3);
    aspect-ratio: 16 / 6;
    display: flex;
    flex-direction: column;
}

.hbc-browse-track-areas .hbc-browse-card-body small{
    display: block;
    margin-bottom: 1px;
    line-height: 1.10;
}

.hbc-browse-track-areas .hbc-browse-card-body strong{
    display: block;
    margin: 0;
    line-height: 1.1;
}

.hbc-search-suggest{
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    width: 100%;
    min-width: 340px;
    z-index: 140;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 14px 30px rgba(0,0,0,.16);
    overflow: hidden;
    pointer-events: auto;
    padding: 0;
}

.hbc-search-suggest[hidden]{
    display: none;
}

.hbc-search-suggest-item, #hbcSearchSuggest .hbc-search-suggest-item{
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 14px;
    border: none;
    border-bottom: 1px solid #d5dde8;
    background: #fff;
    cursor: pointer;
    text-align: right;
    color: inherit;
    text-decoration: none;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    transition: background .18s ease, box-shadow .18s ease;
}

.hbc-search-suggest-item:last-child, #hbcSearchSuggest .hbc-search-suggest-item:last-child{
    border-bottom: none;
}

.hbc-search-suggest-item:hover, .hbc-search-suggest-item.is-active, #hbcSearchSuggest .hbc-search-suggest-item:hover, #hbcSearchSuggest .hbc-search-suggest-item.is-active{
    background: #eef2f7;
    box-shadow: inset 3px 0 0 #c79a2b;
}

.hbc-search-suggest-main, #hbcSearchSuggest .hbc-search-suggest-main, .hbc-search-suggest-content{
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
    text-align: right;
}

.hbc-search-suggest-main strong, #hbcSearchSuggest .hbc-search-suggest-main strong, .hbc-search-suggest-title{
    display: block;
    margin: 0;
    color: #0f172a;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
}

.hbc-search-suggest-main small, #hbcSearchSuggest .hbc-search-suggest-main small, .hbc-search-suggest-subtitle{
    display: block;
    margin: 0;
    color: #64748b;
    font-size: 11px;
    line-height: 1.15;
    font-weight: 600;
}

.hbc-search-suggest-badge, #hbcSearchSuggest .hbc-search-suggest-badge{
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #c3911c;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width:767px){
.hbc-search-topbar-field:last-of-type{
        border-bottom: 1px solid #e8edf3;
    }

    .hbc-search-topbar .hbc-search-topbar-submit, .hbc-search-topbar > button, .hbc-search-topbar > .elementor-button, .hbc-search-topbar input[type="submit"]{
        width: calc(100% - 20px);
        min-width: 0;
        min-height: 52px;
        margin: 10px;
        border-radius: 16px;
    }

    .hbc-search-topbar-field-keyword{
        position: relative;
        z-index: 120;
    }

    .hbc-search-keyword-wrap{
        position: relative;
        z-index: 120;
    }

    .hbc-search-topbar-field-keyword input, .hbc-search-topbar-field-keyword input::placeholder{
        font-size: 16px;
        font-weight: 700;
        line-height: 42px;
    }

    .hbc-search-topbar-field-keyword input{
        transform: scale(1);
    }

    .hbc-search-suggest{
        min-width: 0;
        width: 100%;
        right: 0;
        left: 0;
        border-radius: 16px;
        z-index: 140;
    }

    .hbc-search-suggest-item, #hbcSearchSuggest .hbc-search-suggest-item{
        padding: 12px 14px;
    }

    .hbc-search-suggest-main strong, #hbcSearchSuggest .hbc-search-suggest-main strong, .hbc-search-suggest-title{
        font-size: 15px;
    }

    .hbc-search-suggest-main small, #hbcSearchSuggest .hbc-search-suggest-main small, .hbc-search-suggest-subtitle{
        font-size: 11px;
    }

    .hbc-search-topbar-field .hbc-custom-select-menu{
        border-radius: 16px;
    }

}

.hbc-search-suggest-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c3911c;
    font-size: 14px;
    line-height: 1;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
    opacity: 1;
}

.hbc-search-suggest-item-hall .hbc-search-suggest-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M3 10l9-6 9 6v2H3v-2zm2 3h2v6H5v-6zm4 0h2v6H9v-6zm4 0h2v6h-2v-6zm4 0h2v6h-2v-6zM3 21h18v2H3z'/%3E%3C/svg%3E");
    filter: none;
}

.hbc-search-suggest-item-city .hbc-search-suggest-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M12 2c-3.87 0-7 3.13-7 7c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E");
    opacity: .8;
}

.hbc-search-suggest-item-area .hbc-search-suggest-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm7.93 9h-3.17a15.3 15.3 0 0 0-1.38-5.03A8.02 8.02 0 0 1 19.93 11zM12 4c.98 1.3 1.72 3.04 2.1 5H9.9c.38-1.96 1.12-3.7 2.1-5zM4.07 13h3.17c.3 1.77.93 3.42 1.82 4.78A8.02 8.02 0 0 1 4.07 13zm3.17-2H4.07a8.02 8.02 0 0 1 4.99-4.78A15.3 15.3 0 0 0 7.24 11zm1.66 2h4.2c-.38 1.96-1.12 3.7-2.1 5-.98-1.3-1.72-3.04-2.1-5zm5.04 4.78c.89-1.36 1.52-3.01 1.82-4.78h3.17a8.02 8.02 0 0 1-4.99 4.78z'/%3E%3C/svg%3E");
    opacity: .7;
}

.hbc-browse-track-recent{
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.hbc-browse-track-recent::-webkit-scrollbar{
    display: none;
}

.hbc-browse-track-recent > .hbc-card{
    flex: 0 0 calc((100% - 48px) / 4);
    min-width: calc((100% - 48px) / 4);
    scroll-snap-align: start;
    height: auto;
}

@media (max-width: 1199px){
.hbc-browse-track-recent > .hbc-card{
        flex: 0 0 calc((100% - 32px) / 3);
        min-width: calc((100% - 32px) / 3);
    }

}

@media (max-width: 767px){
.hbc-browse-track-recent > .hbc-card{
        flex: 0 0 84%;
        min-width: 84%;
    }

}

.hbc-browse-track-latest{
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.hbc-browse-track-latest::-webkit-scrollbar{
    display: none;
}

.hbc-browse-track-latest > .hbc-card{
    flex: 0 0 calc((100% - 48px) / 4);
    min-width: calc((100% - 48px) / 4);
    scroll-snap-align: start;
}

@media (max-width: 1199px){
.hbc-browse-track-latest > .hbc-card{
        flex: 0 0 calc((100% - 32px) / 3);
        min-width: calc((100% - 32px) / 3);
    }

}

@media (max-width: 767px){
.hbc-browse-track-latest > .hbc-card{
        flex: 0 0 84%;
        min-width: 84%;
    }

}

.hbc-browse-slider-recent{
    position: relative;
    display: block;
}

#hbcRecentlyViewedGrid{
    display: block;
}

#hbcRecentlyViewedGrid .hbc-browse-track{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 16px;
}

@media (max-width: 767px){
.home .hbc-search-topbar .hbc-search-topbar-field, .home .hbc-search-topbar .hbc-search-topbar-field-custom{
        position: relative;
    }

    .home .hbc-search-topbar .hbc-search-topbar-field:not(:last-child)::after, .home .hbc-search-topbar .hbc-search-topbar-field-custom:not(:last-child)::after{
        content: "";
        position: absolute;
        bottom: -4px;
        right: 12px;
        left: 12px;
        height: 2px;
        background: linear-gradient(
                90deg,
                rgba(212,175,55,0) 0%,
                #d4af37 20%,
                #f6e2a5 50%,
                #d4af37 80%,
                rgba(212,175,55,0) 100%
            );
        opacity: .9;
        pointer-events: none;
    }

    .home .hbc-search-topbar .hbc-search-topbar-submit::after{
        display: none;
    }

}

#hbcRecentlyViewedSection{
    margin-bottom: 0;
}

.hbc-search-topbar-submit button, .hbc-search-topbar input[type="submit"]{
    width: 100%;
    height: 56px;
    min-height: 56px;
    padding: 0 18px 3px 18px;
    margin: 0;
    background: #2c4a73;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 14px 0 0 14px;
    appearance: none;
    -webkit-appearance: none;
    transition: background .15s ease;
    outline: none;
    box-shadow: none;
    border: none;
}

.hbc-search-topbar-submit button:hover, .hbc-search-topbar-submit button:focus, .hbc-search-topbar-submit button:active, .hbc-search-topbar input[type="submit"]:hover, .hbc-search-topbar input[type="submit"]:focus, .hbc-search-topbar input[type="submit"]:active{
    outline: none;
    box-shadow: none;
    border: none;
    background: #3a5d8d;
}

@media (max-width: 767px){
.hbc-browse-track-areas .hbc-browse-card{
        aspect-ratio: 16 / 8;
        min-height: 96px;
        overflow: hidden;
        border-radius: 16px;
    }

    .hbc-browse-track-areas .hbc-browse-card-image{
        flex: 0 0 58%;
        min-width: 58%;
        background-size: cover;
        background-position: center;
    }

    .hbc-browse-track-areas .hbc-browse-card-body{
        flex: 1 1 auto;
        padding: 4px 6px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2px;
    }

    .hbc-browse-track-areas .hbc-browse-card-body small{
        font-size: 10px;
        line-height: 1.15;
        margin: 0;
    }

    .hbc-browse-track-areas .hbc-browse-card-body strong{
        font-size: 15px;
        line-height: 1.15;
        margin: 0;
        display: block;
    }

    .hbc-browse-section .hbc-browse-slider-areas .hbc-browse-arrow{
        top: 42%;
        transform: translateY(-50%);
    }

}

#hbcRecentlyViewedSlider .hbc-browse-arrow{
    display: flex;
    opacity: 1;
    pointer-events: auto;
    transition: opacity .18s ease;
}

#hbcRecentlyViewedSlider .hbc-browse-arrow.is-hidden-arrow{
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 767px){
#hbcRecentlyViewedSlider, .hbc-browse-slider-latest{
        position: relative;
        overflow: hidden;
    }

    #hbcRecentlyViewedGrid .hbc-browse-track-recent, .hbc-browse-track-latest{
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding-inline: 12px;
        box-sizing: border-box;
    }

    #hbcRecentlyViewedGrid .hbc-browse-track-recent > .hbc-card, .hbc-browse-track-latest > .hbc-card{
        flex: 0 0 100%;
        min-width: 100%;
        max-width: 100%;
    }

    #hbcRecentlyViewedSlider.is-single-card .hbc-browse-track-recent, #hbcRecentlyViewedSlider .hbc-browse-track-recent.is-single-card-track{
        display: block;
        overflow: visible;
        padding-inline: 8px;
        scroll-snap-type: none;
    }

    #hbcRecentlyViewedSlider.is-single-card .hbc-browse-track-recent > .hbc-card, #hbcRecentlyViewedSlider .hbc-browse-track-recent.is-single-card-track > .hbc-card{
        display: flex;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        flex: none;
        margin: 0;
    }

    #hbcRecentlyViewedGrid .hbc-card-body, .hbc-browse-track-latest .hbc-card-body{
        padding: 12px 14px 14px;
    }

    #hbcRecentlyViewedGrid .hbc-card-title, .hbc-browse-track-latest .hbc-card-title{
        font-size: 22px;
        line-height: 1.2;
        margin: 0 0 8px;
    }

    #hbcRecentlyViewedGrid .hbc-card-info-top, .hbc-browse-track-latest .hbc-card-info-top{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 0;
    }

    #hbcRecentlyViewedGrid .hbc-card-location, .hbc-browse-track-latest .hbc-card-location{
        display: block;
        width: 100%;
        text-align: right;
        margin: 0;
    }

    #hbcRecentlyViewedGrid .hbc-card.has-rating .hbc-card-location, .hbc-browse-track-latest .hbc-card.has-rating .hbc-card-location{
        margin-top: -18px;
    }

    #hbcRecentlyViewedGrid .hbc-card-guests-inline, .hbc-browse-track-latest .hbc-card-guests-inline{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 6px;
        width: 100%;
        margin: 4px 0 0;
        text-align: right;
        font-size: 13px;
        font-weight: 700;
        color: #64748b;
        line-height: 1.2;
    }

    #hbcRecentlyViewedGrid .hbc-card-meta, .hbc-browse-track-latest .hbc-card-meta{
        margin-top: 10px;
    }

    #hbcRecentlyViewedGrid .hbc-card-actions, .hbc-browse-track-latest .hbc-card-actions{
        margin-top: -4px;
        gap: 8px;
    }

    #hbcRecentlyViewedGrid .hbc-card-rating-bottom, .hbc-browse-track-latest .hbc-card-rating-bottom{
        display: inline-flex;
        align-items: center;
        gap: 6px;
        width: auto;
        max-width: 100%;
    }

    #hbcRecentlyViewedGrid .hbc-card-actions .hbc-card-rating-bottom, .hbc-browse-track-latest .hbc-card-actions .hbc-card-rating-bottom{
        margin-right: 0;
        margin-left: 0;
    }

    #hbcRecentlyViewedGrid .hbc-card.no-rating .hbc-card-info-top, .hbc-browse-track-latest .hbc-card.no-rating .hbc-card-info-top{
        margin-top: -20px;
    }

    #hbcRecentlyViewedSlider .hbc-browse-arrow, .hbc-browse-slider-latest .hbc-browse-arrow{
        position: absolute;
        top: 43%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 8px 20px rgba(0,0,0,.18);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 30;
    }

    #hbcRecentlyViewedSlider .hbc-browse-arrow-next, .hbc-browse-slider-latest .hbc-browse-arrow-next{
        right: 10px;
    }

    #hbcRecentlyViewedSlider .hbc-browse-arrow-prev, .hbc-browse-slider-latest .hbc-browse-arrow-prev{
        left: 10px;
    }

    #hbcRecentlyViewedSlider .hbc-browse-arrow svg, .hbc-browse-slider-latest .hbc-browse-arrow svg{
        width: 18px;
        height: 18px;
    }

    #hbcRecentlyViewedSlider .hbc-browse-arrow.is-hidden-arrow, .hbc-browse-slider-latest .hbc-browse-arrow.is-hidden-arrow{
        opacity: 0;
        pointer-events: none;
    }

    #hbcRecentlyViewedSlider.is-single-card .hbc-browse-arrow{
        display: none;
    }

}

@media (max-width: 767px){
#hbcRecentlyViewedSlider{
        padding-inline: 12px;
    }

}

#hbcSearchSuggest{
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
}

.hbc-wrap{
    width: min(1400px, calc(100% - 32px));
    margin: 0 auto;
}

.hbc-hero, .hbc-hero-v3{
    overflow: visible;
}

.hbc-hero-v3{
    display: flex;
    flex-direction: column;
}

.hbc-hero::after, .hbc-hero-v3::after{
    display: none;
    content: none;
}

.hbc-hero-grid{
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 26px;
    align-items: center;
}

.hbc-hero-content h1{
    margin: 0 0 18px;
    font-size: 56px;
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -0.5px;
    color: #fff;
}

.hbc-hero-content p{
    margin: 0 auto;
    max-width: 980px;
    font-size: 17px;
    line-height: 1.9;
    color: rgba(255,255,255,.94);
}

.hbc-hero-copy-centered{
    order: 1;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
}

.hbc-hero-copy-centered .hbc-hero-kicker{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 800;
    color: rgba(255,255,255,.72);
}

.hbc-hero-kicker{
    font-size: 16px;
    line-height: 1.4;
}

.hbc-hero-copy-centered h1{
    margin: 0 0 14px;
    font-size: 54px;
    line-height: 1.05;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.6px;
}

.hbc-hero-copy-centered p{
    margin: 0 auto;
    max-width: 980px;
    font-size: 17px;
    line-height: 1.9;
    color: rgba(255,255,255,.94);
}

.hbc-hero-copy-centered .hbc-hero-points{
    margin-top: 22px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.hbc-hero-pill, .hbc-hero-copy-centered .hbc-hero-pill{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.hbc-search-topbar-wrap, .hbc-search-topbar-field, .hbc-search-topbar-field-custom, .hbc-search-topbar, .hbc-custom-select{
    overflow: visible;
}

.hbc-search-topbar-wrap::after{
    color: transparent;
    filter: none;
    content: "";
    display: block;
    height: 14px;
}

.hbc-search-topbar-wrap + .hbc-hero-copy .hbc-hero-points{
    display: none;
}

.home .hbc-hero.hbc-hero-v3{
    position: relative;
    z-index: 1;
    padding-bottom: 92px;
}

.home .hbc-search-topbar-field{
    min-width: 0;
    background: #fff;
    border-left: 1px solid #e5e7eb;
}

.home .hbc-search-topbar-field:last-of-type{
    border-left: 0;
}

.hbc-area-card{
    border: 1px solid rgba(255,255,255,.08);
    position: relative;
    overflow: hidden;
    min-height: 155px;
    border-radius: 22px;
    text-decoration: none;
    background: linear-gradient(135deg, #1d4ed8 0%, #0f172a 100%);
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    box-shadow: 0 14px 32px rgba(15,23,42,.12);
}

.hbc-area-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 22px 40px rgba(15,23,42,.18);
    color: #fff;
}

.hbc-area-card small{
    color: rgba(255,255,255,.82);
    display: block;
    font-size: 13px;
    opacity: .86;
    margin-bottom: 6px;
    font-weight: 700;
}

.hbc-area-card strong{
    color: #fff;
    display: block;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 900;
}

.hbc-area-scroll .hbc-area-card{
    flex: 0 0 290px;
    min-width: 290px;
    scroll-snap-align: start;
}

@media (max-width:1180px){
.hbc-hero-grid, .hbc-area-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hbc-hero-content h1{
        font-size: 40px;
    }

}

@media (max-width:980px){
.home .hbc-hero.hbc-hero-v3{
        padding-bottom: 32px;
    }

    .home .hbc-search-topbar-wrap{
        width: min(100% - 20px, 100%);
        margin: -24px auto 18px;
    }

    .home .hbc-search-topbar-field{
        border-left: 0;
        border-bottom: 0;
        border-radius: 12px;
        overflow: hidden;
    }

}

@media (max-width:767px){
.hbc-home{
        padding: 10px 0 24px;
    }

    .hbc-wrap{
        width: min(100% - 14px, 100%);
    }

    .hbc-header-wrap{
        min-height: 76px;
    }

    .hbc-header-logo{
        font-size: 28px;
    }

    .hbc-hero, .hbc-hero-v3{
        padding: 16px 14px 14px;
        border-radius: 18px;
        margin-bottom: 14px;
        box-shadow: 0 12px 28px rgba(15,23,42,.12);
        overflow: visible;
    }

    .hbc-hero::before, .hbc-hero-v3::before{
        display: none;
    }

    .hbc-hero-grid, .hbc-search-grid, .hbc-area-grid{
        grid-template-columns: 1fr;
    }

    .hbc-hero-grid{
        gap: 10px;
    }

    .hbc-hero-copy, .hbc-hero-copy-centered, .hbc-hero-content{
        text-align: center;
    }

    .hbc-hero-copy h1, .hbc-hero-content h1{
        font-size: 18px;
        line-height: 1.18;
        margin: 0;
    }

    .hbc-hero-copy-centered h1{
        font-size: 24px;
        line-height: 1.25;
        margin: 0;
    }

    .hbc-hero-copy p, .hbc-hero-copy-centered p, .hbc-hero-content p, .hbc-hero-points{
        display: none;
    }

    .hbc-hero-kicker{
        font-size: 22px;
    }

    .hbc-search-box{
        padding: 10px;
        border-radius: 18px;
        box-shadow: 0 10px 24px rgba(0,0,0,.10);
    }

    .hbc-search-title{
        font-size: 14px;
        margin: 0 0 6px;
        text-align: center;
    }

    .hall-filters h2{
        font-size: 24px;
    }

    .hbc-search-grid{
        gap: 8px;
    }

    .hbc-search-field{
        gap: 4px;
    }

    .hbc-search-field label{
        font-size: 11px;
        font-weight: 800;
    }

    .hbc-search-field input, .hbc-search-field select{
        min-height: 40px;
        border-radius: 12px;
        font-size: 13px;
        padding: 0 12px;
    }

    .hbc-search-submit{
        margin-top: 2px;
    }

    .hbc-search-submit button{
        min-height: 44px;
        border-radius: 14px;
        font-size: 14px;
    }

    .hbc-search-topbar-wrap, .hbc-search-topbar, .hbc-search-topbar-field, .hbc-custom-select{
        overflow: visible;
    }

    .hbc-search-topbar-field{
        border-left: none;
        min-height: 44px;
        padding: 0 12px;
        border-radius: 12px;
        border-bottom: 1px solid rgba(15,23,42,.08);
    }

    .hbc-search-topbar-field label{
        display: none;
    }

    .hbc-search-topbar-field input, .hbc-search-topbar-field select{
        font-size: 14px;
        line-height: 44px;
    }

    .hbc-custom-select-trigger, .hbc-search-topbar-field input[type="number"], .hbc-custom-select-text{
        font-size: 16px;
    }

    .hbc-search-topbar-field input[type="number"]::placeholder{
        font-size: 16px;
    }

    .hbc-custom-select-menu{
        border-radius: 18px;
    }

    .hbc-search-topbar-submit{
        margin-top: 4px;
    }

    .hbc-section-head{
        margin-bottom: 20px;
    }

    .hbc-section-head h2{
        font-size: 22px;
    }

    .hbc-link-all{
        min-height: 38px;
        padding: 0 12px;
        font-size: 12px;
        border-radius: 12px;
    }

    .hbc-area-scroll{
        gap: 10px;
        padding-bottom: 2px;
        margin-bottom: 6px;
    }

    .hbc-area-scroll .hbc-area-card{
        flex: 0 0 74%;
        min-width: 74%;
        min-height: 108px;
        padding: 14px;
        border-radius: 18px;
    }

    .hbc-area-card small{
        font-size: 11px;
        margin-bottom: 4px;
    }

    .hbc-area-card strong{
        font-size: 22px;
    }

    .hbc-home section{
        margin-bottom: 40px;
    }

    body .hall-archive-hero{
        padding: 20px 16px;
    }

    body .hall-archive-hero h1{
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 12px;
    }

    body .hall-archive-hero p{
        font-size: 14px;
        line-height: 1.7;
    }

    body .hall-archive-hero .hall-archive-kicker, body .hall-archive-hero .hbc-hero-kicker, body .hall-archive-hero small, body .hall-archive-hero .section-kicker{
        font-size: 13px;
    }

}

@media (max-width: 767px){
body.home #hbcRecentlyViewedGrid .hbc-card-body{
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas: "title rating"
                "location rating"
                "meta meta"
                "buttons buttons";
        column-gap: 12px;
        row-gap: 7px;
        align-items: start;
        padding: 12px 14px 14px;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-body > div:first-child{
        grid-area: title;
        min-width: 0;
        margin: 0;
        padding: 0;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-meta{
        grid-area: meta;
        margin: 0;
        font-size: 13px;
        line-height: 1.35;
        text-align: right;
    }

    body.home #hbcRecentlyViewedGrid .hbc-features{
        display: none;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-actions{
        display: contents;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-actions .hbc-card-rating-label, body.home #hbcRecentlyViewedGrid .hbc-card-actions .hbc-card-rating-count{
        display: inline;
        font-size: 12px;
        line-height: 1.15;
        white-space: nowrap;
        margin: 0;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-actions .hbc-btn{
        grid-area: buttons;
        width: 100%;
        min-height: 40px;
        padding: 0 10px;
        border-radius: 12px;
        font-size: 13px;
        margin-top: 6px;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-actions .hbc-btn + .hbc-btn{
        margin-top: 50px;
    }

}

@media (max-width: 767px){
body.home #hbcRecentlyViewedGrid .hbc-card-actions .hbc-card-rating-bottom{
        gap: 6px;
        align-self: start;
        justify-self: end;
        grid-area: rating;
        display: grid;
        grid-template-columns: 34px auto;
        grid-template-areas: "score label"
                "score count";
        column-gap: 7px;
        row-gap: 1px;
        align-items: center;
        justify-content: end;
        margin: 0;
        padding: 0;
        width: auto;
        direction: ltr;
        text-align: right;
        white-space: normal;
    }

}

@media (max-width: 767px){
body.home #hbcRecentlyViewedGrid .hbc-card-actions .hbc-card-rating-label{
        grid-area: label;
        display: block;
        margin: 0;
        direction: rtl;
        text-align: right;
        white-space: nowrap;
        font-size: 14px;
        line-height: 1.1;
        font-weight: 900;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-actions .hbc-card-rating-count{
        grid-area: count;
        display: block;
        margin: 0;
        direction: rtl;
        text-align: right;
        white-space: nowrap;
        font-size: 13px;
        line-height: 1.1;
        font-weight: 500;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-actions .hbc-card-rating-score{
        flex: 0 0 32px;
        grid-area: score;
        width: 32px;
        min-width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 9px;
        font-weight: 900;
        line-height: 1;
        margin: 0;
        padding: 0;
        font-size: 13px;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-title{
        margin: 0 0 3px;
        font-size: 20px;
        font-weight: 900;
        text-align: right;
        margin-bottom: 0;
        line-height: 1.08;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-location{
        grid-area: location;
        margin: 0;
        font-size: 13px;
        text-align: right;
        margin-top: -2px;
        line-height: 1.2;
    }

}

@media (max-width: 767px){
body.home #hbcRecentlyViewedGrid .hbc-card-guests-inline{
        margin-bottom: 14px;
    }

}

@media (min-width: 981px){
.home .hbc-search-topbar{
        height: 64px;
        min-height: 64px;
        align-items: stretch;
        overflow: hidden;
    }

    .home .hbc-search-topbar > *{
        height: 100%;
        min-height: 0;
    }

    .home .hbc-search-topbar-field{
        height: 100%;
        min-height: 0;
        padding: 8px 18px;
        display: flex;
        justify-content: center;
    }

    .home .hbc-search-topbar-submit{
        height: 100%;
        min-height: 0;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: stretch;
    }

    .home .hbc-search-topbar-submit button, .home .hbc-search-topbar input[type="submit"]{
        height: 100%;
        min-height: 0;
        width: 100%;
        margin: 0;
        padding: 0 18px;
        border: 0;
        border-radius: 14px 0 0 14px;
        background: #2c4a73;
        color: #fff;
        font-size: 24px;
        font-weight: 800;
        line-height: 1;
        display: flex;
        align-items: center;
        padding-bottom: 5px;
        justify-content: center;
        box-sizing: border-box;
        cursor: pointer;
    }

    .home .hbc-search-topbar-submit button:hover, .home .hbc-search-topbar input[type="submit"]:hover{
        background: #3a5d8d;
    }

}

.home .hbc-cards-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.home .hbc-cards-grid > .hbc-card{
    width: 100%;
    max-width: none;
    min-width: 0;
    flex: none;
}

@media (max-width: 767px){
body.home .hbc-cards-grid:not(.hbc-value-grid){
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.home .hbc-cards-grid:not(.hbc-value-grid) > .hbc-card{
        width: 100%;
        min-width: 0;
        max-width: 100%;
        flex: none;
    }

    body.home .hbc-cards-grid:not(.hbc-value-grid) .hbc-card-media{
        width: 100%;
    }

}

@media (max-width: 767px){
body.home .hbc-cards-grid{
        width: calc(100% - 10px);
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    body.home .hbc-cards-grid > .hbc-card, body.home .hbc-cards-grid > article.hbc-card{
        width: 100%;
        max-width: 100%;
    }

}

@media (max-width: 767px){
body.home .hbc-search-topbar-wrap{
        width: min(100% - 20px, 100%);
        margin: -24px auto 18px;
        position: relative;
        z-index: 9999;
        overflow: visible;
    }

    body.home .hbc-search-topbar{
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 8px;
        border-radius: 18px;
        border: 2px solid #d4af37;
        background: #fff;
        box-shadow: 0 14px 34px rgba(15,23,42,.16);
        overflow: visible;
    }

    body.home .hbc-search-topbar::before{
        display: none;
        content: none;
    }

    body.home .hbc-search-topbar .hbc-search-topbar-field, body.home .hbc-search-topbar .hbc-search-topbar-field-custom{
        width: 100%;
        min-height: 44px;
        padding: 0 12px;
        border: none;
        border-radius: 12px;
        background: #fff;
        overflow: visible;
        position: relative;
        z-index: 1;
    }

    body.home .hbc-search-topbar-field label, body.home .hbc-search-topbar .hbc-search-topbar-field label{
        display: none;
    }

    body.home .hbc-custom-select, body.home .hbc-search-keyword-wrap{
        position: relative;
        z-index: 20;
        width: 100%;
    }

    body.home .hbc-custom-select-trigger, body.home .hbc-search-topbar-field input, body.home .hbc-search-topbar-field select, body.home .hbc-search-topbar-field input[type="number"]{
        width: 100%;
        height: 44px;
        min-height: 44px;
        padding: 0 28px 0 0;
        margin: 0;
        border: none;
        background: transparent;
        box-shadow: none;
        outline: none;
        font-size: 16px;
        font-weight: 700;
        line-height: 44px;
        color: #0f172a;
        text-align: right;
        direction: rtl;
    }

    body.home .hbc-custom-select-text{
        font-size: 16px;
        font-weight: 700;
        line-height: 44px;
        color: #0f172a;
        text-align: right;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body.home .hbc-custom-select-arrow{
        left: 0;
        right: auto;
        top: 50%;
    }

    body.home .hbc-custom-select-menu{
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        left: 0;
        width: 100%;
        min-width: 0;
        max-height: 320px;
        overflow-y: auto;
        z-index: 99999;
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 14px;
        box-shadow: 0 14px 30px rgba(0,0,0,.16);
        padding: 8px;
    }

    body.home .hbc-custom-select-option{
        min-height: 44px;
        padding: 10px 14px;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 700;
        background: #fff;
        color: #0f172a;
        text-align: right;
    }

    body.home .hbc-custom-select-option:hover, body.home .hbc-custom-select-option.is-selected{
        background: #f8f3e3;
        color: #9a6b00;
    }

    body.home .hbc-custom-select.is-open{
        z-index: 80;
        margin-bottom: 228px;
    }

    body.home .hbc-search-topbar-submit{
        width: 100%;
        margin: 4px 0 0;
        padding: 0;
        display: flex;
        align-items: stretch;
        position: relative;
        z-index: 1;
    }

    body.home .hbc-search-topbar-submit button, body.home .hbc-search-topbar input[type="submit"]{
        width: 100%;
        min-height: 52px;
        height: 52px;
        margin: 0;
        padding: 0 18px 3px;
        border: none;
        border-radius: 16px;
        background: #2c4a73;
        color: #fff;
        font-size: 22px;
        font-weight: 800;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: none;
    }

}

@media (max-width: 767px){
body.home .hbc-cards-grid.hbc-value-grid{
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
        width: calc(100% - 16px);
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    body.home .hbc-cards-grid.hbc-value-grid > .hbc-card.hbc-value-card{
        width: 100%;
        max-width: 100%;
        min-height: auto;
        padding: 20px 18px;
        border-radius: 18px;
        text-align: right;
    }

    body.home .hbc-cards-grid.hbc-value-grid .hbc-card-body{
        display: block;
        padding: 0;
    }

    body.home .hbc-cards-grid.hbc-value-grid h3, body.home .hbc-cards-grid.hbc-value-grid .hbc-card-title{
        font-size: 20px;
        line-height: 1.35;
        margin: 0 0 8px;
        text-align: right;
    }

    body.home .hbc-cards-grid.hbc-value-grid p{
        font-size: 15px;
        line-height: 1.85;
        margin: 0;
        text-align: right;
    }

}

@media (max-width: 767px){
.hbc-link-all{
        display: none !important;
    }

}

@media (max-width:767px){
.home .hbc-browse-arrow-prev, .home .hbc-browse-arrow-next{
        display: none !important;
    }

    .home .hbc-browse-slider, .home #hbcRecentlyViewedSlider, .home .hbc-browse-slider-latest{
        position: relative !important;
        overflow: visible !important;
    }

    .home .hbc-browse-track{
        overflow: visible !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
        scroll-snap-type: none !important;
    }

    .home .hbc-browse-track-areas, .home .hbc-browse-track-events{
        display: grid !important;
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
        gap: 14px !important;
    }

    .home .hbc-browse-track-areas{
        padding: 4px 2px 8px !important;
    }

    .home .hbc-browse-track-areas > .hbc-browse-card, .home .hbc-browse-track-events > .hbc-browse-card{
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        flex: none !important;
        border-radius: 14px !important;
        aspect-ratio: auto !important;
        min-height: 0 !important;
        height: auto !important;
        overflow: hidden !important;
    }

    .home .hbc-browse-track-areas .hbc-browse-card-image, .home .hbc-browse-track-events .hbc-browse-card-image{
        height: 90px !important;
        min-height: 90px !important;
        max-height: 90px !important;
        aspect-ratio: auto !important;
        flex: none !important;
        overflow: hidden !important;
    }

    .home .hbc-browse-track-areas .hbc-browse-card-body, .home .hbc-browse-track-events .hbc-browse-card-body{
        display: block !important;
        background: #fff !important;
        padding: 7px 8px 9px !important;
        min-height: 22px !important;
    }

    .home .hbc-browse-track-areas .hbc-browse-card-body strong, .home .hbc-browse-track-events .hbc-browse-card-body strong{
        font-size: 14px !important;
        line-height: 1.15 !important;
        font-weight: 800 !important;
    }

    .home .hbc-browse-track-cities{
        display: grid !important;
        grid-template-columns: repeat(3,minmax(0,1fr)) !important;
        gap: 10px !important;
        overflow: visible !important;
    }

    .home .hbc-browse-track-cities > .hbc-browse-card:nth-child(n/**/+7){
        display: none !important;
    }

    .home .hbc-browse-track-cities > .hbc-browse-card{
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        flex: none !important;
        height: auto !important;
        border-radius: 12px !important;
        overflow: hidden !important;
    }

    .home .hbc-browse-track-cities .hbc-browse-card-image{
        width: 100% !important;
        height: 88px !important;
        min-height: 88px !important;
        max-height: 88px !important;
        aspect-ratio: auto !important;
        overflow: hidden !important;
        border-radius: 12px 12px 0 0 !important;
    }

    .home .hbc-browse-track-cities .hbc-browse-card-image img{
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }

    body.home #hbcRecentlyViewedSlider{
        padding-inline: 4px !important;
    }

    body.home #hbcRecentlyViewedGrid{
        padding-inline: 0 !important;
    }

    body.home #hbcRecentlyViewedGrid .hbc-browse-track-recent, body.home .hbc-browse-track-latest{
        display: grid !important;
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
        gap: 12px !important;
        overflow: visible !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        scroll-snap-type: none !important;
    }

    body.home #hbcRecentlyViewedGrid .hbc-browse-track-recent > .hbc-card, body.home #hbcRecentlyViewedGrid .hbc-card, body.home .hbc-browse-track-latest > .hbc-card{
        flex: none !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        min-height: 0 !important;
        height: auto !important;
        margin: 0 !important;
        border-radius: 14px !important;
        overflow: hidden !important;
        background: #fff !important;
        position: relative !important;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-media, body.home .hbc-browse-track-latest .hbc-card-media{
        height: 135px !important;
        min-height: 135px !important;
        max-height: 135px !important;
        aspect-ratio: auto !important;
        overflow: hidden !important;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-media img, body.home .hbc-browse-track-latest .hbc-card-media img{
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-body, body.home .hbc-browse-track-latest .hbc-card-body{
        min-height: 0 !important;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: none !important;
        grid-template-areas: none !important;
        gap: 4px !important;
        padding: 8px 9px 10px !important;
        overflow: visible !important;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-body > div:first-child, body.home .hbc-browse-track-latest .hbc-card-body > div:first-child{
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        min-width: 0 !important;
        grid-area: auto !important;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-info-top, body.home .hbc-browse-track-latest .hbc-card-info-top{
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 4px !important;
        width: 100% !important;
        margin: 2px 0 0 !important;
        padding: 0 !important;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-title, body.home .hbc-browse-track-latest .hbc-card-title{
        display: block !important;
        margin: 0 !important;
        font-size: 18px !important;
        line-height: 1.25 !important;
        font-weight: 800 !important;
        text-align: right !important;
        white-space: normal !important;
        overflow: visible !important;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-location, body.home .hbc-browse-track-latest .hbc-card-location{
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 12px !important;
        line-height: 1.35 !important;
        color: #64748b !important;
        text-align: right !important;
        grid-area: auto !important;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card.has-rating .hbc-card-location, body.home .hbc-browse-track-latest .hbc-card.has-rating .hbc-card-location{
        margin-top: 0 !important;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-guests-inline, body.home .hbc-browse-track-latest .hbc-card-guests-inline{
        display: block !important;
        width: 100% !important;
        margin: -8px 0 0 !important;
        padding: 0 !important;
        font-size: 12px !important;
        line-height: 1.35 !important;
        color: #64748b !important;
        text-align: right !important;
        font-weight: 400 !important;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-guests-text, body.home .hbc-browse-track-latest .hbc-card-guests-text, body.home #hbcRecentlyViewedGrid .hbc-card-guests-text b, body.home .hbc-browse-track-latest .hbc-card-guests-text b{
        font-size: 12px !important;
        line-height: 1.35 !important;
        color: #64748b !important;
        font-weight: 400 !important;
        text-align: right !important;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-meta, body.home #hbcRecentlyViewedGrid .hbc-features, body.home .hbc-browse-track-latest .hbc-card-meta, body.home .hbc-browse-track-latest .hbc-features{
        display: none !important;
    }

    body.home #hbcRecentlyViewedGrid .hbc-favorite-btn, body.home .hbc-browse-track-latest .hbc-favorite-btn{
        position: absolute !important;
        top: 8px !important;
        right: 8px !important;
        left: auto !important;
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        min-height: 32px !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 50% !important;
        background: rgba(255,255,255,.95) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1 !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    body.home #hbcRecentlyViewedGrid .hbc-favorite-btn svg, body.home .hbc-browse-track-latest .hbc-favorite-btn svg{
        width: 15px !important;
        height: 15px !important;
        display: block !important;
        flex: 0 0 15px !important;
        overflow: visible !important;
        stroke-width: 2 !important;
        vector-effect: non-scaling-stroke;
    }

    body.home #hbcRecentlyViewedGrid .hbc-favorite-btn path, body.home #hbcRecentlyViewedGrid .hbc-favorite-btn circle, body.home .hbc-browse-track-latest .hbc-favorite-btn path, body.home .hbc-browse-track-latest .hbc-favorite-btn circle{
        stroke-width: 2 !important;
        vector-effect: non-scaling-stroke;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-actions, body.home .hbc-browse-track-latest .hbc-card-actions{
        position: static !important;
        display: block !important;
        margin: 3px 0 0 !important;
        padding: 0 !important;
        width: 100% !important;
        grid-area: auto !important;
    }

    body.home .hbc-browse-track-latest .hbc-card-actions .hbc-btn, body.home .hbc-browse-track-latest .hbc-card-actions .hbc-btn-primary, body.home .hbc-browse-track-latest .hbc-card-actions a, body.home .hbc-browse-track-latest .hbc-card-actions button:not(.hbc-card-rating-bottom):not(.hbc-favorite-btn){
        display: none !important;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card.no-rating .hbc-card-actions, body.home #hbcRecentlyViewedGrid .hbc-card.no-rating .hbc-card-rating-bottom, body.home .hbc-browse-track-latest .hbc-card.no-rating .hbc-card-actions, body.home .hbc-browse-track-latest .hbc-card.no-rating .hbc-card-rating-bottom{
        display: none !important;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card.no-rating .hbc-card-body::after, body.home .hbc-browse-track-latest .hbc-card.no-rating .hbc-card-body::after{
        content: "טרם דורג" !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: max-content !important;
        min-width: 52px !important;
        height: 24px !important;
        min-height: 24px !important;
        padding: 0 9px !important;
        border-radius: 999px !important;
        background: linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%) !important;
        color: #1d4ed8 !important;
        border: 1px solid #bfd4ff !important;
        box-shadow: 0 4px 10px rgba(29,78,216,.10) !important;
        font-size: 9px !important;
        font-weight: 700 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        order: 3 !important;
        margin: 0 0 0 auto !important;
        margin-right: auto !important;
        margin-left: 0 !important;
        position: relative !important;
        top: 5px !important;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-rating-bottom, body.home .hbc-browse-track-latest .hbc-card-rating-bottom{
        position: static !important;
        display: grid !important;
        direction: ltr !important;
        grid-template-columns: 24px auto !important;
        grid-template-areas: "score label"
        "score count" !important;
        column-gap: 6px !important;
        row-gap: 2px !important;
        justify-content: start !important;
        align-items: center !important;
        justify-self: start !important;
        width: max-content !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0px 0 0 auto !important;
        margin-right: auto !important;
        margin-left: 0 !important;
        padding: 0 !important;
        z-index: 20 !important;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-rating-score, body.home .hbc-browse-track-latest .hbc-card-rating-score{
        grid-area: score !important;
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        min-height: 26px !important;
        border-radius: 6px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        align-self: center !important;
        justify-self: center !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
        top: 2px !important;
        font-size: 12px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-rating-label, body.home .hbc-browse-track-latest .hbc-card-rating-label{
        grid-area: label !important;
        display: inline-block !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #64748b !important;
        direction: rtl !important;
        font-size: 12px !important;
        line-height: 1.1 !important;
        text-align: right !important;
        justify-self: start !important;
        white-space: nowrap !important;
    }

    body.home #hbcRecentlyViewedGrid .hbc-card-rating-count, body.home .hbc-browse-track-latest .hbc-card-rating-count{
        grid-area: count !important;
        display: inline-block !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #64748b !important;
        direction: rtl !important;
        font-size: 10px !important;
        line-height: 1.1 !important;
        text-align: right !important;
        justify-self: start !important;
        white-space: nowrap !important;
    }

    body.home .hbc-browse-section{
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

}

@media (max-width:767px){
.home .hbc-browse-track-events > .hbc-browse-card-event:last-child:nth-child(odd){
        grid-column: 1 / -1 !important;
    }

    .home .hbc-browse-track-events > .hbc-browse-card-event:last-child:nth-child(odd) .hbc-browse-card-image{
        height: 120px !important;
    }

}

@media (max-width:767px){
.home .hbc-browse-track-areas{
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .home .hbc-browse-track-areas > .hbc-browse-card{
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        grid-column: auto !important;
    }

    .home .hbc-browse-track-areas .hbc-browse-card-image{
        height: 74px !important;
        min-height: 74px !important;
        max-height: 74px !important;
    }

    .home .hbc-browse-track-areas .hbc-browse-card-body{
        min-height: 34px !important;
        height: 34px !important;
        padding: 3px 5px !important;
    }

    .home .hbc-browse-track-areas .hbc-browse-card-body small{
        font-size: 10px !important;
        line-height: 1.1 !important;
    }

    .home .hbc-browse-track-areas .hbc-browse-card-body strong{
        font-size: 14px !important;
        line-height: 1.3 !important;
    }

}

@media (min-width:768px){
.home .hbc-search-topbar, .home .hbc-search-topbar-field, .home .hbc-search-topbar-field-keyword, .home .hbc-search-keyword-wrap{
        overflow: visible !important;
    }

    .home .hbc-search-topbar{
        z-index: 9999 !important;
    }

    .home .hbc-search-topbar-field-keyword, .home .hbc-search-keyword-wrap, .home .hbc-custom-select.is-open{
        position: relative !important;
        z-index: 99999 !important;
    }

    .home .hbc-custom-select.is-open .hbc-custom-select-menu{
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        z-index: 99999 !important;
    }

    .home #hbcSearchSuggest:not([hidden]){
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 999999 !important;
    }

}

@media (max-width:767px){
.home .hbc-search-topbar-wrap, .home .hbc-search-topbar, .home .hbc-search-topbar-field, .home .hbc-search-topbar-field-keyword, .home .hbc-search-keyword-wrap{
        overflow: visible !important;
    }

    .home .hbc-search-topbar{
        position: relative !important;
        z-index: 100 !important;
    }

    .home .hbc-search-topbar-field-keyword{
        position: relative !important;
        z-index: 9999 !important;
    }

    .home .hbc-search-keyword-wrap{
        position: relative !important;
        z-index: 99999 !important;
    }

    .home #hbcSearchSuggest{
        position: absolute !important;
        top: calc(100% + 8px) !important;
        right: 0 !important;
        left: 0 !important;
        z-index: 999999 !important;
        background: #fff !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 16px !important;
        box-shadow: 0 18px 40px rgba(15,23,42,.18) !important;
        max-height: 260px !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .home #hbcSearchSuggest:not([hidden]){
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    .home .hbc-search-suggest-item{
        background: #fff !important;
        color: #0f172a !important;
        border-bottom: 1px solid #eef2f6 !important;
    }

    .home .hbc-search-suggest-item:hover, .home .hbc-search-suggest-item:focus, .home .hbc-search-suggest-item:active{
        background: #f8fafc !important;
        color: #0f172a !important;
        box-shadow: none !important;
        outline: none !important;
    }

}

@media (max-width:767px){
.home #hbcRecentlyViewedSection[style*="display:none"] ~ .hbc-featured-halls{
        margin-top: -22px !important;
        padding-top: 0 !important;
    }

    .home #hbcRecentlyViewedSection{
        margin-top: -22px !important;
    }

    .home #hbcRecentlyViewedSection:not([style*="display:none"]){
        margin-bottom: 32px !important;
    }

}

@media (max-width:767px){
body.home #hbcRecentlyViewedGrid .hbc-card-venue-type, body.home .hbc-browse-track-latest .hbc-card-venue-type{
        display: none !important;
    }

}

@media (max-width:767px){
body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-card-body{
        height: 112px !important;
        min-height: 112px !important;
        max-height: 112px !important;
        display: flex !important;
        flex-direction: column !important;
        padding: 8px 9px 8px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-card-actions{
        margin-top: auto !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
    }

}

@media (min-width:768px){
body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card), body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card), body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card){
        display: flex !important;
        flex-direction: column !important;
        min-width: 0 !important;
        min-height: 392px !important;
        height: auto !important;
        border-radius: 24px !important;
        overflow: hidden !important;
        background: #fff !important;
        box-sizing: border-box !important;
    }

    body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card){
        width: 100% !important;
        max-width: 100% !important;
    }

    body.home .hbc-browse-track-latest, body.home #hbcRecentlyViewedGrid .hbc-browse-track-recent{
        align-items: stretch !important;
    }

    body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card) .hbc-card-media, body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-card-media, body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card) .hbc-card-media{
        width: 100% !important;
        height: 210px !important;
        min-height: 210px !important;
        max-height: 210px !important;
        flex: 0 0 210px !important;
        aspect-ratio: auto !important;
        overflow: hidden !important;
    }

    body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card) .hbc-card-media img, body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-card-media img, body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card) .hbc-card-media img{
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card) .hbc-card-body, body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-card-body, body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card) .hbc-card-body{
        flex: 1 1 auto !important;
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        padding: 12px 14px 14px !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        grid-template-rows: auto auto 1fr auto !important;
        grid-template-areas: "title rating"
            "info info"
            "space space"
            "buttons buttons" !important;
        column-gap: 12px !important;
        row-gap: 5px !important;
        align-items: start !important;
        direction: rtl !important;
        overflow: visible !important;
    }

    body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card) .hbc-card-body > div:first-child, body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-card-body > div:first-child, body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card) .hbc-card-body > div:first-child{
        grid-area: title !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card) .hbc-card-title, body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card) .hbc-card-title a, body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-card-title, body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-card-title a, body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card) .hbc-card-title, body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card) .hbc-card-title a{
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 22px !important;
        line-height: 1.15 !important;
        font-weight: 900 !important;
        text-align: right !important;
        color: #111827 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card) .hbc-card-info-top, body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-card-info-top, body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card) .hbc-card-info-top{
        grid-area: info !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 3px !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: -4px 0 0 !important;
        padding: 0 !important;
        direction: rtl !important;
        text-align: right !important;
        overflow: visible !important;
    }

    body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card) .hbc-card-location, body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card) .hbc-card-guests-inline, body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-card-location, body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-card-guests-inline, body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card) .hbc-card-location, body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card) .hbc-card-guests-inline{
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 4px !important;
        width: 100% !important;
        height: auto !important;
        min-height: 16px !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
        font-weight: 400 !important;
        color: #4b5563 !important;
        direction: rtl !important;
        text-align: right !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card) .hbc-card-venue-type, body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-card-venue-type, body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card) .hbc-card-venue-type{
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 16px !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
        font-weight: 400 !important;
        color: #4b5563 !important;
        direction: rtl !important;
        text-align: right !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card) .hbc-card-venue-type > span, body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card) .hbc-card-venue-text, body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-card-venue-type > span, body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-card-venue-text, body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card) .hbc-card-venue-type > span, body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card) .hbc-card-venue-text{
        display: inline !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
        font-weight: 400 !important;
        color: #4b5563 !important;
        white-space: nowrap !important;
        overflow: visible !important;
        text-overflow: clip !important;
        vertical-align: baseline !important;
    }

    body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card) .hbc-card-actions, body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-card-actions, body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card) .hbc-card-actions{
        grid-area: rating !important;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        justify-self: end !important;
        align-self: start !important;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card) .hbc-card-rating-bottom, body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-card-rating-bottom, body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card) .hbc-card-rating-bottom{
        display: grid !important;
        grid-template-columns: 34px auto !important;
        grid-template-areas: "score label"
            "score count" !important;
        column-gap: 7px !important;
        row-gap: 1px !important;
        align-items: center !important;
        justify-content: start !important;
        width: auto !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        direction: ltr !important;
        text-align: right !important;
        white-space: normal !important;
        transform: none !important;
    }

    body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card) .hbc-card-rating-score, body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-card-rating-score, body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card) .hbc-card-rating-score{
        grid-area: score !important;
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        min-height: 34px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 9px !important;
        font-size: 13px !important;
        line-height: 1 !important;
        font-weight: 900 !important;
    }

    body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card) .hbc-card-rating-label, body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-card-rating-label, body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card) .hbc-card-rating-label{
        grid-area: label !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 12px !important;
        line-height: 1.1 !important;
        font-weight: 600 !important;
        color: #111827 !important;
        direction: rtl !important;
        text-align: right !important;
        white-space: nowrap !important;
    }

    body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card) .hbc-card-rating-count, body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-card-rating-count, body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card) .hbc-card-rating-count{
        grid-area: count !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 11px !important;
        line-height: 1.1 !important;
        font-weight: 400 !important;
        color: #64748b !important;
        direction: rtl !important;
        text-align: right !important;
        white-space: nowrap !important;
    }

    body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card) .hbc-card-meta, body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-card-meta, body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card) .hbc-card-meta{
        grid-area: buttons !important;
        align-self: end !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 12px !important;
        width: 100% !important;
        min-height: 40px !important;
        margin: 6px 0 0 !important;
        padding: 0 !important;
        transform: none !important;
        overflow: visible !important;
    }

    body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card.no-rating .hbc-card-actions::before, body.home .hbc-browse-track-latest > article.hbc-card.no-rating .hbc-card-actions::before, body.home #hbcRecentlyViewedGrid article.hbc-card.no-rating .hbc-card-actions::before{
        content: "טרם דורג" !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 58px !important;
        height: 28px !important;
        padding: 0 10px !important;
        border-radius: 999px !important;
        background: linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%) !important;
        color: #1d4ed8 !important;
        border: 1px solid #bfd4ff !important;
        box-shadow: 0 4px 10px rgba(29,78,216,.10) !important;
        font-size: 10px !important;
        font-weight: 700 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card) .hbc-features, body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card) .hbc-feature, body.home .hbc-cards-grid:not(.hbc-value-grid) > article.hbc-card:not(.hbc-value-card) .hbc-card-excerpt, body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-features, body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-feature, body.home .hbc-browse-track-latest > article.hbc-card:not(.hbc-value-card) .hbc-card-excerpt, body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card) .hbc-features, body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card) .hbc-feature, body.home #hbcRecentlyViewedGrid article.hbc-card:not(.hbc-value-card) .hbc-card-excerpt{
        display: none !important;
    }

}

@media (min-width: 981px) {

    /* השדה הימני ביותר */
    .home .hbc-search-topbar-field-keyword {
        border-radius: 0 16px 16px 0 !important;
    }

    /* כפתור החיפוש השמאלי */
    .home .hbc-search-topbar button,
    .home .hbc-search-topbar input[type="submit"] {
        border-radius: 16px 0 0 16px !important;
    }

}