/* Extracted from includes/location_search_form.php during code cleanup. */

/* Real flag image overlay for native selects */
.amoria-flag-select-wrap{
    position:relative!important;
    width:100%!important;
    min-width:0!important;
}
.amoria-flag-select-wrap select{
    padding-left:46px!important;
}
.amoria-select-flag{
    position:absolute!important;
    left:13px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:23px!important;
    height:16px!important;
    object-fit:cover!important;
    border-radius:2px!important;
    box-shadow:0 0 0 1px rgba(0,0,0,.10)!important;
    pointer-events:none!important;
    z-index:3!important;
    background:#f4f1f2!important;
}
.amoria-select-flag.is-globe{
    width:23px!important;
    height:23px!important;
    object-fit:contain!important;
    box-shadow:none!important;
}

/* =========================================================
   LOCUS-AMANTIUM QUICK + GEO SEARCH — RESPONSIVE REDESIGN
   ========================================================= */
.finder-geo-integrated{
    padding:44px 20px!important;
    background:#fff!important;
}
.amoria-search-card{
    width:min(1220px,100%)!important;
    margin:0 auto!important;
    padding:30px!important;
    border:1px solid #eee3e7!important;
    border-radius:26px!important;
    background:#fff!important;
    box-shadow:0 18px 52px rgba(70,24,45,.09)!important;
    overflow:visible!important;
    box-sizing:border-box!important;
}
.amoria-search-heading{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:24px!important;
    margin-bottom:24px!important;
}
.amoria-search-heading-copy{
    min-width:0!important;
}
.amoria-search-kicker{
    display:inline-flex!important;
    align-items:center!important;
    min-height:28px!important;
    padding:0 10px!important;
    margin:0 8px 8px 0!important;
    border-radius:999px!important;
    background:#fff0f4!important;
    color:#d03e67!important;
    font-size:11px!important;
    font-weight:900!important;
    letter-spacing:.09em!important;
    text-transform:uppercase!important;
}
.amoria-search-discovery{
    display:inline-flex!important;
    align-items:center!important;
    min-height:28px!important;
    padding:0 10px!important;
    margin-bottom:8px!important;
    border-radius:999px!important;
    background:#f4eef1!important;
    color:#735362!important;
    font-size:11px!important;
    font-weight:900!important;
    letter-spacing:.08em!important;
}
.amoria-search-heading h2{
    margin:0!important;
    max-width:760px!important;
    color:#2f1b23!important;
    font-size:clamp(25px,3vw,38px)!important;
    line-height:1.12!important;
    overflow-wrap:anywhere!important;
}
.amoria-search-heading p{
    margin:7px 0 0!important;
    color:#856777!important;
    font-size:15px!important;
    font-weight:650!important;
}
.amoria-location-button{
    width:auto!important;
    min-width:205px!important;
    max-width:100%!important;
    min-height:58px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    padding:9px 15px!important;
    border-radius:14px!important;
    border:1px solid #d8ccd1!important;
    background:#f8f6f7!important;
    color:#654d58!important;
    box-sizing:border-box!important;
    cursor:pointer!important;
    transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
.amoria-location-button:hover{
    transform:translateY(-1px)!important;
}
.amoria-location-button .geo-pin{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:36px!important;
    height:36px!important;
    flex:0 0 36px!important;
    border-radius:50%!important;
    background:#fff!important;
}
.amoria-location-button .geo-button-copy{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    min-width:0!important;
    line-height:1.1!important;
}
.amoria-location-button strong{
    font-size:13px!important;
    white-space:nowrap!important;
}
.amoria-location-button small{
    margin-top:5px!important;
    font-size:11px!important;
    font-weight:800!important;
    opacity:.86!important;
}
.amoria-location-button.is-off{
    background:#f8f6f7!important;
    border-color:#d8ccd1!important;
    color:#654d58!important;
}
.amoria-location-button.is-locating{
    background:#fff8e7!important;
    border-color:#e0b85a!important;
    color:#7d5a07!important;
    box-shadow:0 0 0 3px rgba(224,184,90,.12)!important;
}
.amoria-location-button.is-on{
    background:#edf9f1!important;
    border-color:#58a86f!important;
    color:#24643a!important;
    box-shadow:0 0 0 3px rgba(88,168,111,.12)!important;
}
.amoria-location-button.is-denied{
    background:#fff0f1!important;
    border-color:#d66a74!important;
    color:#9a3440!important;
}
.amoria-search-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:14px!important;
    align-items:end!important;
    width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
}
.amoria-search-field{
    min-width:0!important;
    width:100%!important;
}
.region-flag-indicator{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin-left:5px!important;
    min-width:20px!important;
    font-size:16px!important;
    vertical-align:middle!important;
}
.amoria-search-field label{
    display:block!important;
    min-height:18px!important;
    margin:0 0 7px!important;
    color:#62505a!important;
    font-size:12px!important;
    line-height:1.2!important;
    font-weight:850!important;
}
.amoria-search-field select,
.amoria-search-field input{
    width:100%!important;
    min-width:0!important;
    height:54px!important;
    padding:0 38px 0 13px!important;
    border:1px solid #ded4d8!important;
    border-radius:13px!important;
    background-color:#fff!important;
    color:#2f2027!important;
    font-size:14px!important;
    line-height:54px!important;
    box-sizing:border-box!important;
}
.amoria-search-field select:focus,
.amoria-search-field input:focus{
    outline:0!important;
    border-color:#d03e67!important;
    box-shadow:0 0 0 3px rgba(208,62,103,.10)!important;
}
.amoria-search-field select:disabled{
    background:#f5f2f3!important;
    color:#9b9094!important;
    cursor:not-allowed!important;
}
.amoria-age-controls{
    display:grid!important;
    grid-template-columns:minmax(88px,1fr) 28px minmax(88px,1fr)!important;
    gap:8px!important;
    align-items:center!important;
    width:100%!important;
    min-width:0!important;
}
.amoria-age-controls select{
    min-width:88px!important;
    width:100%!important;
    padding-left:12px!important;
    padding-right:30px!important;
}
.amoria-age-to{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:28px!important;
    height:54px!important;
    color:#7a6870!important;
    font-size:12px!important;
    font-weight:900!important;
}
.amoria-search-actions{
    grid-column:1/-1!important;
    display:flex!important;
    justify-content:flex-end!important;
    margin-top:2px!important;
}
.amoria-find-button{
    width:auto!important;
    min-width:200px!important;
    min-height:52px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    padding:0 24px!important;
    border:0!important;
    border-radius:13px!important;
    background:#d03e67!important;
    color:#fff!important;
    font-size:14px!important;
    font-weight:900!important;
    white-space:nowrap!important;
    cursor:pointer!important;
    box-shadow:0 9px 24px rgba(208,62,103,.23)!important;
    box-sizing:border-box!important;
}
.amoria-find-button:hover{
    filter:brightness(.96)!important;
    transform:translateY(-1px)!important;
}
.geo-status{
    min-height:18px!important;
    margin-top:10px!important;
    color:#76535f!important;
    font-size:13px!important;
}
.geo-db-warning{
    margin:0 0 18px!important;
    padding:12px 14px!important;
    border-radius:11px!important;
    background:#fff1f5!important;
    color:#973352!important;
    font-size:13px!important;
    font-weight:800!important;
}
@media(max-width:1180px){
    .amoria-search-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
}
@media(max-width:850px){
    .amoria-search-heading{
        grid-template-columns:1fr!important;
    }
    .amoria-location-button{
        width:100%!important;
    }
    .amoria-search-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
    .amoria-search-actions{
        justify-content:stretch!important;
    }
    .amoria-find-button{
        width:100%!important;
    }
}
@media(max-width:560px){
    .finder-geo-integrated{
        padding:30px 14px!important;
    }
    .amoria-search-card{
        padding:20px!important;
        border-radius:20px!important;
    }
    .amoria-search-grid{
        grid-template-columns:1fr!important;
    }
    .amoria-age-controls{
        grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr)!important;
    }
    .amoria-search-field select,
    .amoria-search-field input{
        height:52px!important;
        line-height:52px!important;
    }
}

