/*
 * TekirdagXAMMP - Paket B: main-pool mobile source
 * Ana havuz lokal vitrin kart/mobil liste davranışı taşımaz.
 */
body.theme-profile-main-pool.theme-slug-main-pool {
    --tx-theme-scope: main-pool-mobile;
    overflow-x: hidden;
}
body.theme-profile-main-pool .site-main {
    width: 100%;
    min-height: 60vh;
}

/* TX-PKG-D archive expired profile flow START */
.archive-profile-notice,
.archive-contact-closed {
    margin: 18px 0;
    padding: 16px 18px;
    border: 1px solid rgba(185, 135, 50, .28);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(246,243,238,.96));
    box-shadow: 0 12px 34px rgba(47, 38, 25, .08);
    color: #2b2f36;
}
.archive-profile-notice strong,
.archive-contact-closed strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1rem;
    color: #1f2933;
}
.archive-profile-notice span,
.archive-contact-closed p {
    display: block;
    margin: 0 0 12px;
    color: #667085;
    line-height: 1.55;
}
.archive-contact-closed .btn,
.archive-profile-notice .btn {
    margin-top: 4px;
}
.archive-profile-notice .btn,
.archive-contact-closed .btn {
    min-height: 44px;
}
@media (max-width: 720px) {
    .archive-profile-notice,
    .archive-contact-closed {
        margin: 14px 0;
        padding: 14px 15px;
        border-radius: 16px;
    }
}
/* TX-PKG-D archive expired profile flow END */

