/* Hidden Wonders brand refresh: professional safari logo + cleaner menu bar */
:root{
    --hw-forest:#173522;
    --hw-forest-2:#24482d;
    --hw-sand:#fff8ed;
    --hw-sand-2:#f2e4c9;
    --hw-terracotta:#c56b2d;
    --hw-gold:#f5b044;
    --hw-ink:#173522;
}

.site-header{
    left:0!important;
    right:0!important;
    top:42px!important;
    z-index:998!important;
}

.site-header.is-fixed{
    top:0!important;
    left:0!important;
    right:0!important;
    background:linear-gradient(90deg,rgba(23,53,34,.98),rgba(36,72,45,.98))!important;
    border-radius:0 0 28px 28px!important;
    box-shadow:0 18px 55px rgba(23,53,34,.22)!important;
}

.site-header .main-bar-wraper > .w-full,
.site-header .main-bar-wraper > .flex{
    min-height:80px!important;
    background:#fff!important;
    border:none!important;
    border-radius:0!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
}

.site-header.is-fixed .main-bar-wraper > .w-full,
.site-header.is-fixed .main-bar-wraper > .flex{
    min-height:78px!important;
    border-radius:0 0 28px 28px!important;
    border-color:rgba(255,255,255,.12)!important;
    background:transparent!important;
    box-shadow:none!important;
}

.site-header .flex.items-center.relative.z-9.h-20,
.site-header .flex.items-center.z-9.h-20{
    width:clamp(210px,24vw,310px)!important;
    min-width:210px!important;
}

.site-header a[href="/"] img,
.site-header a[href$="/home"] img{
    width:100%!important;
    max-width:306px!important;
    max-height:80px!important;
    object-fit:contain!important;
    filter:none!important;
}

.site-header .hw-logo-box{
    background:transparent!important;
    box-shadow:none!important;
    padding:0!important;
    border-radius:0!important;
}

.site-header .navbar-nav{
    align-items:center!important;
    gap:clamp(6px,1.1vw,16px)!important;
}

.site-header .navbar-nav > li > a{
    color:var(--hw-forest)!important;
    font-family:Inter, Figtree, Arial, sans-serif!important;
    font-size:15px!important;
    line-height:1!important;
    font-weight:800!important;
    letter-spacing:.02em!important;
    text-transform:none!important;
    padding:16px 14px!important;
    border-radius:999px!important;
    transition:background-color .2s ease,color .2s ease,transform .2s ease!important;
}

.site-header .navbar-nav > li > a:hover,
.site-header .navbar-nav > li > a.active{
    background:rgba(197,107,45,.12)!important;
    color:var(--hw-terracotta)!important;
    transform:translateY(-1px);
}

.site-header.is-fixed .navbar-nav > li > a{
    color:#fff8ed!important;
}

.site-header.is-fixed .navbar-nav > li > a:hover,
.site-header.is-fixed .navbar-nav > li > a.active{
    background:rgba(245,176,68,.16)!important;
    color:#f5b044!important;
}

.site-header .quick-search,
.site-header .toggle-nav-btn{
    color:var(--hw-forest)!important;
    background:rgba(23,53,34,.08)!important;
    border-radius:999px!important;
}

.site-header .toggle-nav-btn span{
    background:var(--hw-forest)!important;
}

.site-header.is-fixed .quick-search,
.site-header.is-fixed .toggle-nav-btn{
    color:#fff8ed!important;
    background:rgba(255,255,255,.12)!important;
}

.site-header.is-fixed .toggle-nav-btn span,
.site-header.is-fixed .xmenu-toggler span{
    background:#fff8ed!important;
}

.site-header .xmenu-toggler{
    border-radius:16px!important;
    background:var(--hw-forest)!important;
}

.site-header .xmenu-toggler span{
    background:#fff8ed!important;
}

@media (max-width:1199px){
    .site-header .flex.items-center.relative.z-9.h-20,
    .site-header .flex.items-center.z-9.h-20{
        width:220px!important;
        min-width:180px!important;
    }
    .site-header .navbar-nav > li > a{font-size:14px!important;padding:14px 9px!important;}
}