/* FINAL GEO CONTROL LAYOUT */
.finder-geo-integrated{padding:40px 18px!important}
.amoria-search-card{max-width:1180px!important;overflow:hidden!important}
.amoria-search-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:18px!important;
    align-items:end!important;
    width:100%!important;
}
.amoria-search-field{min-width:0!important;width:100%!important}
.amoria-search-field select,
.amoria-search-field input{
    width:100%!important;
    min-width:0!important;
    height:54px!important;
    box-sizing:border-box!important;
}
.amoria-flag-select-wrap{position:relative!important;width:100%!important;min-width:0!important}
.amoria-flag-select-wrap select{padding-left:52px!important}
.amoria-select-flag{
    position:absolute!important;
    left:14px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:26px!important;
    height:18px!important;
    object-fit:cover!important;
    pointer-events:none!important;
    z-index:2!important;
}
.amoria-search-actions{
    grid-column:1/-1!important;
    display:flex!important;
    justify-content:flex-end!important;
    margin-top:2px!important;
}
.amoria-find-button{min-width:220px!important;width:auto!important}
@media(max-width:900px){
    .amoria-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:580px){
    .amoria-search-grid{grid-template-columns:1fr!important}
    .amoria-find-button{width:100%!important}
}




/* Final homepage location-search button styling */
#location-search .amoria-location-button{
    background:#f8f6f7!important;
    color:#654d58!important;
    border:1px solid #d8ccd1!important;
}
#location-search .amoria-location-button.is-on,
#location-search .amoria-location-button[aria-pressed="true"]{
    background:#198754!important;
    color:#fff!important;
    border-color:#198754!important;
}
#location-search .amoria-find-button{
    background:#d03e67!important;
    color:#fff!important;
    border:0!important;
}