/* Mobile menu standard v9 - shared reflection order */
@media (max-width: 760px) {
    .site-header .nav[data-nav].open {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100%;
        gap: 9px;
        padding: 8px 0 10px;
        overflow: visible;
    }

    .site-header .nav[data-nav].open a {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 46px;
        padding: 10px 14px;
        border-radius: 18px;
        color: rgba(238,242,252,.88) !important;
        background: rgba(255,255,255,.055) !important;
        border: 1px solid rgba(255,255,255,.11) !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
        font-size: 15.5px;
        font-weight: 760;
        line-height: 1.18;
        letter-spacing: -.01em;
        opacity: 1 !important;
        text-align: center;
        text-decoration: none;
    }

    .site-header .nav[data-nav].open a:hover,
    .site-header .nav[data-nav].open a:focus {
        color: #fff !important;
        background: rgba(255,255,255,.085) !important;
        border-color: rgba(255,255,255,.17) !important;
    }

    .site-header .nav[data-nav].open a.nav-rent {
        color: #140d08 !important;
        background: linear-gradient(135deg, #ffe08a, #f0a930) !important;
        border-color: rgba(255,224,138,.64) !important;
        box-shadow: 0 10px 24px rgba(215,170,85,.20), inset 0 1px 0 rgba(255,255,255,.30);
        font-weight: 950;
    }

    .site-header .nav[data-nav].open a.nav-cta {
        color: #fbe8b8 !important;
        background: rgba(215,170,85,.12) !important;
        border-color: rgba(215,170,85,.34) !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
        font-weight: 900;
    }

    .site-header .nav[data-nav].open a.nav-contact {
        color: #062312 !important;
        background: linear-gradient(135deg, #39d979, #19b85a) !important;
        border-color: rgba(57,217,121,.58) !important;
        box-shadow: 0 10px 24px rgba(25,184,90,.18), inset 0 1px 0 rgba(255,255,255,.18);
        font-weight: 950;
    }
}

@media (max-width: 380px) {
    .site-header .nav[data-nav].open { gap: 8px; }
    .site-header .nav[data-nav].open a {
        min-height: 43px;
        padding: 9px 12px;
        font-size: 15px;
    }
}


/* MAIN-DOMAIN-MOBILE-PROFILE-GATEWAY-FIX START
 * Scope: ana domain / main-pool mobile only.
 * Purpose: teknik domain dili yerine profil/ilan odaklı, sürdürülebilir mobil giriş.
 */
@media (max-width: 760px) {
    body.theme-profile-main-pool.theme-slug-main-pool .hero-gateway {
        min-height: auto;
        padding: 22px 0 16px;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-wrap.main-pool-wrap {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-copy.main-pool-copy {
        padding: 0;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-copy .eyebrow {
        margin-bottom: 8px;
        font-size: 11px;
        letter-spacing: .13em;
        color: rgba(255,224,138,.92);
    }
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-copy h1 {
        margin: 0 0 10px;
        font-size: clamp(2.05rem, 10.2vw, 3.45rem);
        line-height: .98;
        letter-spacing: -.055em;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-copy p {
        margin: 0;
        font-size: 15.5px;
        line-height: 1.56;
        color: rgba(246,240,228,.78);
    }
    body.theme-profile-main-pool.theme-slug-main-pool .hero-actions {
        margin-top: 14px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .hero-actions .btn {
        min-height: 46px;
        border-radius: 16px;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-search-panel {
        border-radius: 22px;
        padding: 16px;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-search-panel label {
        margin-bottom: 10px;
        font-size: 16px;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-search-box {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-search-box input,
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-search-box .btn {
        min-height: 46px;
        border-radius: 15px;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-results {
        max-height: 235px;
        gap: 8px;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-result {
        border-radius: 16px;
        padding: 12px;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-result span,
    body.theme-profile-main-pool.theme-slug-main-pool .domain-card-lux span {
        color: rgba(255,224,138,.88);
    }
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-note {
        display: none;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .main-pool-stats {
        display: none;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .main-pool-regions-section {
        padding-top: 22px;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .main-pool-regions-section .section-title {
        margin-bottom: 12px;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .main-pool-regions-section .section-title h2 {
        font-size: 1.45rem;
        letter-spacing: -.035em;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .domain-grid-gateway {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .domain-card-lux {
        min-height: 0;
        border-radius: 20px;
        padding: 16px;
        gap: 8px;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .domain-card-lux strong {
        font-size: 1.28rem;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .domain-card-lux em {
        color: rgba(246,240,228,.70);
    }
    body.theme-profile-main-pool.theme-slug-main-pool .main-pool-rental-cta {
        border-radius: 22px;
        padding: 18px;
        margin-top: 16px;
    }
}
/* MAIN-DOMAIN-MOBILE-PROFILE-GATEWAY-FIX END */


/* MAIN-DOMAIN-MOBILE-HOME-SEARCH-LIST-ONLY START
 * Scope: ana domain / main-pool mobile ana sayfa.
 * Amaç: mobilde üstte yalnız lokasyon arama kartı, hemen altında mevcut seçkin profil listeleri.
 * Browser, lokal temalar, sitemap/robots ve DB kapsam dışıdır.
 */
@media (max-width: 760px) {
    body.theme-profile-main-pool.theme-slug-main-pool .hero-gateway.main-pool-hero {
        min-height: 0 !important;
        padding: 12px 0 8px !important;
    }

    body.theme-profile-main-pool.theme-slug-main-pool .gateway-wrap.main-pool-wrap {
        display: block !important;
        padding-top: 0 !important;
    }

    /* Mobilde anlatım/hero metni kaldırılır: kullanıcı doğrudan arama + liste akışına girer. */
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-copy.main-pool-copy,
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-copy.main-pool-copy .hero-actions,
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-stats.main-pool-stats {
        display: none !important;
    }

    /* Arama kartı header menüsünden bağımsız blok olarak kalır; menü açılınca form sıkışmaz. */
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-search-panel {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 14px !important;
        border-radius: 20px !important;
        position: relative !important;
        z-index: 1 !important;
    }

    body.theme-profile-main-pool.theme-slug-main-pool .gateway-search-panel label {
        display: block !important;
        margin: 0 0 10px !important;
        font-size: 16px !important;
        font-weight: 900 !important;
        line-height: 1.15 !important;
        letter-spacing: -.02em !important;
    }

    body.theme-profile-main-pool.theme-slug-main-pool .gateway-search-box {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    body.theme-profile-main-pool.theme-slug-main-pool .gateway-search-box input,
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-search-box .btn {
        width: 100% !important;
        min-height: 46px !important;
        border-radius: 15px !important;
    }

    /* Arama motoru altında bölge/profil kartı gösterilmez; buton/enter JS hala ilk eşleşmeye yönlendirebilir. */
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-search-panel .gateway-results,
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-search-panel .gateway-result,
    body.theme-profile-main-pool.theme-slug-main-pool .gateway-search-panel .gateway-note {
        display: none !important;
    }

    /* Aramanın hemen ardından mevcut seçkin profil listeleri başlar. */
    body.theme-profile-main-pool.theme-slug-main-pool .main-pool-mobile-section {
        margin-top: 6px !important;
        padding-top: 8px !important;
    }

    body.theme-profile-main-pool.theme-slug-main-pool .main-pool-mobile-section .unified-showcase-section-title {
        margin-bottom: 10px !important;
    }

    body.theme-profile-main-pool.theme-slug-main-pool .main-pool-mobile-section .section-kicker {
        margin-bottom: 4px !important;
        font-size: 11px !important;
        letter-spacing: .13em !important;
    }

    body.theme-profile-main-pool.theme-slug-main-pool .main-pool-mobile-section h2 {
        font-size: clamp(1.45rem, 7vw, 2rem) !important;
        line-height: 1.05 !important;
        letter-spacing: -.045em !important;
    }

    body.theme-profile-main-pool.theme-slug-main-pool .main-pool-mobile-section .section-desc {
        display: none !important;
    }
}
/* MAIN-DOMAIN-MOBILE-HOME-SEARCH-LIST-ONLY END */


/* MAIN-DOMAIN-MOBILE-HEADER-SEARCH-INLINE START
 * Scope: ana domain / main-pool mobile only.
 * Amaç: mobil ust satirda Logo / kompakt arama / Menu; ana sayfa arama karti kaldirilir, liste hemen baslar.
 */
@media (max-width: 760px) {
    body.theme-profile-main-pool.theme-slug-main-pool .site-header .header-inner {
        display: grid !important;
        grid-template-columns: auto minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 8px !important;
        min-height: 58px !important;
        padding: 8px 0 !important;
    }

    body.theme-profile-main-pool.theme-slug-main-pool .site-header .brand.brand-symbol {
        min-width: 0 !important;
        max-width: 54px !important;
        gap: 0 !important;
    }

    body.theme-profile-main-pool.theme-slug-main-pool .site-header .brand-logo-hero,
    body.theme-profile-main-pool.theme-slug-main-pool .site-header .brand-logo-mark {
        width: 42px !important;
        height: 42px !important;
        border-radius: 14px !important;
        flex: 0 0 42px !important;
    }

    body.theme-profile-main-pool.theme-slug-main-pool .site-header .brand-logo-hero img,
    body.theme-profile-main-pool.theme-slug-main-pool .site-header .brand-logo-mark img {
        width: 42px !important;
        height: 42px !important;
    }

    body.theme-profile-main-pool.theme-slug-main-pool .site-header .brand-service-wrap,
    body.theme-profile-main-pool.theme-slug-main-pool .site-header .brand-text-wrap {
        display: none !important;
    }

    body.theme-profile-main-pool.theme-slug-main-pool .header-mobile-search {
        display: block !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    body.theme-profile-main-pool.theme-slug-main-pool .header-mobile-search-box {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 44px !important;
        gap: 5px !important;
        align-items: center !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    body.theme-profile-main-pool.theme-slug-main-pool .header-mobile-search input {
        width: 100% !important;
        min-width: 0 !important;
        height: 42px !important;
        border-radius: 14px !important;
        border: 1px solid rgba(255,255,255,.13) !important;
        background: rgba(0,0,0,.28) !important;
        color: #fff !important;
        padding: 0 10px !important;
        font-size: 13.5px !important;
        font-weight: 760 !important;
        outline: none !important;
    }

    body.theme-profile-main-pool.theme-slug-main-pool .header-mobile-search input::placeholder {
        color: rgba(238,242,252,.64) !important;
        opacity: 1 !important;
    }

    body.theme-profile-main-pool.theme-slug-main-pool .header-mobile-search button {
        width: 44px !important;
        height: 42px !important;
        padding: 0 !important;
        border-radius: 14px !important;
        border: 1px solid rgba(255,224,138,.44) !important;
        background: linear-gradient(135deg, #ffe08a, #f0a930) !important;
        color: #120b18 !important;
        font-size: 12px !important;
        font-weight: 950 !important;
        line-height: 1 !important;
    }

    body.theme-profile-main-pool.theme-slug-main-pool .header-mobile-search-data {
        display: none !important;
    }

    body.theme-profile-main-pool.theme-slug-main-pool .site-header .nav-toggle {
        width: 42px !important;
        height: 42px !important;
        border-radius: 14px !important;
        justify-self: end !important;
        flex: 0 0 42px !important;
    }

    body.theme-profile-main-pool.theme-slug-main-pool .site-header .nav[data-nav] {
        grid-column: 1 / -1 !important;
    }

    /* Ana sayfada eski arama karti/hero boslugu mobilde gosterilmez; secili profil listesi ilk icerik olur. */
    body.theme-profile-main-pool.theme-slug-main-pool .hero-gateway.main-pool-hero {
        display: none !important;
    }

    body.theme-profile-main-pool.theme-slug-main-pool .main-pool-mobile-section {
        margin-top: 10px !important;
        padding-top: 10px !important;
    }
}

@media (min-width: 761px) {
    body.theme-profile-main-pool.theme-slug-main-pool .header-mobile-search {
        display: none !important;
    }
}

@media (max-width: 360px) {
    body.theme-profile-main-pool.theme-slug-main-pool .site-header .header-inner {
        gap: 6px !important;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .site-header .brand-logo-hero,
    body.theme-profile-main-pool.theme-slug-main-pool .site-header .brand-logo-mark,
    body.theme-profile-main-pool.theme-slug-main-pool .site-header .brand-logo-hero img,
    body.theme-profile-main-pool.theme-slug-main-pool .site-header .brand-logo-mark img,
    body.theme-profile-main-pool.theme-slug-main-pool .site-header .nav-toggle {
        width: 39px !important;
        height: 39px !important;
        flex-basis: 39px !important;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .header-mobile-search-box {
        grid-template-columns: minmax(0, 1fr) 39px !important;
        gap: 4px !important;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .header-mobile-search input,
    body.theme-profile-main-pool.theme-slug-main-pool .header-mobile-search button {
        height: 39px !important;
        border-radius: 13px !important;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .header-mobile-search input {
        font-size: 12.8px !important;
        padding: 0 8px !important;
    }
    body.theme-profile-main-pool.theme-slug-main-pool .header-mobile-search button {
        width: 39px !important;
        font-size: 11.5px !important;
    }
}
/* MAIN-DOMAIN-MOBILE-HEADER-SEARCH-INLINE END */

/* ALL-DOMAINS-MOBILE-HEADER-SEARCH-AND-CARDS START
 * Scope: all active mobile themes only.
 * Purpose: Logo / compact search / menu placement across domains, and compact Premium / Seckin / Liste cards.
 * Does not touch desktop/browser layouts.
 */
@media (max-width: 760px) {
    body.layout-final-clean-mobile .site-header .header-inner {
        display: grid !important;
        grid-template-columns: auto minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 8px !important;
        min-height: 58px !important;
        padding: 8px 0 !important;
    }

    body.layout-final-clean-mobile .site-header .brand.brand-symbol {
        min-width: 0 !important;
        max-width: 54px !important;
        gap: 0 !important;
    }

    body.layout-final-clean-mobile .site-header .brand-logo-hero,
    body.layout-final-clean-mobile .site-header .brand-logo-mark,
    body.layout-final-clean-mobile .site-header .brand-logo-hero img,
    body.layout-final-clean-mobile .site-header .brand-logo-mark img {
        width: 42px !important;
        height: 42px !important;
        border-radius: 14px !important;
        flex: 0 0 42px !important;
    }

    body.layout-final-clean-mobile .site-header .brand-service-wrap,
    body.layout-final-clean-mobile .site-header .brand-text-wrap {
        display: none !important;
    }

    body.layout-final-clean-mobile .header-mobile-search {
        display: block !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    body.layout-final-clean-mobile .header-mobile-search-box {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 42px !important;
        gap: 5px !important;
        align-items: center !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    body.layout-final-clean-mobile .header-mobile-search input {
        width: 100% !important;
        min-width: 0 !important;
        height: 40px !important;
        border-radius: 14px !important;
        border: 1px solid rgba(255,255,255,.13) !important;
        background: rgba(0,0,0,.30) !important;
        color: #fff !important;
        padding: 0 10px !important;
        font-size: 13px !important;
        font-weight: 760 !important;
        outline: none !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.05) !important;
    }

    body.layout-final-clean-mobile .header-mobile-search input::placeholder {
        color: rgba(238,242,252,.66) !important;
        opacity: 1 !important;
    }

    body.layout-final-clean-mobile .header-mobile-search button {
        width: 42px !important;
        height: 40px !important;
        padding: 0 !important;
        border-radius: 14px !important;
        border: 1px solid rgba(255,224,138,.44) !important;
        background: linear-gradient(135deg, #ffe08a, #f0a930) !important;
        color: #120b18 !important;
        font-size: 11.5px !important;
        font-weight: 950 !important;
        line-height: 1 !important;
    }

    body.layout-final-clean-mobile .header-mobile-search-data {
        display: none !important;
    }

    body.layout-final-clean-mobile .site-header .nav-toggle {
        width: 42px !important;
        height: 42px !important;
        border-radius: 14px !important;
        justify-self: end !important;
        flex: 0 0 42px !important;
    }

    body.layout-final-clean-mobile .site-header .nav[data-nav] {
        grid-column: 1 / -1 !important;
    }

    body.layout-final-clean-mobile .mobile-showcase-list,
    body.layout-final-clean-mobile .noter-tier-list,
    body.layout-final-clean-mobile .unified-tier-list {
        gap: 12px !important;
    }

    body.layout-final-clean-mobile .card-mobile-list {
        display: grid !important;
        grid-template-columns: 92px minmax(0, 1fr) !important;
        min-height: 122px !important;
        border-radius: 20px !important;
        overflow: hidden !important;
        align-items: stretch !important;
    }

    body.layout-final-clean-mobile .card-mobile-premium {
        grid-template-columns: 102px minmax(0, 1fr) !important;
        min-height: 132px !important;
        border-color: rgba(226,190,122,.52) !important;
    }

    body.layout-final-clean-mobile .card-mobile-selected {
        grid-template-columns: 94px minmax(0, 1fr) !important;
        min-height: 124px !important;
    }

    body.layout-final-clean-mobile .card-mobile-standard {
        grid-template-columns: 82px minmax(0, 1fr) !important;
        min-height: 108px !important;
    }

    body.layout-final-clean-mobile .card-mobile-list .card-image {
        width: 100% !important;
        height: 100% !important;
        min-height: inherit !important;
        border-radius: 0 !important;
        aspect-ratio: auto !important;
        overflow: hidden !important;
    }

    body.layout-final-clean-mobile .card-mobile-list .card-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    body.layout-final-clean-mobile .card-mobile-list .mobile-side-image {
        display: none !important;
    }

    body.layout-final-clean-mobile .card-mobile-list .card-body {
        min-width: 0 !important;
        padding: 10px 10px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        gap: 4px !important;
    }

    body.layout-final-clean-mobile .card-mobile-list .card-source-context,
    body.layout-final-clean-mobile .card-mobile-list .mobile-card-badges {
        display: none !important;
    }

    body.layout-final-clean-mobile .card-mobile-list .card-location {
        margin: 0 !important;
        font-size: 10.5px !important;
        line-height: 1.15 !important;
        color: #d6ab63 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        font-weight: 850 !important;
    }

    body.layout-final-clean-mobile .card-mobile-list h3 {
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1.12 !important;
        letter-spacing: -.015em !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    body.layout-final-clean-mobile .card-mobile-premium h3 {
        font-size: 15px !important;
    }

    body.layout-final-clean-mobile .card-mobile-list p {
        margin: 0 !important;
        font-size: 11px !important;
        line-height: 1.32 !important;
        color: rgba(217,222,234,.82) !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    body.layout-final-clean-mobile .card-mobile-standard p {
        -webkit-line-clamp: 1 !important;
    }

    body.layout-final-clean-mobile .card-mobile-list .card-actions {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 6px !important;
        margin-top: 3px !important;
        flex-wrap: nowrap !important;
    }

    body.layout-final-clean-mobile .card-mobile-list .btn {
        min-height: 30px !important;
        padding: 0 8px !important;
        border-radius: 12px !important;
        font-size: 10.5px !important;
        line-height: 1 !important;
        box-shadow: none !important;
        white-space: nowrap !important;
    }

    body.layout-final-clean-mobile .card-mobile-list .btn-whatsapp {
        background: #20c765 !important;
        color: #06150c !important;
    }
}

@media (max-width: 380px) {
    body.layout-final-clean-mobile .site-header .header-inner {
        gap: 6px !important;
    }
    body.layout-final-clean-mobile .site-header .brand-logo-hero,
    body.layout-final-clean-mobile .site-header .brand-logo-mark,
    body.layout-final-clean-mobile .site-header .brand-logo-hero img,
    body.layout-final-clean-mobile .site-header .brand-logo-mark img,
    body.layout-final-clean-mobile .site-header .nav-toggle {
        width: 38px !important;
        height: 38px !important;
        flex-basis: 38px !important;
    }
    body.layout-final-clean-mobile .header-mobile-search-box {
        grid-template-columns: minmax(0, 1fr) 38px !important;
        gap: 4px !important;
    }
    body.layout-final-clean-mobile .header-mobile-search input,
    body.layout-final-clean-mobile .header-mobile-search button {
        height: 38px !important;
        border-radius: 13px !important;
    }
    body.layout-final-clean-mobile .header-mobile-search input {
        padding: 0 8px !important;
        font-size: 12.2px !important;
    }
    body.layout-final-clean-mobile .header-mobile-search button {
        width: 38px !important;
        font-size: 11px !important;
    }
    body.layout-final-clean-mobile .card-mobile-list {
        grid-template-columns: 78px minmax(0, 1fr) !important;
    }
    body.layout-final-clean-mobile .card-mobile-premium {
        grid-template-columns: 92px minmax(0, 1fr) !important;
    }
    body.layout-final-clean-mobile .card-mobile-selected {
        grid-template-columns: 84px minmax(0, 1fr) !important;
    }
    body.layout-final-clean-mobile .card-mobile-list .card-actions {
        gap: 5px !important;
    }
    body.layout-final-clean-mobile .card-mobile-list .btn {
        min-height: 28px !important;
        font-size: 10px !important;
        padding: 0 6px !important;
    }
}

@media (min-width: 761px) {
    body.layout-final-clean-mobile .header-mobile-search {
        display: none !important;
    }
}
/* ALL-DOMAINS-MOBILE-HEADER-SEARCH-AND-CARDS END */

/* TX all-domain mobile list tier final START */
@media (max-width: 760px) {
    .unified-render-list-merged-selected .unified-tier-selected,
    .unified-render-list-merged-selected .noter-tier-selected,
    .unified-render-list-merged-selected .noter-tier-list-selected,
    .unified-render-list-merged-selected .unified-tier-list-selected {
        display: none !important;
    }

    .mobile-showcase-list .card-mobile-list {
        position: relative !important;
        overflow: hidden !important;
        display: grid !important;
        grid-template-columns: 76px minmax(0, 1fr) 42px !important;
        min-height: 106px !important;
        border-radius: 16px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-selected {
        grid-template-columns: 84px minmax(0, 1fr) 46px !important;
        min-height: 118px !important;
        border-radius: 18px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-premium {
        grid-template-columns: 96px minmax(0, 1fr) 54px !important;
        min-height: 136px !important;
        border-radius: 20px !important;
    }

    .mobile-showcase-list .card-mobile-list .card-image,
    .mobile-showcase-list .card-mobile-list .mobile-side-image {
        position: relative !important;
        height: 100% !important;
        min-height: 106px !important;
        overflow: hidden !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-selected .card-image,
    .mobile-showcase-list .card-mobile-list.card-mobile-selected .mobile-side-image {
        min-height: 118px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-premium .card-image,
    .mobile-showcase-list .card-mobile-list.card-mobile-premium .mobile-side-image {
        min-height: 136px !important;
    }

    .mobile-showcase-list .card-mobile-list .card-image img,
    .mobile-showcase-list .card-mobile-list .mobile-side-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .mobile-showcase-list .card-mobile-list .badge-premium,
    .mobile-showcase-list .card-mobile-list .mobile-card-badges,
    .mobile-showcase-list .card-mobile-list .card-source-context {
        display: none !important;
    }

    .mobile-showcase-list .card-mobile-list .badge-floating {
        left: auto !important;
        top: auto !important;
        right: 6px !important;
        bottom: 6px !important;
        z-index: 4 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 4px !important;
        max-width: calc(100% - 12px) !important;
        min-height: 22px !important;
        padding: 4px 6px !important;
        border-radius: 999px !important;
        border: 1px solid rgba(255,255,255,.28) !important;
        background: rgba(11,14,22,.78) !important;
        color: #fff !important;
        font-size: 9.5px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        letter-spacing: -.01em !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        box-shadow: 0 8px 18px rgba(0,0,0,.34) !important;
        backdrop-filter: blur(7px) !important;
    }

    .mobile-showcase-list .card-mobile-list .badge-floating .badge-icon {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 13px !important;
        min-width: 13px !important;
        height: 13px !important;
        border-radius: 999px !important;
        font-size: 10px !important;
        line-height: 1 !important;
    }

    .mobile-showcase-list .card-mobile-list .badge-mobile-tier-premium .badge-icon {
        color: #ffe08a !important;
    }

    .mobile-showcase-list .card-mobile-list .badge-mobile-tier-selected .badge-icon {
        color: #a7f3ff !important;
    }

    .mobile-showcase-list .card-mobile-list .badge-mobile-tier-list .badge-icon {
        color: #f8d26a !important;
    }

    .mobile-showcase-list .card-mobile-list .card-body {
        min-width: 0 !important;
        padding: 8px 8px !important;
        gap: 3px !important;
        justify-content: center !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-selected .card-body {
        padding: 9px 9px !important;
        gap: 4px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-premium .card-body {
        padding: 10px 10px !important;
        gap: 5px !important;
    }

    .mobile-showcase-list .card-mobile-list .card-location {
        margin: 0 !important;
        font-size: 10px !important;
        line-height: 1.1 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-selected .card-location {
        font-size: 10.5px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-premium .card-location {
        font-size: 11px !important;
    }

    .mobile-showcase-list .card-mobile-list h3 {
        margin: 0 !important;
        font-size: 13px !important;
        line-height: 1.14 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-selected h3 {
        font-size: 14px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-premium h3 {
        font-size: 15px !important;
    }

    .mobile-showcase-list .card-mobile-list p {
        margin: 0 !important;
        font-size: 10.5px !important;
        line-height: 1.25 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-selected p {
        font-size: 11px !important;
        -webkit-line-clamp: 2 !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-premium p {
        font-size: 11.5px !important;
        -webkit-line-clamp: 2 !important;
    }

    .mobile-showcase-list .card-mobile-list .card-actions {
        flex-wrap: nowrap !important;
        gap: 5px !important;
        margin-top: 1px !important;
    }

    .mobile-showcase-list .card-mobile-list .btn {
        min-height: 26px !important;
        padding: 0 7px !important;
        font-size: 10px !important;
        border-radius: 999px !important;
        box-shadow: none !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-selected .btn {
        min-height: 28px !important;
        font-size: 10.5px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-premium .btn {
        min-height: 30px !important;
        font-size: 11px !important;
    }
}

@media (max-width: 420px) {
    .mobile-showcase-list .card-mobile-list {
        grid-template-columns: 70px minmax(0, 1fr) 38px !important;
        min-height: 100px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-selected {
        grid-template-columns: 78px minmax(0, 1fr) 42px !important;
        min-height: 112px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-premium {
        grid-template-columns: 90px minmax(0, 1fr) 48px !important;
        min-height: 128px !important;
    }

    .mobile-showcase-list .card-mobile-list .card-image,
    .mobile-showcase-list .card-mobile-list .mobile-side-image {
        min-height: 100px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-selected .card-image,
    .mobile-showcase-list .card-mobile-list.card-mobile-selected .mobile-side-image {
        min-height: 112px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-premium .card-image,
    .mobile-showcase-list .card-mobile-list.card-mobile-premium .mobile-side-image {
        min-height: 128px !important;
    }

    .mobile-showcase-list .card-mobile-list .badge-floating {
        right: 5px !important;
        bottom: 5px !important;
        padding: 4px 5px !important;
        font-size: 9px !important;
    }

    .mobile-showcase-list .card-mobile-list .card-body {
        padding: 7px 7px !important;
    }

    .mobile-showcase-list .card-mobile-list h3 {
        font-size: 12.5px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-selected h3 {
        font-size: 13.5px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-premium h3 {
        font-size: 14.5px !important;
    }

    .mobile-showcase-list .card-mobile-list .btn {
        min-height: 24px !important;
        padding: 0 6px !important;
        font-size: 9.5px !important;
    }
}
/* TX all-domain mobile list tier final END */

/* TX mobile list height-only correction START
 * Scope: all three mobile theme CSS files.
 * Only adjusts card/image heights. Search, icons, badges, order and markup are untouched.
 */
@media (max-width: 768px) {
    .mobile-showcase-list .card-mobile-list {
        min-height: 84px !important;
        height: 84px !important;
        max-height: 84px !important;
        grid-template-columns: 68px minmax(0, 1fr) 36px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-selected {
        min-height: 98px !important;
        height: 98px !important;
        max-height: 98px !important;
        grid-template-columns: 78px minmax(0, 1fr) 40px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-premium {
        min-height: 116px !important;
        height: 116px !important;
        max-height: 116px !important;
        grid-template-columns: 92px minmax(0, 1fr) 46px !important;
    }

    .mobile-showcase-list .card-mobile-list .card-image,
    .mobile-showcase-list .card-mobile-list .mobile-side-image {
        min-height: 84px !important;
        height: 84px !important;
        max-height: 84px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-selected .card-image,
    .mobile-showcase-list .card-mobile-list.card-mobile-selected .mobile-side-image {
        min-height: 98px !important;
        height: 98px !important;
        max-height: 98px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-premium .card-image,
    .mobile-showcase-list .card-mobile-list.card-mobile-premium .mobile-side-image {
        min-height: 116px !important;
        height: 116px !important;
        max-height: 116px !important;
    }

    .mobile-showcase-list .card-mobile-list .card-body {
        overflow: hidden !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-selected .card-body {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-premium .card-body {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .mobile-showcase-list .card-mobile-list .card-location {
        line-height: 1.05 !important;
    }

    .mobile-showcase-list .card-mobile-list h3 {
        line-height: 1.08 !important;
    }

    .mobile-showcase-list .card-mobile-list p {
        line-height: 1.15 !important;
    }

    .mobile-showcase-list .card-mobile-list .card-actions {
        margin-top: 0 !important;
    }
}

@media (max-width: 420px) {
    .mobile-showcase-list .card-mobile-list {
        min-height: 78px !important;
        height: 78px !important;
        max-height: 78px !important;
        grid-template-columns: 62px minmax(0, 1fr) 34px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-selected {
        min-height: 90px !important;
        height: 90px !important;
        max-height: 90px !important;
        grid-template-columns: 70px minmax(0, 1fr) 38px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-premium {
        min-height: 108px !important;
        height: 108px !important;
        max-height: 108px !important;
        grid-template-columns: 84px minmax(0, 1fr) 42px !important;
    }

    .mobile-showcase-list .card-mobile-list .card-image,
    .mobile-showcase-list .card-mobile-list .mobile-side-image {
        min-height: 78px !important;
        height: 78px !important;
        max-height: 78px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-selected .card-image,
    .mobile-showcase-list .card-mobile-list.card-mobile-selected .mobile-side-image {
        min-height: 90px !important;
        height: 90px !important;
        max-height: 90px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-premium .card-image,
    .mobile-showcase-list .card-mobile-list.card-mobile-premium .mobile-side-image {
        min-height: 108px !important;
        height: 108px !important;
        max-height: 108px !important;
    }

    .mobile-showcase-list .card-mobile-list .btn {
        min-height: 22px !important;
        height: 22px !important;
        padding: 0 5px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-selected .btn {
        min-height: 23px !important;
        height: 23px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-premium .btn {
        min-height: 24px !important;
        height: 24px !important;
    }
}
/* TX mobile list height-only correction END */

/* TX mobile tier badge image-corner position-only fix START
 * Scope: mobile listing cards on all domains.
 * Only positions the existing crown/diamond/star tier badge on the image bottom-right.
 * Search, icons, labels, ordering and card heights are not changed.
 */
@media (max-width: 768px) {
    .mobile-showcase-list .card-mobile-list .card-image,
    .mobile-showcase-list .card-mobile-list .mobile-side-image,
    body.layout-noter-mobile-list .card-mobile-list .card-image,
    body.layout-noter-mobile-list .card-mobile-list .mobile-side-image,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .card-image,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .mobile-side-image {
        position: relative !important;
        overflow: hidden !important;
    }

    .mobile-showcase-list .card-mobile-list .card-image .badge-floating,
    body.layout-noter-mobile-list .card-mobile-list .card-image .badge-floating,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .card-image .badge-floating {
        position: absolute !important;
        left: auto !important;
        top: auto !important;
        right: 6px !important;
        bottom: 6px !important;
        z-index: 8 !important;
        max-width: calc(100% - 12px) !important;
        transform: none !important;
    }
}

@media (max-width: 420px) {
    .mobile-showcase-list .card-mobile-list .card-image .badge-floating,
    body.layout-noter-mobile-list .card-mobile-list .card-image .badge-floating,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .card-image .badge-floating {
        right: 5px !important;
        bottom: 5px !important;
        max-width: calc(100% - 10px) !important;
    }
}
/* TX mobile tier badge image-corner position-only fix END */

/* TX mobile card image equal-height fix START
 * Scope: all domains / mobile listing cards only.
 * Keeps search, icons, badge labels/position, ordering and tier card heights untouched.
 * Purpose: list and selected-list profile images stretch to the real card height, while staying below premium sizing.
 */
@media (max-width: 768px) {
    .mobile-showcase-list .card-mobile-list,
    body.layout-noter-mobile-list .card-mobile-list,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list {
        align-items: stretch !important;
    }

    .mobile-showcase-list .card-mobile-list .card-image,
    .mobile-showcase-list .card-mobile-list .mobile-side-image,
    body.layout-noter-mobile-list .card-mobile-list .card-image,
    body.layout-noter-mobile-list .card-mobile-list .mobile-side-image,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .card-image,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .mobile-side-image {
        align-self: stretch !important;
        height: auto !important;
        min-height: 100% !important;
        max-height: none !important;
    }

    .mobile-showcase-list .card-mobile-list .card-image img,
    .mobile-showcase-list .card-mobile-list .mobile-side-image img,
    body.layout-noter-mobile-list .card-mobile-list .card-image img,
    body.layout-noter-mobile-list .card-mobile-list .mobile-side-image img,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .card-image img,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .mobile-side-image img {
        height: 100% !important;
        min-height: 100% !important;
        max-height: none !important;
        object-fit: cover !important;
    }
}
/* TX mobile card image equal-height fix END */

/* TX mobile listing CTA size-only fix START
 * Scope: mobile homepage/listing cards only: premium, selected-list and normal-list cards.
 * Only reduces Profili Gor / WhatsApp button height, padding and font size.
 * Does not change search, menu, icons, badge position, card/image height, ordering or text.
 */
@media (max-width: 768px) {
    .mobile-showcase-list .card-mobile-list .card-actions,
    body.layout-noter-mobile-list .card-mobile-list .card-actions,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .card-actions {
        gap: 5px !important;
        margin-top: 2px !important;
        align-items: center !important;
    }

    .mobile-showcase-list .card-mobile-list .card-actions .btn,
    .mobile-showcase-list .card-mobile-list .card-actions a.btn,
    body.layout-noter-mobile-list .card-mobile-list .card-actions .btn,
    body.layout-noter-mobile-list .card-mobile-list .card-actions a.btn,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .card-actions .btn,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .card-actions a.btn {
        min-height: 22px !important;
        height: 22px !important;
        line-height: 22px !important;
        padding: 0 9px !important;
        font-size: 9.5px !important;
        letter-spacing: .01em !important;
        border-radius: 999px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-selected .card-actions .btn,
    body.layout-noter-mobile-list .card-mobile-list.card-mobile-selected .card-actions .btn,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list.card-mobile-selected .card-actions .btn {
        min-height: 23px !important;
        height: 23px !important;
        line-height: 23px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 9.75px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-premium .card-actions .btn,
    body.layout-noter-mobile-list .card-mobile-list.card-mobile-premium .card-actions .btn,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list.card-mobile-premium .card-actions .btn {
        min-height: 24px !important;
        height: 24px !important;
        line-height: 24px !important;
        padding-left: 11px !important;
        padding-right: 11px !important;
        font-size: 10px !important;
    }
}

@media (max-width: 420px) {
    .mobile-showcase-list .card-mobile-list .card-actions,
    body.layout-noter-mobile-list .card-mobile-list .card-actions,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .card-actions {
        gap: 4px !important;
        margin-top: 1px !important;
    }

    .mobile-showcase-list .card-mobile-list .card-actions .btn,
    .mobile-showcase-list .card-mobile-list .card-actions a.btn,
    body.layout-noter-mobile-list .card-mobile-list .card-actions .btn,
    body.layout-noter-mobile-list .card-mobile-list .card-actions a.btn,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .card-actions .btn,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .card-actions a.btn {
        min-height: 20px !important;
        height: 20px !important;
        line-height: 20px !important;
        padding: 0 7px !important;
        font-size: 8.75px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-selected .card-actions .btn,
    body.layout-noter-mobile-list .card-mobile-list.card-mobile-selected .card-actions .btn,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list.card-mobile-selected .card-actions .btn {
        min-height: 21px !important;
        height: 21px !important;
        line-height: 21px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-size: 9px !important;
    }

    .mobile-showcase-list .card-mobile-list.card-mobile-premium .card-actions .btn,
    body.layout-noter-mobile-list .card-mobile-list.card-mobile-premium .card-actions .btn,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list.card-mobile-premium .card-actions .btn {
        min-height: 22px !important;
        height: 22px !important;
        line-height: 22px !important;
        padding-left: 9px !important;
        padding-right: 9px !important;
        font-size: 9.25px !important;
    }
}
/* TX mobile listing CTA size-only fix END */