@media (max-width:991px){
    .site-header{top:42px!important;left:0!important;right:0!important;}
    .site-header .main-bar-wraper > .w-full,
    .site-header .main-bar-wraper > .flex{min-height:72px!important;border-radius:0!important;}
    .site-header .header-nav{background:#fff8ed!important;}
    .site-header .header-nav .navbar-nav > li > a{color:var(--hw-forest)!important;padding:16px 0!important;border-radius:0!important;}
    .site-header .quick-search{display:none!important;}
}

@media (max-width:575px){
    .site-header .flex.items-center.relative.z-9.h-20,
    .site-header .flex.items-center.z-9.h-20{width:190px!important;min-width:170px!important;}
    .site-header a[href="/"] img,
    .site-header a[href$="/home"] img{max-height:64px!important;}
}

/* Thin top progress preloader: replaces the old full-screen dot loader visually. */
.loading-area{
    position:fixed!important;
    inset:0 auto auto 0!important;
    width:100%!important;
    height:4px!important;
    min-height:0!important;
    z-index:100000!important;
    background:rgba(255,248,237,.88)!important;
    overflow:hidden!important;
    pointer-events:none!important;
    opacity:1!important;
    visibility:visible!important;
    display:block;
    animation:hwPreloaderFade .45s ease 1.35s forwards!important;
}
.loading-area:before{
    content:"";
    position:absolute;
    inset:0 auto 0 0;
    width:0;
    border-radius:0 999px 999px 0;
    background:linear-gradient(90deg,var(--hw-terracotta),var(--hw-gold),#fff2bc);
    box-shadow:0 0 18px rgba(245,176,68,.75);
    animation:hwTopLoad 1.15s cubic-bezier(.22,.75,.3,1) forwards;
}
.loading-area .loading-box,
.loading-area .loading-pic,
.loading-area .loader,
.loading-area .dot{
    display:none!important;
}
@keyframes hwTopLoad{
    0%{width:0;}
    55%{width:72%;}
    100%{width:100%;}
}
@keyframes hwPreloaderFade{
    to{opacity:0;visibility:hidden;}
}

.hw-topbar__spark i{font-size:11px;}
.hw-topbar__ticker span{display:inline-flex;align-items:center;gap:6px;}
.hw-topbar__ticker i{color:#ffe15d;font-size:12px;}
.hw-topbar__actions a i{font-size:14px;line-height:1;}
.hw-topbar__actions a[href^="https://wa.me"]{
    background:rgba(37,211,102,.16);
    border:1px solid rgba(255,255,255,.22);
    border-radius:999px;
    padding:6px 10px;
}
.hw-topbar__actions a[href^="https://wa.me"] i{color:#35f184;font-size:16px;}

/* Hidden Wonders tours listing redesign: scoped to /tours main content only */
.hw-tours-page{background:#fbf8f1;color:#23160d;overflow:hidden}.hw-tours-container{width:min(1120px,calc(100% - 32px));margin-inline:auto}.hw-tours-page a{transition:.22s ease}.hw-tours-hero{position:relative;min-height:430px;background-image:linear-gradient(90deg,rgba(21,9,0,.88) 0%,rgba(43,20,3,.62) 43%,rgba(43,20,3,.15) 100%),var(--hero-image);background-size:cover;background-position:center 52%;display:flex;align-items:flex-end;padding:150px 0 86px}.hw-tours-hero__shade{position:absolute;inset:0;background:radial-gradient(circle at 15% 70%,rgba(204,141,42,.32),transparent 30%),linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.25));pointer-events:none}.hw-tours-hero__inner{position:relative;z-index:1}.hw-tours-hero__copy{max-width:760px;color:#fff}.hw-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:14px;padding:8px 13px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.1);backdrop-filter:blur(6px);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.hw-tours-hero h1{color:#fff;font-family:Georgia,'Times New Roman',serif;font-size:clamp(48px,8vw,92px);line-height:.9;margin:0 0 14px;text-transform:uppercase;text-shadow:0 8px 24px rgba(0,0,0,.35)}.hw-tours-hero p{font-size:clamp(18px,2.4vw,24px);line-height:1.45;color:rgba(255,255,255,.92);max-width:660px;margin:0}.hw-tours-hero__features{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px}.hw-tours-hero__features span{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:14px;font-weight:800}.hw-tours-hero__features i{width:34px;height:34px;border:1px solid rgba(240,177,69,.85);border-radius:50%;display:grid;place-items:center;color:#f0b145;font-size:18px}.hw-tours-search-wrap{position:relative;z-index:5;margin-top:-50px}.hw-tours-search{width:min(1060px,calc(100% - 32px));margin:0 auto;background:#fff;border:1px solid rgba(61,39,18,.12);border-radius:10px;box-shadow:0 18px 45px rgba(36,23,9,.16);display:grid;grid-template-columns:repeat(5,1fr) 160px;gap:0;align-items:stretch;padding:22px 20px}.hw-search-field{min-width:0;position:relative;padding:0 16px 0 42px;border-right:1px solid rgba(51,33,19,.14)}.hw-search-field>i{position:absolute;left:10px;top:26px;font-size:22px;color:#2b2018}.hw-search-field label{display:block;font-size:11px;line-height:1;text-transform:uppercase;letter-spacing:.07em;color:#7a4b16;font-weight:900;margin:0 0 11px}.hw-search-field select{width:100%;border:0;border-bottom:1px solid rgba(47,29,16,.16);background:#fff;padding:0 0 9px;font-size:14px;color:#65594c;outline:none;appearance:auto}.hw-search-submit{border:0;border-radius:5px;background:linear-gradient(135deg,#d69a33,#b7771c);color:#fff;font-weight:900;text-transform:uppercase;letter-spacing:.02em;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:56px;cursor:pointer;box-shadow:0 10px 18px rgba(183,119,28,.22)}.hw-search-submit:hover{transform:translateY(-1px);background:#241407}.hw-reset-filter{grid-column:6;justify-self:center;margin-top:10px;font-size:12px;color:#6f6258;display:inline-flex;align-items:center;gap:5px}.hw-tours-main{padding:28px 0 34px}.hw-tours-grid-shell{display:grid;grid-template-columns:205px 1fr;gap:26px;align-items:start}.hw-filter-panel{background:linear-gradient(135deg,#fff 0%,#f2eee6 100%);border:1px solid rgba(77,45,17,.08);box-shadow:0 10px 28px rgba(45,31,18,.08);border-radius:8px;padding:23px 18px;position:sticky;top:95px}.hw-filter-panel h2,.hw-destination-panel h2{font-family:Georgia,'Times New Roman',serif;color:#21150d;font-size:21px;text-transform:uppercase;margin:0}.hw-filter-line{width:42px;height:2px;background:#c58629;margin:13px 0 22px}.hw-filter-group{padding:0 0 18px;margin-bottom:18px;border-bottom:1px solid rgba(44,28,17,.12)}.hw-filter-group h3{font-size:12px;text-transform:uppercase;letter-spacing:.04em;margin:0 0 14px;font-weight:900;color:#27190f}.hw-check-row,.hw-radio-row{display:grid;grid-template-columns:18px 1fr auto;gap:8px;align-items:center;min-height:28px;font-size:13px;color:#2c241d;cursor:pointer}.hw-check-row input,.hw-radio-row input{accent-color:#c58629}.hw-check-row b,.hw-radio-row b{font-weight:600;color:#554a40;font-size:12px}.hw-filter-more{border:0;background:none;color:#b26f17;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 0 0;cursor:pointer}.hw-budget-bar{height:7px;background:#eadbc0;border-radius:999px;position:relative;margin:18px 4px 9px}.hw-budget-bar:before,.hw-budget-bar:after{content:'';position:absolute;top:50%;width:14px;height:14px;border-radius:50%;background:#c58629;transform:translateY(-50%);box-shadow:0 0 0 3px rgba(197,134,41,.16)}.hw-budget-bar:before{left:0}.hw-budget-bar:after{right:0}.hw-budget-bar span{display:block;height:100%;border-radius:inherit;background:#c58629}.hw-budget-values{display:flex;justify-content:space-between;font-size:12px;font-weight:700}.hw-help-card{min-height:160px;border:1px solid rgba(197,134,41,.45);border-radius:8px;background:linear-gradient(135deg,#fffaf1,#ead0a7);padding:17px 14px;display:flex;gap:8px;align-items:flex-end;overflow:hidden}.hw-help-card span{font-family:Georgia,'Times New Roman',serif;font-size:18px;font-weight:900;color:#22140c;display:block;line-height:1.05}.hw-help-card p{font-size:11px;line-height:1.45;margin:9px 0 14px;color:#43362b}.hw-help-card a{display:inline-flex;background:#d19227;color:#fff;border-radius:4px;padding:10px 14px;text-transform:uppercase;font-size:11px;font-weight:900}.hw-help-card i{font-size:72px;color:#7c4a17;opacity:.22}.hw-results-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:8px 0 22px}.hw-results-heading h2{font-family:Georgia,'Times New Roman',serif;font-size:21px;color:#1e140e;margin:0;text-transform:uppercase}.hw-results-heading label{display:flex;align-items:center;gap:10px;font-size:11px;text-transform:uppercase;font-weight:900}.hw-results-heading select{border:1px solid rgba(54,35,20,.15);border-radius:4px;padding:13px 42px 13px 13px;background:#fff;color:#5b5149}.hw-tour-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hw-tour-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 8px 22px rgba(32,21,12,.1);border:1px solid rgba(54,35,20,.07);transition:transform .25s ease,box-shadow .25s ease}.hw-tour-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(32,21,12,.18)}.hw-tour-card__media{height:194px;position:relative;overflow:hidden}.hw-tour-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.hw-tour-card:hover img{transform:scale(1.06)}.hw-tour-badge{position:absolute;left:13px;top:13px;padding:6px 9px;background:#d39428;color:#fff;border-radius:3px;font-size:10px;text-transform:uppercase;font-weight:900}.hw-tour-badge.is-green{background:#16a36b}.hw-favourite{position:absolute;right:12px;top:12px;width:34px;height:34px;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:rgba(0,0,0,.08);color:#fff;font-size:22px;display:grid;place-items:center;cursor:pointer}.hw-duration-pill{position:absolute;left:13px;bottom:0;transform:translateY(50%);background:#fff;color:#282018;border-radius:2px;padding:8px 11px;font-size:11px;font-weight:900;text-transform:uppercase;box-shadow:0 5px 12px rgba(0,0,0,.13)}.hw-tour-card__body{padding:27px 15px 15px}.hw-tour-card h3{font-family:Georgia,'Times New Roman',serif;font-size:19px;line-height:1.18;margin:0 0 5px;color:#20150e}.hw-tour-card h3 a{color:inherit}.hw-tour-card h3 a:hover{color:#c48122}.hw-tour-location{font-size:12px;color:#82766c;margin:0 0 13px}.hw-tour-card ul{list-style:none;padding:0;margin:0 0 12px;display:grid;gap:6px}.hw-tour-card li{font-size:11px;color:#51463d;display:flex;gap:7px;align-items:center}.hw-tour-card li i{color:#3b2b1e;font-size:12px}.hw-stars{display:flex;align-items:center;gap:2px;color:#d69727;font-size:12px;margin:10px 0 18px}.hw-stars span{color:#82766c;margin-left:5px;font-size:11px}.hw-tour-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.hw-tour-bottom span{text-transform:uppercase;font-size:12px;color:#1d150f}.hw-tour-bottom strong{font-size:19px;color:#20150e}.hw-tour-bottom a{background:#c98524;color:#fff;border-radius:4px;padding:10px 15px;text-transform:uppercase;font-size:11px;font-weight:900}.hw-tour-bottom a:hover{background:#261507;color:#fff}.hw-load-more{text-align:center;margin:22px 0 0}.hw-load-more a{display:inline-flex;gap:9px;align-items:center;justify-content:center;min-width:235px;border:1px solid #c98524;border-radius:4px;color:#261507;background:#fff;padding:12px 20px;text-transform:uppercase;font-size:12px;font-weight:900}.hw-destination-strip{padding:0 0 34px}.hw-destination-panel{background:linear-gradient(135deg,#f7f0e4,#fffaf2);border-radius:8px;padding:24px 20px;border:1px solid rgba(82,50,18,.08);box-shadow:0 10px 28px rgba(50,34,19,.06)}.hw-strip-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.hw-strip-arrows{display:flex;gap:10px}.hw-strip-arrows span{width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid rgba(79,46,16,.15);display:grid;place-items:center;color:#b26f17;box-shadow:0 5px 14px rgba(50,34,19,.08)}.hw-destination-row{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:14px}.hw-destination-card{min-height:166px;position:relative;overflow:hidden;border-radius:6px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding:15px 13px;background:#20150e;box-shadow:0 9px 20px rgba(40,25,12,.14)}.hw-destination-card:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.78));z-index:1}.hw-destination-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hw-destination-card:hover img{transform:scale(1.08)}.hw-destination-card span,.hw-destination-card small{position:relative;z-index:2}.hw-destination-card span{text-transform:uppercase;font-size:13px;font-weight:900;line-height:1.1}.hw-destination-card small{font-size:12px;color:#fff;margin-top:3px}.hw-custom-safari{position:relative;background-image:linear-gradient(90deg,rgba(20,8,0,.94),rgba(20,8,0,.72),rgba(20,8,0,.2)),var(--cta-image);background-size:cover;background-position:center;padding:45px 0;color:#fff}.hw-custom-safari__inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.hw-custom-safari span{text-transform:uppercase;font-size:15px;letter-spacing:.04em;font-weight:800;color:#fff}.hw-custom-safari h2{font-family:Georgia,'Times New Roman',serif;text-transform:uppercase;color:#fff;font-size:clamp(33px,5vw,50px);line-height:.98;margin:8px 0 25px;max-width:590px}.hw-custom-safari em{font-style:normal;color:#f0b145}.hw-custom-icons{display:flex;flex-wrap:wrap;gap:18px}.hw-custom-icons p{display:flex;align-items:center;gap:10px;margin:0;color:#fff;font-weight:800;font-size:14px;max-width:205px}.hw-custom-icons i{font-size:30px;color:#f0b145}.hw-custom-safari__inner>a{flex:0 0 auto;display:inline-flex;align-items:center;gap:12px;background:#e0a33d;color:#fff;border-radius:4px;padding:19px 34px;text-transform:uppercase;font-size:12px;font-weight:900;box-shadow:0 12px 24px rgba(0,0,0,.2)}.hw-custom-safari__inner>a:hover{background:#fff;color:#23160d}.hw-trust-row{background:#fff;padding:18px 0;border-bottom:1px solid rgba(54,35,20,.08)}.hw-trust-row .hw-tours-container{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.hw-trust-row div{display:grid;grid-template-columns:42px 1fr;column-gap:9px;align-items:center}.hw-trust-row i{grid-row:1/3;width:42px;height:42px;border:1px solid rgba(50,85,59,.3);border-radius:50%;display:grid;place-items:center;color:#526b45;font-size:22px}.hw-trust-row span{font-size:12px;font-weight:900;color:#23160d}.hw-trust-row small{font-size:11px;color:#756a60}.hw-tours-page select,.hw-tours-page button,.hw-tours-page a{touch-action:manipulation}@media (max-width:1100px){.hw-tours-search{grid-template-columns:repeat(3,1fr);gap:18px}.hw-search-field{border-right:0;border-bottom:1px solid rgba(51,33,19,.12);padding-bottom:8px}.hw-search-submit{grid-column:auto}.hw-reset-filter{grid-column:auto}.hw-tours-grid-shell{grid-template-columns:1fr}.hw-filter-panel{position:relative;top:auto}.hw-tour-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-destination-row{grid-template-columns:repeat(4,minmax(0,1fr))}.hw-trust-row .hw-tours-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.hw-tours-container{width:min(100% - 22px,1120px)}.hw-tours-hero{min-height:390px;padding:130px 0 64px;background-position:center}.hw-tours-hero__features{gap:11px}.hw-tours-search{grid-template-columns:1fr;padding:18px}.hw-reset-filter{grid-column:1}.hw-tour-card-grid,.hw-destination-row{grid-template-columns:1fr}.hw-results-heading,.hw-custom-safari__inner{align-items:flex-start;flex-direction:column}.hw-results-heading label{width:100%;justify-content:space-between}.hw-results-heading select{flex:1}.hw-tour-card__media{height:220px}.hw-destination-card{min-height:190px}.hw-custom-icons{display:grid;gap:13px}.hw-trust-row .hw-tours-container{grid-template-columns:1fr}.hw-filter-panel{border-radius:14px}.hw-tours-hero h1{font-size:52px}}@media (prefers-reduced-motion:reduce){.hw-tours-page *{transition:none!important;animation:none!important}}
/* End Hidden Wonders tours listing redesign */

/* Keep the existing header search overlay truly hidden until the template JS opens it. */
.xmenu-search:not(.active):not(.show):not(.open){top:-110vh!important;pointer-events:none!important;opacity:0!important;visibility:hidden!important}.xmenu-search.active,.xmenu-search.show,.xmenu-search.open{top:0!important;pointer-events:auto!important;opacity:1!important;visibility:visible!important}

/* Explore by Destination carousel */
.hw-destination-swiper{overflow:hidden;padding:2px 2px 8px}.hw-destination-swiper .swiper-wrapper{align-items:stretch}.hw-destination-swiper .swiper-slide{height:auto}.hw-strip-arrows button{width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid rgba(79,46,16,.15);display:grid;place-items:center;color:#b26f17;box-shadow:0 5px 14px rgba(50,34,19,.08);cursor:pointer;transition:.22s ease}.hw-strip-arrows button:hover{background:#c98524;color:#fff;transform:translateY(-1px)}.hw-destination-card{height:170px}.hw-destination-card small{font-weight:700}.hw-destination-swiper:hover .hw-destination-card img{will-change:transform}@media (max-width:720px){.hw-destination-card{height:205px}.hw-destination-swiper{padding-bottom:10px}}


/* Functional tours filters: searchable typed/select fields */
.hw-combo-field{position:relative}.hw-combo-field input{width:100%;border:0;background:transparent;color:#2b1c10;font-size:15px;font-weight:800;outline:0;padding:0 32px 0 0;min-height:28px}.hw-combo-field input::placeholder{color:#6b5b4c}.hw-combo-toggle{position:absolute;right:12px;bottom:13px;width:26px;height:26px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(197,107,45,.12);color:#a76322;cursor:pointer}.hw-combo-menu{position:absolute;left:10px;right:10px;top:calc(100% + 8px);z-index:40;display:none;padding:8px;border-radius:18px;background:#fffef9;border:1px solid rgba(92,61,31,.14);box-shadow:0 22px 50px rgba(35,22,13,.18);max-height:270px;overflow:auto}.hw-combo-field.is-open .hw-combo-menu{display:grid;gap:6px}.hw-combo-menu button{border:0;width:100%;display:flex;align-items:center;gap:10px;text-align:left;padding:10px 11px;border-radius:14px;background:transparent;color:#2b1c10;font-size:13px;font-weight:850;cursor:pointer}.hw-combo-menu button:hover,.hw-combo-menu button:focus{background:linear-gradient(90deg,rgba(197,107,45,.14),rgba(245,176,68,.14));outline:0}.hw-combo-menu i{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#f8ead3;color:#b26721;font-size:16px}.hw-empty-results{grid-column:1/-1;min-height:320px;border:1px dashed rgba(197,107,45,.32);border-radius:24px;background:linear-gradient(145deg,#fffdf8,#fff5e4);display:grid;place-items:center;text-align:center;padding:38px;color:#332111}.hw-empty-results i{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#183922;color:#f5b044;font-size:30px;margin-bottom:8px}.hw-empty-results h3{font-family:Georgia,'Times New Roman',serif;font-size:30px;margin:0}.hw-empty-results p{max-width:560px;margin:8px auto 18px;color:#6c5a49}.hw-empty-results a{display:inline-flex;border-radius:999px;padding:12px 18px;background:#c56b2d;color:#fff;font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.06em}

.hw-combo-menu{min-width:min(290px,calc(100vw - 32px));left:0;right:auto}.hw-combo-field:nth-of-type(n+4) .hw-combo-menu{left:auto;right:0}.hw-combo-menu span{white-space:normal;line-height:1.2}.hw-search-field{overflow:visible}