/* ==========================================================
   LOCUS-AMANTIUM homepage location search — professional redesign
   ========================================================== */
#location-search.finder-geo-integrated{
    padding:28px 18px!important;
    background:
        radial-gradient(circle at 8% 8%, rgba(208,62,103,.08), transparent 28%),
        linear-gradient(180deg,#fffafc 0%,#fff 100%)!important;
}
#location-search .amoria-search-card{
    max-width:1180px!important;
    margin:0 auto!important;
    padding:24px!important;
    border:1px solid #eadde3!important;
    border-radius:24px!important;
    background:rgba(255,255,255,.96)!important;
    box-shadow:0 18px 46px rgba(61,29,42,.10)!important;
}
#location-search .amoria-search-heading-redesign{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:22px!important;
    align-items:center!important;
    padding-bottom:18px!important;
    margin-bottom:14px!important;
    border-bottom:1px solid #f0e6ea!important;
}
#location-search .amoria-search-kicker{
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
    margin:0 0 8px!important;
    color:#b72f59!important;
    font-size:11px!important;
    font-weight:900!important;
    letter-spacing:.11em!important;
    text-transform:uppercase!important;
}
#location-search .amoria-search-heading h2{
    margin:0!important;
    color:#2b1821!important;
    font-size:clamp(24px,3vw,36px)!important;
    line-height:1.08!important;
}
#location-search .amoria-search-heading p{
    margin:8px 0 0!important;
    max-width:720px!important;
    color:#775c68!important;
    font-size:14px!important;
    line-height:1.5!important;
}
#location-search .amoria-search-helper-row{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px 14px!important;
    margin:0 0 18px!important;
    color:#7b6570!important;
    font-size:12px!important;
    font-weight:700!important;
}
#location-search .amoria-search-helper-row span:first-child{
    color:#238055!important;
}
#location-search .amoria-search-grid{
    display:grid!important;
    grid-template-columns:repeat(12,minmax(0,1fr))!important;
    gap:14px!important;
    align-items:end!important;
}
#location-search .amoria-search-field{
    grid-column:span 4!important;
    min-width:0!important;
}
#location-search .amoria-age-field{
    grid-column:span 4!important;
}
#location-search .amoria-search-field label{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:8px!important;
    margin:0 0 7px!important;
    color:#3b2630!important;
    font-size:12px!important;
    font-weight:900!important;
}
#location-search .amoria-search-field label small{
    color:#a58d98!important;
    font-size:10px!important;
    font-weight:700!important;
}
#location-search select,
#location-search input[type="number"]{
    width:100%!important;
    min-height:50px!important;
    border:1px solid #dfd2d8!important;
    border-radius:13px!important;
    background:#fff!important;
    color:#33232a!important;
    padding:0 13px!important;
    font-size:14px!important;
    font-weight:700!important;
    box-shadow:0 2px 9px rgba(54,31,40,.04)!important;
    outline:none!important;
}
#location-search select:focus,
#location-search input[type="number"]:focus{
    border-color:#cf5476!important;
    box-shadow:0 0 0 4px rgba(207,84,118,.11)!important;
}
#location-search .amoria-flag-select-wrap{
    position:relative!important;
}
#location-search .amoria-select-flag{
    width:24px!important;
    height:18px!important;
    border-radius:4px!important;
}
#location-search .amoria-location-button{
    min-width:190px!important;
    min-height:58px!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    padding:8px 15px!important;
    border:1px solid #e1d5da!important;
    border-radius:15px!important;
    background:#fff!important;
    color:#5e4651!important;
    box-shadow:0 5px 18px rgba(62,35,47,.06)!important;
}
#location-search .amoria-location-icon{
    width:37px!important;
    height:37px!important;
    border-radius:50%!important;
    display:grid!important;
    place-items:center!important;
    background:#fbeaf0!important;
    color:#c63661!important;
    font-size:19px!important;
    font-weight:900!important;
}
#location-search .amoria-location-button[aria-pressed="true"],
#location-search .amoria-location-button.is-on{
    background:#edf9f3!important;
    color:#1f6c49!important;
    border-color:#a9d9c0!important;
}
#location-search .amoria-location-button[aria-pressed="true"] .amoria-location-icon,
#location-search .amoria-location-button.is-on .amoria-location-icon{
    background:#208458!important;
    color:#fff!important;
}
#location-search .amoria-search-actions{
    grid-column:1/-1!important;
    display:flex!important;
    justify-content:flex-end!important;
    margin-top:4px!important;
}
#location-search .amoria-find-button{
    min-width:230px!important;
    min-height:54px!important;
    border:0!important;
    border-radius:15px!important;
    background:linear-gradient(135deg,#c62f5d,#e6537e)!important;
    color:#fff!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    padding:0 22px!important;
    font-size:14px!important;
    font-weight:900!important;
    box-shadow:0 12px 26px rgba(198,47,93,.24)!important;
    cursor:pointer!important;
}
#location-search .amoria-find-button:hover{
    transform:translateY(-1px)!important;
    filter:brightness(.98)!important;
}
#location-search .amoria-find-arrow{
    font-size:18px!important;
}
#location-search .amoria-distance-control{
    padding:11px 13px!important;
    border:1px solid #dfd2d8!important;
    border-radius:13px!important;
    background:#fff!important;
}
#location-search .amoria-distance-heading{
    margin-bottom:7px!important;
}
#location-search .amoria-distance-slider{
    accent-color:#cf416a!important;
}
#location-search .geo-status{
    min-height:18px!important;
    margin-top:11px!important;
    color:#6f5964!important;
    font-size:12px!important;
    font-weight:700!important;
}
#location-search .amoria-search-privacy-note{
    margin-top:4px!important;
    color:#9a838d!important;
    font-size:11px!important;
}
#location-search .amoria-country-quick-row,
#location-search .amoria-country-quick-btn{
    display:none!important;
}
@media(max-width:960px){
    #location-search .amoria-search-heading-redesign{
        grid-template-columns:1fr!important;
    }
    #location-search .amoria-location-button{
        width:100%!important;
    }
    #location-search .amoria-search-field,
    #location-search .amoria-age-field{
        grid-column:span 6!important;
    }
}
@media(max-width:620px){
    #location-search .amoria-search-card{
        padding:17px!important;
        border-radius:18px!important;
    }
    #location-search .amoria-search-grid{
        grid-template-columns:1fr!important;
    }
    #location-search .amoria-search-field,
    #location-search .amoria-age-field{
        grid-column:1/-1!important;
    }
    #location-search .amoria-find-button{
        width:100%!important;
    }
}


