/*
 * EcoSapa Universal Search v2
 * ZERO-LAYOUT-TOUCH overlay.
 * These selectors never style the host header, its form, buttons, inputs,
 * Tour/Cruise filters, booking selects or page layout.
 */
#ecosapa-us-overlay{
    position:absolute;
    z-index:2147483000;
    width:430px;
    max-width:calc(100vw - 24px);
    max-height:430px;
    overflow:auto;
    display:none;
    padding:7px;
    background:#fff;
    border:1px solid #e6e9ee;
    border-radius:12px;
    box-shadow:0 18px 46px rgba(15,23,42,.18);
    font-family:Roboto,Arial,Helvetica,sans-serif;
    text-align:left;
}
#ecosapa-us-overlay.is-open{display:block}
#ecosapa-us-overlay *{box-sizing:border-box}
#ecosapa-us-overlay .eus-o-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:7px 9px 6px;
    color:#667085;
    font-size:10.5px;
    font-weight:800;
    letter-spacing:.06em;
    text-transform:uppercase;
}
#ecosapa-us-overlay .eus-o-head small{
    color:#98a2b3;
    font-size:10px;
    font-weight:600;
    letter-spacing:0;
    text-transform:none;
}
#ecosapa-us-overlay .eus-o-item{
    display:grid;
    grid-template-columns:54px minmax(0,1fr) 18px;
    gap:10px;
    align-items:center;
    min-height:62px;
    padding:7px 8px;
    border-radius:8px;
    color:#283746!important;
    text-decoration:none!important;
    background:#fff;
}
#ecosapa-us-overlay .eus-o-item:hover,
#ecosapa-us-overlay .eus-o-item.is-active{background:#f7f8fa}
#ecosapa-us-overlay .eus-o-item img,
#ecosapa-us-overlay .eus-o-placeholder{
    width:54px;
    height:46px;
    border-radius:7px;
    object-fit:cover;
    background:#f1f3f5;
}
#ecosapa-us-overlay .eus-o-placeholder{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#98a2b3;
    font-size:10px;
    font-weight:800;
}
#ecosapa-us-overlay .eus-o-copy{min-width:0}
#ecosapa-us-overlay .eus-o-copy strong{
    display:block;
    overflow:hidden;
    color:#263746;
    font-size:13.5px;
    line-height:1.32;
    font-weight:700;
    white-space:nowrap;
    text-overflow:ellipsis;
}
#ecosapa-us-overlay .eus-o-copy small{
    display:block;
    margin-top:3px;
    overflow:hidden;
    color:#667085;
    font-size:11px;
    line-height:1.3;
    white-space:nowrap;
    text-overflow:ellipsis;
}
#ecosapa-us-overlay .eus-o-kind{
    display:inline-flex;
    align-items:center;
    margin:0 6px 3px 0;
    padding:2px 6px;
    border-radius:999px;
    background:#f2f4f7;
    color:#667085;
    font-size:9px;
    line-height:1.2;
    font-weight:850;
    letter-spacing:.04em;
    text-transform:uppercase;
}
#ecosapa-us-overlay .eus-o-kind.cruise{background:#fff1f2;color:#a31920}
#ecosapa-us-overlay .eus-o-kind.guide{background:#eef8f4;color:#18745b}
#ecosapa-us-overlay .eus-o-price{
    display:inline-block;
    margin-left:5px;
    color:#b42318;
    font-size:10.5px;
    font-weight:800;
}
#ecosapa-us-overlay .eus-o-arrow{color:#98a2b3;font-size:16px}
#ecosapa-us-overlay .eus-o-all{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-top:4px;
    padding:10px;
    border-top:1px solid #eef0f2;
    color:#ed1c24!important;
    text-decoration:none!important;
    font-size:12.5px;
    font-weight:800;
}
#ecosapa-us-overlay .eus-o-state{
    padding:14px 12px;
    color:#667085;
    font-size:12.5px;
    line-height:1.5;
}
@media(max-width:680px){
    #ecosapa-us-overlay{
        left:12px!important;
        right:12px!important;
        width:auto!important;
        max-width:none;
        max-height:55vh;
    }
}
