/* =========================================================
   v0.4.15 REV14 — Search lightbox visible close button
   X artık arama kutusunun sağ üst köşesinde; overlay katmanından bağımsız.
   ========================================================= */
.search-overlay .search-box{
    position:relative !important;
}
.search-overlay .search-box-close{
    position:absolute !important;
    top:12px !important;
    right:12px !important;
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    padding:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border:1px solid #ef3438 !important;
    border-radius:50% !important;
    background:#fff !important;
    color:#ef3438 !important;
    cursor:pointer !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    z-index:50 !important;
    box-shadow:0 5px 18px rgba(0,0,0,.16) !important;
}
.search-overlay .search-box-close svg{
    display:block !important;
    width:20px !important;
    height:20px !important;
    fill:currentColor !important;
    pointer-events:none !important;
}
.search-overlay .search-box-close:hover,
.search-overlay .search-box-close:focus-visible{
    background:#ef3438 !important;
    color:#fff !important;
    outline:none !important;
}
@media(max-width:900px){
    .search-overlay .search-box-close{
        top:10px !important;
        right:10px !important;
        width:40px !important;
        height:40px !important;
        min-width:40px !important;
    }
}