/* LOCUS-AMANTIUM Search Bar 3.0 */
#location-search .amoria-search-card{
    border:1px solid #eadfe4!important;
    border-radius:26px!important;
    background:rgba(255,255,255,.98)!important;
    box-shadow:0 22px 54px rgba(54,30,41,.10)!important;
}
#location-search .amoria-search-grid{gap:13px!important;}
#location-search .amoria-flag-select-wrap,
#location-search .amoria-select-icon-wrap{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    min-height:52px!important;
    border:1px solid #ded2d7!important;
    border-radius:14px!important;
    background:#fff!important;
    box-shadow:0 5px 16px rgba(52,29,39,.045)!important;
    overflow:hidden!important;
    transition:.18s ease!important;
}
#location-search .amoria-flag-select-wrap:focus-within,
#location-search .amoria-select-icon-wrap:focus-within{
    border-color:#ce5275!important;
    box-shadow:0 0 0 4px rgba(206,82,117,.10)!important;
}
#location-search .amoria-flag-frame{
    flex:0 0 46px!important;
    height:34px!important;
    margin-left:9px!important;
    display:grid!important;
    place-items:center!important;
    border:1px solid #ece3e7!important;
    border-radius:9px!important;
    background:#faf7f8!important;
    overflow:hidden!important;
}
#location-search .amoria-select-flag{
    display:block!important;
    width:32px!important;
    height:22px!important;
    object-fit:cover!important;
    border-radius:4px!important;
    box-shadow:0 1px 4px rgba(0,0,0,.10)!important;
}
#location-search .amoria-select-flag.is-globe{
    width:23px!important;
    height:23px!important;
    object-fit:contain!important;
    box-shadow:none!important;
}
#location-search .amoria-field-icon{
    flex:0 0 42px!important;
    display:grid!important;
    place-items:center!important;
    color:#c13b63!important;
    font-size:17px!important;
}
#location-search .amoria-flag-select-wrap select,
#location-search .amoria-select-icon-wrap select{
    min-height:50px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    padding-left:8px!important;
}
#location-search select option{
    color:#37252d!important;
    background:#fff!important;
}
#location-search .amoria-country-field{grid-column:span 4!important;}
#location-search .amoria-find-button{min-width:250px!important;border-radius:16px!important;}
@media(max-width:960px){
    #location-search .amoria-country-field{grid-column:span 6!important;}
}
@media(max-width:620px){
    #location-search .amoria-country-field{grid-column:1/-1!important;}
}


/* ==========================================================
   LOCUS-AMANTIUM unified location-search controls
   Strict hierarchy: Country -> Region -> City/Town
   ========================================================== */
#location-search .amoria-search-field label,
.geo-panel .geo-control label{
    color:#4a3440!important;
    font-size:11px!important;
    font-weight:850!important;
    letter-spacing:.01em!important;
}
#location-search select,
#location-search input,
.geo-panel select,
.geo-panel input{
    min-height:50px!important;
    border:1px solid #dfd5d9!important;
    border-radius:13px!important;
    background:#fff!important;
    color:#35242c!important;
    font-size:13px!important;
    font-weight:650!important;
}
#location-search select:focus,
#location-search input:focus,
.geo-panel select:focus,
.geo-panel input:focus{
    outline:0!important;
    border-color:#cf4d74!important;
    box-shadow:0 0 0 4px rgba(207,77,116,.10)!important;
}
#location-search select:disabled,
.geo-panel select:disabled{
    background:#f7f4f5!important;
    color:#9a8991!important;
    cursor:not-allowed!important;
}
.amoria-flag-select-wrap{
    display:flex!important;
    align-items:center!important;
    min-height:50px!important;
    border:1px solid #dfd5d9!important;
    border-radius:13px!important;
    background:#fff!important;
    overflow:hidden!important;
}
.amoria-flag-select-wrap:focus-within{
    border-color:#cf4d74!important;
    box-shadow:0 0 0 4px rgba(207,77,116,.10)!important;
}
.amoria-flag-select-wrap select{
    border:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    background:transparent!important;
}
.amoria-select-flag{
    width:31px!important;
    height:21px!important;
    object-fit:cover!important;
    border-radius:3px!important;
}
.amoria-select-flag.is-globe{
    width:22px!important;
    height:22px!important;
    object-fit:contain!important;
}
.geo-photo-image-fallback{
    position:absolute!important;
    inset:0!important;
    align-items:center!important;
    justify-content:center!important;
    background:linear-gradient(135deg,#f6d5df,#db6688)!important;
    color:#fff!important;
    font-size:42px!important;
    font-weight:900!important;
}


/* =========================================================
   LOCUS-AMANTIUM INDEX SEARCH — BEAUTIFUL SVG ICON SYSTEM
   ========================================================= */
#location-search .amoria-svg-icon svg{
    width:100%;
    height:100%;
    display:block;
    fill:none;
    stroke:currentColor;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
}
#location-search .amoria-select-icon-wrap{
    position:relative!important;
}
#location-search .amoria-select-icon-wrap .amoria-field-icon{
    position:absolute!important;
    left:14px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:30px!important;
    height:30px!important;
    display:grid!important;
    place-items:center!important;
    padding:6px!important;
    border-radius:9px!important;
    z-index:3!important;
    pointer-events:none!important;
    box-shadow:0 4px 12px rgba(76,37,55,.08)!important;
}
#location-search .amoria-select-icon-wrap select{
    padding-left:54px!important;
}
#location-search .amoria-person-select .amoria-field-icon{
    background:linear-gradient(135deg,#fff0f5,#f8d9e5)!important;
    color:#c93363!important;
}
#location-search #homeGeoRegion + *{}
#location-search .amoria-search-field:nth-of-type(4) .amoria-field-icon{
    background:linear-gradient(135deg,#edf4ff,#dbe9ff)!important;
    color:#356fe3!important;
}
#location-search .amoria-search-field:nth-of-type(5) .amoria-field-icon{
    background:linear-gradient(135deg,#eefbf5,#d8f3e6)!important;
    color:#198754!important;
}
#location-search .amoria-location-icon{
    width:42px!important;
    height:42px!important;
    flex:0 0 42px!important;
    padding:9px!important;
    border-radius:13px!important;
    background:linear-gradient(135deg,#fff0f5,#f7dbe5)!important;
    color:#c93363!important;
    box-shadow:0 6px 16px rgba(201,51,99,.12)!important;
}
#location-search .amoria-location-button.is-on .amoria-location-icon,
#location-search .amoria-location-button[aria-pressed="true"] .amoria-location-icon{
    background:rgba(255,255,255,.18)!important;
    color:#fff!important;
}
#location-search .amoria-distance-heading label{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:7px!important;
}
#location-search .amoria-label-icon{
    width:22px!important;
    height:22px!important;
    padding:4px!important;
    border-radius:7px!important;
    background:linear-gradient(135deg,#fff7e8,#ffe7bd)!important;
    color:#d47a13!important;
}
#location-search .amoria-find-button{
    min-width:240px!important;
    min-height:58px!important;
    gap:11px!important;
    padding:0 20px!important;
    border-radius:16px!important;
    background:linear-gradient(135deg,#d83f73 0%,#b62d5c 52%,#7c2347 100%)!important;
    box-shadow:0 12px 28px rgba(173,43,88,.28)!important;
    transition:transform .22s ease,box-shadow .22s ease,filter .22s ease!important;
}
#location-search .amoria-find-button:hover{
    transform:translateY(-3px)!important;
    box-shadow:0 16px 34px rgba(173,43,88,.34)!important;
    filter:saturate(1.08) brightness(1.02)!important;
}
#location-search .amoria-find-icon{
    position:relative!important;
    width:40px!important;
    height:40px!important;
    flex:0 0 40px!important;
    display:grid!important;
    place-items:center!important;
    padding:9px!important;
    border-radius:12px!important;
    background:rgba(255,255,255,.16)!important;
    color:#fff!important;
}
#location-search .amoria-search-heart{
    position:absolute!important;
    right:-5px!important;
    bottom:-5px!important;
    width:18px!important;
    height:18px!important;
    display:grid!important;
    place-items:center!important;
    padding:3px!important;
    border-radius:50%!important;
    background:#fff!important;
    color:#e04076!important;
    box-shadow:0 3px 8px rgba(65,19,36,.25)!important;
}
#location-search .amoria-search-heart svg{
    fill:currentColor!important;
    stroke:currentColor!important;
    stroke-width:1.4!important;
}
#location-search .amoria-find-label{
    letter-spacing:.01em!important;
}
#location-search .amoria-find-arrow{
    width:29px!important;
    height:29px!important;
    display:grid!important;
    place-items:center!important;
    margin-left:2px!important;
    border-radius:50%!important;
    background:rgba(255,255,255,.13)!important;
    transition:transform .22s ease,background .22s ease!important;
}
#location-search .amoria-find-button:hover .amoria-find-arrow{
    transform:translateX(4px)!important;
    background:rgba(255,255,255,.22)!important;
}
@media(max-width:580px){
    #location-search .amoria-find-button{
        min-width:0!important;
        width:100%!important;
    }
}
