/*
 * TekirdagXAMMP - Paket B: local-theme-source-reset-live
 * Generated: 2026-06-19 12:22:45 UTC
 * Purpose: real local_showcase mobile source. Local/mobile showcase rules were moved here from /assets/css/site.css.
 * Loaded by theme_slug through app/domain-profile.php; no domain hardcode is required.
 */

body.theme-profile-local-showcase.mobile-profile-noter-mobile-list {
    --tx-theme-scope: province-istanbul-mobile-source;
    overflow-x: hidden;
}

/* Moved from site.css: Package 5.3.14 mobile list base */
/* Package 5.3.14 - Database driven mobile showcase list */
.mobile-showcase-list-section {
    display: none;
}
.mobile-showcase-list {
    display: grid;
    gap: 12px;
}
.card-mobile-list {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 56px;
    min-height: 142px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255,255,255,.105), rgba(255,255,255,.05));
    border-color: rgba(215,170,85,.18);
    box-shadow: 0 14px 38px rgba(0,0,0,.3);
}
.card-mobile-list:hover {
    transform: translateY(-2px);
    border-color: rgba(215,170,85,.38);
}
.card-mobile-list .card-image,
.card-mobile-list .mobile-side-image {
    min-height: 142px;
    height: 100%;
    aspect-ratio: auto;
    border-radius: 0;
}
.card-mobile-list .card-image:after {
    height: 52%;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,.62));
}
.card-mobile-list .card-image img,
.card-mobile-list .mobile-side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-mobile-list .mobile-side-image {
    position: relative;
    display: block;
    overflow: hidden;
    border-left: 1px solid rgba(255,255,255,.08);
    opacity: .92;
}
.card-mobile-list .mobile-side-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(215,170,85,.12), rgba(0,0,0,.22));
    pointer-events: none;
}
.card-mobile-list .badge-floating {
    left: 8px;
    top: 8px;
    max-width: calc(100% - 16px);
    padding: 5px 8px;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-mobile-list .badge-premium {
    display: none;
}
.card-mobile-list .card-body {
    min-width: 0;
    padding: 12px 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.card-mobile-list .card-location {
    margin: 0;
    font-size: 11px;
    color: #d6ab63;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-mobile-list h3 {
    margin: 0;
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: -.015em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-mobile-list p {
    margin: 0;
    color: rgba(217,222,234,.82);
    font-size: 11.5px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mobile-card-badges {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    overflow: hidden;
}
.mobile-card-badges span {
    max-width: 86px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid rgba(215,170,85,.18);
    background: rgba(0,0,0,.22);
    color: rgba(248,250,252,.88);
    border-radius: 999px;
    padding: 3px 6px;
    font-size: 10px;
    font-weight: 850;
}
.card-mobile-list .card-actions {
    flex-wrap: nowrap;
    gap: 6px;
    margin-top: 1px;
}
.card-mobile-list .btn {
    min-height: 30px;
    padding: 0 9px;
    font-size: 11px;
    box-shadow: none;
}
.card-mobile-list .btn-whatsapp {
    background: #1f9d55;
    color: #06150c;
}
@media (max-width: 760px) {
    .mobile-showcase-list-section {
        display: block;
    }
    .desktop-showcase-section {
        display: none !important;
    }
    .mobile-showcase-list-section .section-title {
        margin-bottom: 12px;
    }
    .mobile-showcase-list-section .section-title h2 {
        font-size: 25px;
    }
    .mobile-showcase-list-section .section-desc {
        font-size: 13px;
    }
}
@media (max-width: 420px) {
    .card-mobile-list {
        grid-template-columns: 82px minmax(0, 1fr) 48px;
        min-height: 132px;
        border-radius: 18px;
    }
    .card-mobile-list .card-image,
    .card-mobile-list .mobile-side-image {
        min-height: 132px;
    }
    .card-mobile-list .card-body {
        padding: 10px 8px;
        gap: 4px;
    }
    .card-mobile-list h3 {
        font-size: 14px;
    }
    .card-mobile-list p {
        font-size: 11px;
        -webkit-line-clamp: 2;
    }
    .mobile-card-badges span {
        max-width: 70px;
        font-size: 9.5px;
        padding: 3px 5px;
    }
    .card-mobile-list .btn {
        min-height: 28px;
        padding: 0 7px;
        font-size: 10.5px;
    }
}

/* Moved from site.css: Package 2 Noter Mobile Final CSS */
/* Package 2 - Noter Mobile Final CSS: render-matched list-only mobile UI */
body.layout-noter-mobile-list .hero-noter-layout .hero-grid {
    align-items: stretch;
}

body.layout-noter-mobile-list .district-filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    overflow: visible;
    scrollbar-width: none;
}

body.layout-noter-mobile-list .district-filter-list::-webkit-scrollbar {
    display: none;
}

body.layout-noter-mobile-list .district-filter-list a {
    flex: 0 1 auto;
    max-width: 100%;
    white-space: nowrap;
}

body.layout-noter-mobile-list .noter-mobile-list-section .section-title {
    padding: 16px;
    border: 1px solid rgba(226,190,122,.16);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
}

body.layout-noter-mobile-list .mobile-showcase-list {
    gap: 14px;
}

body.layout-noter-mobile-list .card-mobile-list {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

body.layout-noter-mobile-list .card-mobile-list:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .65;
    background: radial-gradient(circle at 18% 0%, rgba(226,190,122,.14), transparent 34%);
    z-index: 0;
}

body.layout-noter-mobile-list .card-mobile-list > * {
    position: relative;
    z-index: 1;
}

body.layout-noter-mobile-list .card-mobile-premium,
body.layout-noter-mobile-list .card-mobile-mega {
    border-color: rgba(226,190,122,.56);
    box-shadow: 0 22px 54px rgba(0,0,0,.42), 0 0 0 1px rgba(226,190,122,.12) inset;
}

body.layout-noter-mobile-list .card-mobile-premium {
    grid-template-columns: 126px minmax(0, 1fr) 70px;
    min-height: 178px;
    background: linear-gradient(135deg, rgba(87,49,31,.72), rgba(27,16,34,.86));
}

body.layout-noter-mobile-list .card-mobile-mega {
    grid-template-columns: 112px minmax(0, 1fr) 64px;
    min-height: 162px;
    background: linear-gradient(135deg, rgba(75,35,52,.66), rgba(18,16,30,.86));
}

body.layout-noter-mobile-list .card-mobile-featured {
    border-color: rgba(226,190,122,.34);
    background: linear-gradient(135deg, rgba(255,255,255,.09), rgba(36,22,38,.42));
}

body.layout-noter-mobile-list .card-mobile-premium .card-image,
body.layout-noter-mobile-list .card-mobile-premium .mobile-side-image {
    min-height: 178px;
}

body.layout-noter-mobile-list .card-mobile-mega .card-image,
body.layout-noter-mobile-list .card-mobile-mega .mobile-side-image {
    min-height: 162px;
}

body.layout-noter-mobile-list .card-mobile-premium h3 {
    font-size: 18px;
    -webkit-line-clamp: 2;
}

body.layout-noter-mobile-list .card-mobile-mega h3 {
    font-size: 16.5px;
    -webkit-line-clamp: 2;
}

body.layout-noter-mobile-list .card-mobile-premium p,
body.layout-noter-mobile-list .card-mobile-mega p {
    -webkit-line-clamp: 2;
}

body.layout-noter-mobile-list .card-mobile-premium .badge-floating,
body.layout-noter-mobile-list .card-mobile-mega .badge-floating {
    background: linear-gradient(135deg, rgba(226,190,122,.98), rgba(255,232,183,.95));
    color: #17120a;
    border-color: rgba(255,255,255,.32);
}

body.layout-noter-mobile-list .card-mobile-premium .mobile-card-badges span:first-child,
body.layout-noter-mobile-list .card-mobile-mega .mobile-card-badges span:first-child {
    background: rgba(226,190,122,.22);
    border-color: rgba(226,190,122,.48);
    color: #fff0cf;
}

body.layout-noter-mobile-list .card-mobile-standard {
    min-height: 128px;
    grid-template-columns: 78px minmax(0, 1fr) 44px;
}

body.layout-noter-mobile-list .card-mobile-standard .card-image,
body.layout-noter-mobile-list .card-mobile-standard .mobile-side-image {
    min-height: 128px;
}

@media (max-width: 760px) {
    html {
        scroll-padding-top: 72px;
    }

    body.layout-noter-mobile-list {
        background: radial-gradient(circle at 50% 0%, rgba(226,190,122,.10), transparent 26%), #090b12;
    }

    body.layout-noter-mobile-list .site-main {
        padding-bottom: max(36px, env(safe-area-inset-bottom));
    }

    body.layout-noter-mobile-list .hero-noter-layout,
    body.layout-noter-mobile-list .noter-filter-section,
    body.layout-noter-mobile-list .desktop-showcase-section,
    body.layout-noter-mobile-list #ilceler,
    body.layout-noter-mobile-list .rental-wide-cta,
    body.layout-noter-mobile-list .seo-content {
        display: none !important;
    }

    body.layout-noter-mobile-list .noter-mobile-list-section {
        display: block !important;
        width: min(100% - 24px, 720px) !important;
        margin: 0 auto !important;
        padding: 12px 0 max(42px, env(safe-area-inset-bottom)) !important;
    }

    body.layout-noter-mobile-list .noter-mobile-list-section .section-title,
    body.layout-noter-mobile-list .noter-mobile-list-section .section-desc,
    body.layout-noter-mobile-list .noter-mobile-list-section .section-kicker {
        display: none !important;
    }

    body.layout-noter-mobile-list .noter-render-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
    }

    body.layout-noter-mobile-list .noter-tier-divider {
        display: grid !important;
        grid-template-columns: minmax(22px, 1fr) auto minmax(22px, 1fr) !important;
        align-items: center !important;
        gap: 10px !important;
        margin: 12px 2px 0 !important;
        color: #f4d08a !important;
        font-size: 15px !important;
        font-weight: 950 !important;
        letter-spacing: -.01em !important;
        text-align: center !important;
    }

    body.layout-noter-mobile-list .noter-tier-divider span {
        position: relative !important;
        height: 1px !important;
        min-width: 22px !important;
        background: linear-gradient(90deg, transparent, rgba(215,170,85,.62), transparent) !important;
    }

    body.layout-noter-mobile-list .noter-tier-divider strong {
        display: inline-flex !important;
        min-height: 30px !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 12px !important;
        border: 1px solid rgba(215,170,85,.32) !important;
        border-radius: 999px !important;
        background: rgba(10,10,16,.82) !important;
        box-shadow: 0 10px 26px rgba(0,0,0,.24) !important;
        white-space: nowrap !important;
    }

    body.layout-noter-mobile-list .noter-tier-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.layout-noter-mobile-list .card-mobile-list {
        display: grid !important;
        grid-template-columns: 31% minmax(0, 1fr) !important;
        width: 100% !important;
        min-height: 142px !important;
        border: 1px solid rgba(215,170,85,.40) !important;
        border-radius: 19px !important;
        background: linear-gradient(135deg, rgba(31,19,34,.96), rgba(8,9,15,.98)) !important;
        box-shadow: 0 14px 34px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.035) inset !important;
        overflow: hidden !important;
        isolation: isolate !important;
    }

    body.layout-noter-mobile-list .card-mobile-list:before {
        content: "" !important;
        position: absolute !important;
        inset: 0 !important;
        z-index: 0 !important;
        pointer-events: none !important;
        opacity: .78 !important;
        background: radial-gradient(circle at 10% 8%, rgba(215,170,85,.16), transparent 36%) !important;
    }

    body.layout-noter-mobile-list .card-mobile-list > * {
        position: relative !important;
        z-index: 1 !important;
    }

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

    body.layout-noter-mobile-list .card-mobile-list .card-image {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 142px !important;
        border-radius: 0 !important;
        overflow: hidden !important;
        background: linear-gradient(135deg, rgba(215,170,85,.20), rgba(20,21,31,.96)) !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .card-image:after {
        content: "" !important;
        position: absolute !important;
        inset: 0 !important;
        background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.42)) !important;
    }

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

    body.layout-noter-mobile-list .card-mobile-list .badge-floating {
        top: 8px !important;
        left: 7px !important;
        right: auto !important;
        bottom: auto !important;
        max-width: calc(100% - 14px) !important;
        padding: 5px 8px !important;
        border-radius: 999px !important;
        background: linear-gradient(135deg, rgba(255,212,116,.98), rgba(205,143,40,.96)) !important;
        border: 1px solid rgba(255,255,255,.36) !important;
        color: #17100a !important;
        font-size: 10px !important;
        font-weight: 950 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    body.layout-noter-mobile-list .card-mobile-mega .badge-floating {
        background: linear-gradient(135deg, rgba(242,194,94,.96), rgba(189,115,44,.95)) !important;
    }

    body.layout-noter-mobile-list .card-mobile-featured .badge-floating {
        background: rgba(241,213,158,.94) !important;
    }

    body.layout-noter-mobile-list .card-mobile-standard .badge-floating {
        background: rgba(14,15,22,.84) !important;
        color: rgba(255,245,224,.92) !important;
        border-color: rgba(215,170,85,.36) !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .card-body {
        display: flex !important;
        flex-direction: column !important;
        min-width: 0 !important;
        padding: 12px 12px 11px 13px !important;
        gap: 5px !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .card-location {
        margin: 0 !important;
        color: #d9ad60 !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        font-weight: 900 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    body.layout-noter-mobile-list .card-mobile-list h3 {
        margin: 0 !important;
        color: #fff !important;
        font-size: 18px !important;
        line-height: 1.13 !important;
        letter-spacing: -.025em !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    body.layout-noter-mobile-list .card-mobile-list h3 a {
        color: inherit !important;
        text-decoration: none !important;
    }

    body.layout-noter-mobile-list .card-mobile-list p {
        margin: 0 !important;
        color: rgba(234,238,248,.78) !important;
        font-size: 12px !important;
        line-height: 1.32 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    body.layout-noter-mobile-list .mobile-card-badges {
        display: flex !important;
        gap: 6px !important;
        overflow: hidden !important;
        flex-wrap: nowrap !important;
        margin-top: 2px !important;
    }

    body.layout-noter-mobile-list .mobile-card-badges span {
        max-width: 122px !important;
        border: 1px solid rgba(215,170,85,.36) !important;
        background: rgba(11,8,16,.62) !important;
        color: rgba(255,250,240,.92) !important;
        border-radius: 999px !important;
        padding: 5px 8px !important;
        font-size: 11px !important;
        line-height: 1 !important;
        font-weight: 900 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .card-actions {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, .86fr) !important;
        gap: 8px !important;
        margin-top: auto !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .btn {
        width: 100% !important;
        min-height: 38px !important;
        padding: 0 10px !important;
        border-radius: 999px !important;
        font-size: 13px !important;
        font-weight: 950 !important;
        box-shadow: none !important;
        white-space: nowrap !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .btn-primary {
        background: linear-gradient(135deg, #ffd36b, #d99c2d) !important;
        color: #140f08 !important;
        border-color: rgba(255,255,255,.24) !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .btn-whatsapp {
        background: #20a957 !important;
        color: #06140b !important;
        border-color: rgba(255,255,255,.18) !important;
    }

    body.layout-noter-mobile-list .card-mobile-premium {
        min-height: 154px !important;
        border-color: rgba(255,202,92,.86) !important;
        background: linear-gradient(135deg, rgba(75,43,30,.96), rgba(18,13,23,.98)) !important;
        box-shadow: 0 14px 40px rgba(215,170,85,.12), 0 12px 34px rgba(0,0,0,.46) !important;
    }

    body.layout-noter-mobile-list .card-mobile-premium .card-image {
        min-height: 154px !important;
    }

    body.layout-noter-mobile-list .card-mobile-premium h3 {
        font-size: 18.5px !important;
    }

    body.layout-noter-mobile-list .card-mobile-mega {
        min-height: 146px !important;
        border-color: rgba(215,170,85,.72) !important;
        background: linear-gradient(135deg, rgba(59,31,48,.96), rgba(11,12,20,.98)) !important;
    }

    body.layout-noter-mobile-list .card-mobile-mega .card-image {
        min-height: 146px !important;
    }

    body.layout-noter-mobile-list .card-mobile-featured {
        min-height: 132px !important;
        grid-template-columns: 29% minmax(0, 1fr) !important;
        border-color: rgba(215,170,85,.48) !important;
    }

    body.layout-noter-mobile-list .card-mobile-featured .card-image {
        min-height: 132px !important;
    }

    body.layout-noter-mobile-list .card-mobile-featured h3 {
        font-size: 17px !important;
        -webkit-line-clamp: 2 !important;
    }

    body.layout-noter-mobile-list .card-mobile-featured p {
        -webkit-line-clamp: 1 !important;
    }

    body.layout-noter-mobile-list .card-mobile-standard {
        min-height: 96px !important;
        grid-template-columns: 76px minmax(0, 1fr) !important;
        border-radius: 15px !important;
        border-color: rgba(215,170,85,.32) !important;
        background: linear-gradient(135deg, rgba(29,18,31,.92), rgba(7,8,14,.98)) !important;
    }

    body.layout-noter-mobile-list .card-mobile-standard .card-image {
        min-height: 96px !important;
    }

    body.layout-noter-mobile-list .card-mobile-standard .card-body {
        padding: 9px 10px 9px 12px !important;
        gap: 3px !important;
    }

    body.layout-noter-mobile-list .card-mobile-standard .card-location {
        font-size: 10.5px !important;
    }

    body.layout-noter-mobile-list .card-mobile-standard h3 {
        font-size: 14px !important;
        -webkit-line-clamp: 1 !important;
    }

    body.layout-noter-mobile-list .card-mobile-standard p {
        display: none !important;
    }

    body.layout-noter-mobile-list .card-mobile-standard .mobile-card-badges {
        display: none !important;
    }

    body.layout-noter-mobile-list .card-mobile-standard .card-actions {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 40px !important;
        gap: 6px !important;
        margin-top: auto !important;
    }

    body.layout-noter-mobile-list .card-mobile-standard .btn {
        min-height: 31px !important;
        font-size: 11px !important;
        padding: 0 8px !important;
    }

    body.layout-noter-mobile-list .card-mobile-standard .btn-whatsapp {
        font-size: 0 !important;
        padding: 0 !important;
    }

    body.layout-noter-mobile-list .card-mobile-standard .btn-whatsapp:before {
        content: "☎";
        font-size: 16px;
        line-height: 1;
    }

    body.layout-noter-mobile-list .site-footer {
        margin-top: 10px !important;
        padding-bottom: max(24px, env(safe-area-inset-bottom)) !important;
    }
}

@media (max-width: 420px) {
    body.layout-noter-mobile-list .noter-mobile-list-section {
        width: min(100% - 20px, 720px) !important;
        padding-top: 12px !important;
    }

    body.layout-noter-mobile-list .noter-render-list {
        gap: 10px !important;
    }

    body.layout-noter-mobile-list .noter-tier-divider {
        font-size: 14px !important;
        margin: 10px 4px 1px !important;
    }

    body.layout-noter-mobile-list .card-mobile-list {
        grid-template-columns: 32% minmax(0, 1fr) !important;
        min-height: 136px !important;
        border-radius: 18px !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .card-image {
        min-height: 136px !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .card-body {
        padding: 10px 10px 10px 12px !important;
        gap: 4px !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .card-location {
        font-size: 11.3px !important;
    }

    body.layout-noter-mobile-list .card-mobile-list h3 {
        font-size: 16.2px !important;
    }

    body.layout-noter-mobile-list .card-mobile-list p {
        font-size: 11.3px !important;
    }

    body.layout-noter-mobile-list .mobile-card-badges span {
        font-size: 10.4px !important;
        padding: 4px 7px !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .btn {
        min-height: 35px !important;
        font-size: 12px !important;
        padding: 0 8px !important;
    }

    body.layout-noter-mobile-list .card-mobile-premium {
        min-height: 146px !important;
    }

    body.layout-noter-mobile-list .card-mobile-premium .card-image {
        min-height: 146px !important;
    }

    body.layout-noter-mobile-list .card-mobile-mega {
        min-height: 136px !important;
    }

    body.layout-noter-mobile-list .card-mobile-mega .card-image {
        min-height: 136px !important;
    }

    body.layout-noter-mobile-list .card-mobile-featured {
        min-height: 124px !important;
        grid-template-columns: 28% minmax(0, 1fr) !important;
    }

    body.layout-noter-mobile-list .card-mobile-featured .card-image {
        min-height: 124px !important;
    }

    body.layout-noter-mobile-list .card-mobile-standard {
        grid-template-columns: 70px minmax(0, 1fr) !important;
        min-height: 88px !important;
    }

    body.layout-noter-mobile-list .card-mobile-standard .card-image {
        min-height: 88px !important;
    }

    body.layout-noter-mobile-list .card-mobile-standard .card-location {
        font-size: 10px !important;
    }

    body.layout-noter-mobile-list .card-mobile-standard h3 {
        font-size: 13.2px !important;
        padding-right: 0 !important;
    }

    body.layout-noter-mobile-list .card-mobile-standard .card-actions {
        grid-template-columns: minmax(0, 1fr) 36px !important;
    }

    body.layout-noter-mobile-list .card-mobile-standard .btn {
        min-height: 29px !important;
        font-size: 10.5px !important;
    }
}

@media (max-width: 360px) {
    body.layout-noter-mobile-list .noter-mobile-list-section {
        width: min(100% - 16px, 720px) !important;
    }

    body.layout-noter-mobile-list .card-mobile-list,
    body.layout-noter-mobile-list .card-mobile-featured {
        grid-template-columns: 68px minmax(0, 1fr) !important;
        min-height: 112px !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .card-image,
    body.layout-noter-mobile-list .card-mobile-featured .card-image {
        min-height: 112px !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .card-body {
        padding: 9px 9px 9px 10px !important;
    }

    body.layout-noter-mobile-list .card-mobile-list h3 {
        font-size: 14px !important;
        -webkit-line-clamp: 1 !important;
    }

    body.layout-noter-mobile-list .card-mobile-list p,
    body.layout-noter-mobile-list .mobile-card-badges span:nth-child(3) {
        display: none !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .btn {
        min-height: 30px !important;
        font-size: 10.5px !important;
    }

    body.layout-noter-mobile-list .card-mobile-premium,
    body.layout-noter-mobile-list .card-mobile-mega {
        min-height: 124px !important;
    }

    body.layout-noter-mobile-list .card-mobile-premium .card-image,
    body.layout-noter-mobile-list .card-mobile-mega .card-image {
        min-height: 124px !important;
    }
}

/* Moved from site.css: Mobile theme refinement and late noter mobile patches */
/* MOBILE-THEME-REFINEMENT START */
/* Final public mobile refinement: CSS-only, no DB/config/sitemap/template changes. */
@media (max-width: 760px) {
    html {
        -webkit-text-size-adjust: 100%;
    }

    body.layout-noter-mobile-list .site-main {
        padding-top: 0 !important;
    }

    body.layout-noter-mobile-list .hero-noter-layout,
    body.layout-noter-mobile-list .noter-filter-section,
    body.layout-noter-mobile-list .desktop-showcase-section,
    body.layout-noter-mobile-list #ilceler,
    body.layout-noter-mobile-list .rental-wide-cta,
    body.layout-noter-mobile-list .seo-content,
    body.layout-noter-mobile-list .gateway-trust-section {
        display: none !important;
    }

    body.layout-noter-mobile-list .noter-mobile-list-section {
        padding-top: 10px !important;
        padding-bottom: 34px !important;
    }

    body.layout-noter-mobile-list .noter-render-list {
        gap: 11px !important;
    }

    body.layout-noter-mobile-list .noter-tier-divider {
        margin-top: 10px !important;
        margin-bottom: 0 !important;
        font-size: 13px !important;
    }

    body.layout-noter-mobile-list .noter-tier-divider strong {
        min-height: 28px !important;
        padding: 0 10px !important;
    }

    body.layout-noter-mobile-list .noter-tier-list {
        gap: 9px !important;
    }

    body.layout-noter-mobile-list .card-mobile-list {
        min-height: 132px !important;
        grid-template-columns: 30% minmax(0, 1fr) !important;
        border-radius: 18px !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .card-image {
        min-height: 132px !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .card-body {
        padding: 12px 12px 11px !important;
        min-width: 0 !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .card-location {
        margin-bottom: 5px !important;
        font-size: 10.5px !important;
        line-height: 1.25 !important;
    }

    body.layout-noter-mobile-list .card-mobile-list h3 {
        margin-bottom: 6px !important;
        font-size: 15.4px !important;
        line-height: 1.15 !important;
        -webkit-line-clamp: 2 !important;
        overflow-wrap: anywhere !important;
    }

    body.layout-noter-mobile-list .card-mobile-list p {
        margin-bottom: 8px !important;
        font-size: 12px !important;
        line-height: 1.38 !important;
        -webkit-line-clamp: 2 !important;
    }

    body.layout-noter-mobile-list .mobile-card-badges {
        gap: 5px !important;
        margin-bottom: 9px !important;
    }

    body.layout-noter-mobile-list .mobile-card-badges span {
        min-height: 22px !important;
        padding: 4px 7px !important;
        font-size: 9.7px !important;
        line-height: 1.05 !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .card-actions {
        gap: 7px !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .btn {
        min-height: 34px !important;
        padding: 8px 9px !important;
        font-size: 11.2px !important;
        border-radius: 12px !important;
    }

    body.layout-noter-mobile-list .card-mobile-premium,
    body.layout-noter-mobile-list .card-mobile-mega,
    body.layout-noter-mobile-list .card-mobile-featured {
        min-height: 136px !important;
    }

    body.layout-noter-mobile-list .card-mobile-premium .card-image,
    body.layout-noter-mobile-list .card-mobile-mega .card-image,
    body.layout-noter-mobile-list .card-mobile-featured .card-image {
        min-height: 136px !important;
    }

    .site-footer {
        padding: 24px 0 18px !important;
    }

    .site-footer .footer-grid,
    .site-footer .footer-grid.footer-grid-lux {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .site-footer .footer-brand-line {
        justify-content: center !important;
        text-align: center !important;
    }

    .site-footer .footer-grid > div:first-child p,
    .site-footer .footer-grid.footer-grid-lux > div:first-child p,
    .site-footer .footer-warning {
        display: none !important;
    }

    .site-footer .footer-links {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        justify-content: stretch !important;
        width: 100% !important;
    }

    .site-footer .footer-links a {
        min-height: 36px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 8px 9px !important;
        font-size: 12px !important;
        line-height: 1.15 !important;
        border-radius: 13px !important;
    }

    .site-footer .footer-trust-box {
        padding: 12px !important;
        border-radius: 16px !important;
        text-align: center !important;
    }

    .site-footer .footer-trust-box small {
        display: none !important;
    }

    .site-footer .footer-bottom {
        margin-top: 14px !important;
        display: grid !important;
        gap: 6px !important;
        text-align: center !important;
        justify-content: stretch !important;
        font-size: 11.5px !important;
    }

    .p13-profile-detail {
        padding-top: 14px !important;
    }

    .p13-detail-main {
        gap: 12px !important;
    }

    .p13-detail-cover {
        min-height: 238px !important;
        border-radius: 18px !important;
    }

    .p13-detail-cover img {
        min-height: 238px !important;
        height: 43vh !important;
        max-height: 430px !important;
    }

    .p13-cover-badges {
        left: 10px !important;
        right: 10px !important;
        top: 10px !important;
        bottom: auto !important;
        gap: 6px !important;
    }

    .p13-cover-badge {
        min-height: 28px !important;
        padding: 6px 8px !important;
        font-size: 10.5px !important;
    }

    .p13-thumb-strip {
        padding: 10px !important;
        border-radius: 17px !important;
    }

    .p13-thumb-strip-head {
        margin-bottom: 8px !important;
    }

    .p13-thumb-list {
        gap: 7px !important;
        padding-bottom: 3px !important;
    }

    .p13-thumb-button {
        flex-basis: 72px !important;
        width: 72px !important;
        border-radius: 12px !important;
    }

    .p13-detail-content h1 {
        font-size: 26px !important;
        line-height: 1.12 !important;
        margin-top: 8px !important;
        margin-bottom: 9px !important;
    }

    .p13-lead {
        font-size: 14px !important;
        line-height: 1.55 !important;
        margin-bottom: 12px !important;
    }

    .p13-mobile-contact {
        margin-top: 12px !important;
        padding: 14px !important;
        border-radius: 18px !important;
    }

    .p13-mobile-contact strong {
        font-size: 18px !important;
    }

    .p13-info-card,
    .p13-gallery-wrap {
        padding: 14px !important;
        border-radius: 18px !important;
    }

    .p13-card-heading {
        margin-bottom: 9px !important;
    }

    .p13-card-heading h2 {
        font-size: 19px !important;
    }

    .p13-detail-description {
        font-size: 13.5px !important;
        line-height: 1.66 !important;
    }

    .p13-trust-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        margin-top: 12px !important;
    }

    .p13-trust-card {
        min-height: 94px !important;
        padding: 11px 8px !important;
        border-radius: 15px !important;
    }

    .p13-trust-card:before {
        width: 26px !important;
        height: 26px !important;
        box-shadow: 0 0 0 5px rgba(215,170,85,.08) !important;
    }

    .p13-trust-card b {
        font-size: 12px !important;
    }

    .p13-trust-card small {
        font-size: 10.5px !important;
        line-height: 1.35 !important;
    }

    .p13-mobile-safety,
    .p13-mobile-report {
        display: none !important;
    }
}

@media (max-width: 390px) {
    body.layout-noter-mobile-list .noter-mobile-list-section {
        width: min(100% - 14px, 720px) !important;
        padding-top: 8px !important;
    }

    body.layout-noter-mobile-list .card-mobile-list {
        grid-template-columns: 68px minmax(0, 1fr) !important;
        min-height: 110px !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .card-image {
        min-height: 110px !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .card-body {
        padding: 9px !important;
    }

    body.layout-noter-mobile-list .card-mobile-list h3 {
        font-size: 13.4px !important;
        -webkit-line-clamp: 1 !important;
    }

    body.layout-noter-mobile-list .card-mobile-list p,
    body.layout-noter-mobile-list .mobile-card-badges span:nth-child(3) {
        display: none !important;
    }

    body.layout-noter-mobile-list .card-mobile-list .btn {
        min-height: 30px !important;
        font-size: 10.2px !important;
        padding: 7px !important;
    }

    .site-footer .footer-links {
        grid-template-columns: 1fr !important;
    }

    .p13-detail-cover,
    .p13-detail-cover img {
        min-height: 218px !important;
    }

    .p13-detail-content h1 {
        font-size: 23px !important;
    }

    .p13-trust-grid {
        grid-template-columns: 1fr !important;
    }
}
/* MOBILE-THEME-REFINEMENT END */


/* Province Istanbul local presentation card repair removed: this domain now uses the Tekirdagnoter source card engine through layout-province-source-theme. */

/* Noter mobile package view - province source source reused by local domains */
@media (max-width: 768px) {
    body.layout-province-source-theme.layout-noter-mobile-list .noter-render-list {
        gap: 10px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .noter-tier-divider {
        margin-top: 10px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .noter-tier-selected strong {
        background: rgba(33, 24, 42, .88) !important;
        border-color: rgba(215,170,85,.38) !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-selected {
        border-color: rgba(236, 201, 128, .44) !important;
        background: linear-gradient(135deg, rgba(28, 21, 38, .97), rgba(10, 12, 18, .98)) !important;
        min-height: 136px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-selected .badge-floating {
        background: linear-gradient(135deg, rgba(239, 220, 166, .98), rgba(186, 145, 73, .96)) !important;
        color: #17100a !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard {
        min-height: 124px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-image {
        min-height: 124px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .mobile-card-badges span:nth-child(2) {
        background: rgba(215, 170, 85, .14) !important;
        color: rgba(255, 236, 189, .96) !important;
    }

    body.layout-province-source-theme .p143-profile-package-badge {
        display: inline-flex !important;
        align-items: center !important;
        min-height: 26px !important;
        padding: 5px 9px !important;
        border-radius: 999px !important;
        border: 1px solid rgba(215,170,85,.34) !important;
        background: rgba(12, 10, 18, .72) !important;
        color: rgba(255, 244, 216, .94) !important;
        font-style: normal !important;
        font-size: 11px !important;
        font-weight: 900 !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 390px) {
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-selected,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-image {
        min-height: 110px !important;
    }

    body.layout-province-source-theme .p143-profile-package-badge {
        width: 100% !important;
        justify-content: center !important;
        white-space: normal !important;
        text-align: center !important;
    }
}


/* Noter mobile package polish - province source source reused by local domains */
@media (max-width: 768px) {
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-list .badge-mobile-tier-featured {
        background: linear-gradient(135deg, rgba(239, 220, 166, .98), rgba(190, 143, 67, .96)) !important;
        color: #17100a !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-actions {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 44px !important;
        gap: 6px !important;
        width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
        align-items: center !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-actions .btn {
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-primary {
        width: 100% !important;
        max-width: 100% !important;
        padding-inline: 8px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-whatsapp {
        width: 44px !important;
        min-width: 44px !important;
        max-width: 44px !important;
        height: 34px !important;
        min-height: 34px !important;
        padding: 0 !important;
        border-radius: 999px !important;
        font-size: 0 !important;
        line-height: 0 !important;
        color: transparent !important;
        overflow: hidden !important;
        white-space: nowrap !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-whatsapp:before {
        content: "☎" !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 100% !important;
        color: #06140b !important;
        font-size: 17px !important;
        line-height: 1 !important;
        text-indent: 0 !important;
    }
}

@media (max-width: 390px) {
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-actions {
        grid-template-columns: minmax(0, 1fr) 38px !important;
        gap: 5px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-primary {
        padding-inline: 7px !important;
        font-size: 10.2px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-whatsapp {
        width: 38px !important;
        min-width: 38px !important;
        max-width: 38px !important;
        height: 30px !important;
        min-height: 30px !important;
    }
}
/* Noter mobile package polish end */

/* Noter mobile package polish v2 - proportional mobile cards - province source source reused by local domains */
@media (max-width: 768px) {
    body.layout-province-source-theme.layout-noter-mobile-list .noter-render-list,
    body.layout-province-source-theme.layout-noter-mobile-list .noter-tier-list {
        gap: 8px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .noter-tier-divider {
        margin-top: 8px !important;
        margin-bottom: 2px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .noter-tier-divider strong {
        min-height: 28px !important;
        padding: 0 12px !important;
        line-height: 28px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-list {
        display: grid !important;
        align-items: stretch !important;
        overflow: hidden !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-list .card-body {
        display: flex !important;
        flex-direction: column !important;
        min-width: 0 !important;
        height: 100% !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-list .card-actions {
        margin-top: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        align-items: stretch !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-list .card-actions .btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        box-sizing: border-box !important;
        line-height: 1 !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-premium {
        min-height: 150px !important;
        grid-template-columns: 31% minmax(0, 1fr) !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-premium .card-image {
        min-height: 150px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-mega {
        min-height: 144px !important;
        grid-template-columns: 30% minmax(0, 1fr) !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-mega .card-image {
        min-height: 144px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-selected,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-featured {
        min-height: 134px !important;
        grid-template-columns: 29% minmax(0, 1fr) !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-selected .card-image,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-featured .card-image {
        min-height: 134px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-premium .card-body,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-mega .card-body,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-selected .card-body,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-featured .card-body {
        padding: 12px 12px 10px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-premium h3,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-mega h3 {
        font-size: 16.2px !important;
        line-height: 1.13 !important;
        margin-bottom: 5px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-selected h3,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-featured h3 {
        font-size: 15.3px !important;
        line-height: 1.13 !important;
        margin-bottom: 5px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-premium p,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-mega p,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-selected p,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-featured p {
        font-size: 11.6px !important;
        line-height: 1.28 !important;
        margin-bottom: 6px !important;
        -webkit-line-clamp: 2 !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-premium .mobile-card-badges,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-mega .mobile-card-badges,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-selected .mobile-card-badges,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-featured .mobile-card-badges {
        gap: 5px !important;
        margin-bottom: 7px !important;
        flex-wrap: nowrap !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-premium .mobile-card-badges span,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-mega .mobile-card-badges span,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-selected .mobile-card-badges span,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-featured .mobile-card-badges span {
        min-height: 21px !important;
        padding: 4px 7px !important;
        font-size: 9.5px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-premium .card-actions,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-mega .card-actions,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-selected .card-actions,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-featured .card-actions {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 7px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-premium .card-actions .btn,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-mega .card-actions .btn,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-selected .card-actions .btn,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-featured .card-actions .btn {
        min-height: 38px !important;
        max-height: 38px !important;
        padding: 0 8px !important;
        border-radius: 13px !important;
        font-size: 11.2px !important;
        white-space: nowrap !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard {
        min-height: 108px !important;
        grid-template-columns: 29% minmax(0, 1fr) !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-image {
        min-height: 108px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-body {
        padding: 9px 11px 8px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-location {
        font-size: 10.2px !important;
        line-height: 1.1 !important;
        margin-bottom: 4px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard h3 {
        font-size: 14.4px !important;
        line-height: 1.13 !important;
        margin-bottom: 0 !important;
        -webkit-line-clamp: 2 !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard p,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .mobile-card-badges {
        display: none !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-actions {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 48px !important;
        gap: 7px !important;
        align-items: stretch !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-actions .btn {
        min-height: 34px !important;
        max-height: 34px !important;
        height: 34px !important;
        padding: 0 8px !important;
        border-radius: 13px !important;
        font-size: 11px !important;
        font-weight: 900 !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-whatsapp {
        width: 48px !important;
        min-width: 48px !important;
        max-width: 48px !important;
        padding: 0 !important;
        font-size: 0 !important;
        color: transparent !important;
        overflow: hidden !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-whatsapp:before {
        content: "☎" !important;
        color: #06140b !important;
        font-size: 17px !important;
        line-height: 1 !important;
    }
}

@media (max-width: 430px) {
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-premium {
        min-height: 146px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-premium .card-image {
        min-height: 146px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-mega {
        min-height: 140px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-mega .card-image {
        min-height: 140px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-selected,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-featured {
        min-height: 130px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-selected .card-image,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-featured .card-image {
        min-height: 130px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard {
        min-height: 104px !important;
        grid-template-columns: 28% minmax(0, 1fr) !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-image {
        min-height: 104px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-body {
        padding: 8px 10px 7px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard h3 {
        font-size: 13.8px !important;
        line-height: 1.1 !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-actions {
        grid-template-columns: minmax(0, 1fr) 44px !important;
        gap: 6px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-actions .btn {
        min-height: 32px !important;
        max-height: 32px !important;
        height: 32px !important;
        font-size: 10.6px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-whatsapp {
        width: 44px !important;
        min-width: 44px !important;
        max-width: 44px !important;
    }
}
/* Noter mobile package polish v2 end */

/* Noter mobile list buttons v3 - equal list buttons - province source source reused by local domains */
@media (max-width: 768px) {
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard {
        min-height: 104px !important;
        grid-template-columns: 28% minmax(0, 1fr) !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-image {
        min-height: 104px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-body {
        padding: 8px 10px 7px !important;
        justify-content: space-between !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-location {
        font-size: 10px !important;
        line-height: 1.05 !important;
        margin-bottom: 3px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard h3 {
        font-size: 13.8px !important;
        line-height: 1.08 !important;
        margin: 0 !important;
        -webkit-line-clamp: 2 !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-actions {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 7px !important;
        width: 100% !important;
        align-items: stretch !important;
        margin-top: auto !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-actions .btn,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-primary,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-whatsapp {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        min-height: 32px !important;
        max-height: 32px !important;
        height: 32px !important;
        padding: 0 8px !important;
        border-radius: 13px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        white-space: nowrap !important;
        line-height: 1 !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-primary {
        font-size: 10.9px !important;
        font-weight: 900 !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-whatsapp {
        font-size: 0 !important;
        color: transparent !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-whatsapp:before {
        content: "WhatsApp" !important;
        color: #06140b !important;
        font-size: 10.4px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
    }
}

@media (max-width: 430px) {
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard {
        min-height: 100px !important;
        grid-template-columns: 27% minmax(0, 1fr) !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-image {
        min-height: 100px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-body {
        padding: 7px 9px 6px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard h3 {
        font-size: 13.2px !important;
        line-height: 1.07 !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-actions {
        gap: 6px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-actions .btn,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-primary,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-whatsapp {
        min-height: 31px !important;
        max-height: 31px !important;
        height: 31px !important;
        padding: 0 6px !important;
        border-radius: 12px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-primary {
        font-size: 10.4px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-whatsapp:before {
        content: "WhatsApp" !important;
        font-size: 9.8px !important;
    }
}
/* Noter mobile list buttons v3 end */

/* Noter mobile list layout final - compact professional list cards - province source source reused by local domains */
@media (max-width: 768px) {
    body.layout-province-source-theme.layout-noter-mobile-list .noter-render-list {
        gap: 9px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-premium {
        min-height: 150px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-premium .card-image,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-premium .mobile-side-image {
        min-height: 150px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-mega {
        min-height: 142px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-mega .card-image,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-mega .mobile-side-image {
        min-height: 142px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-selected,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-featured {
        min-height: 126px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-selected .card-image,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-featured .card-image,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-selected .mobile-side-image,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-featured .mobile-side-image {
        min-height: 126px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard {
        min-height: 92px !important;
        grid-template-columns: 25% minmax(0, 1fr) !important;
        border-radius: 16px !important;
        overflow: hidden !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-image,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .mobile-side-image {
        min-height: 92px !important;
        height: 92px !important;
        background: linear-gradient(180deg, rgba(45,35,49,.92), rgba(13,14,22,.96)) !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-image img,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .mobile-side-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .badge-floating {
        top: 8px !important;
        left: 8px !important;
        padding: 5px 9px !important;
        font-size: 10.6px !important;
        line-height: 1 !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-body {
        display: grid !important;
        grid-template-rows: auto auto auto !important;
        align-content: center !important;
        justify-content: stretch !important;
        padding: 7px 9px 7px 11px !important;
        gap: 4px !important;
        min-width: 0 !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-location {
        margin: 0 !important;
        font-size: 10.2px !important;
        line-height: 1.05 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard h3 {
        margin: 0 !important;
        font-size: 13.2px !important;
        line-height: 1.08 !important;
        -webkit-line-clamp: 1 !important;
        min-height: 15px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard p,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .mobile-card-badges {
        display: none !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-actions {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        gap: 7px !important;
        width: 100% !important;
        margin: 7px 0 0 !important;
        align-items: stretch !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-actions .btn,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-primary,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-whatsapp {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 30px !important;
        min-height: 30px !important;
        max-height: 30px !important;
        padding: 0 7px !important;
        border-radius: 12px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        white-space: nowrap !important;
        line-height: 1 !important;
        font-size: 10.5px !important;
        font-weight: 900 !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-whatsapp {
        color: #06140b !important;
        font-size: 10.5px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-whatsapp:before {
        content: none !important;
        display: none !important;
    }
}

@media (max-width: 430px) {
    body.layout-province-source-theme.layout-noter-mobile-list .noter-render-list {
        gap: 8px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-premium {
        min-height: 144px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-premium .card-image,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-premium .mobile-side-image {
        min-height: 144px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-mega {
        min-height: 136px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-mega .card-image,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-mega .mobile-side-image {
        min-height: 136px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-selected,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-featured {
        min-height: 120px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-selected .card-image,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-featured .card-image,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-selected .mobile-side-image,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-featured .mobile-side-image {
        min-height: 120px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard {
        min-height: 86px !important;
        grid-template-columns: 24.5% minmax(0, 1fr) !important;
        border-radius: 15px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-image,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .mobile-side-image {
        min-height: 86px !important;
        height: 86px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-body {
        padding: 6px 8px 6px 10px !important;
        gap: 3px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-location {
        font-size: 9.8px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard h3 {
        font-size: 12.8px !important;
        line-height: 1.05 !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-actions {
        gap: 6px !important;
        margin-top: 6px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-actions .btn,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-primary,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-whatsapp {
        height: 28px !important;
        min-height: 28px !important;
        max-height: 28px !important;
        border-radius: 11px !important;
        font-size: 10px !important;
    }
}

@media (max-width: 360px) {
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard {
        min-height: 82px !important;
        grid-template-columns: 24% minmax(0, 1fr) !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-image,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .mobile-side-image {
        min-height: 82px !important;
        height: 82px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard h3 {
        font-size: 12.3px !important;
    }

    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .card-actions .btn,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-primary,
    body.layout-province-source-theme.layout-noter-mobile-list .card-mobile-standard .btn-whatsapp {
        height: 27px !important;
        min-height: 27px !important;
        max-height: 27px !important;
        font-size: 9.5px !important;
    }
}
/* Noter mobile list layout final end */

/* Package p146 - Tekirdagnoter mobile navigation readability fix */
.nav .nav-contact {
    color: #0b2414;
    background: linear-gradient(135deg, #39d979, #19b85a);
    border-color: rgba(57,217,121,.36);
    font-weight: 900;
}
.nav .nav-contact:hover,
.nav .nav-contact:focus {
    color: #06170d;
    background: linear-gradient(135deg, #5ee891, #24c765);
    border-color: rgba(94,232,145,.54);
}

@media (max-width: 760px) {
    .site-header .header-inner {
        gap: 12px;
        padding: 12px 0 14px;
    }

    .site-header .nav[data-nav].open {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100%;
        gap: 10px;
        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: 48px;
        padding: 10px 14px;
        border-radius: 999px;
        color: rgba(238,242,252,.86) !important;
        background: rgba(255,255,255,.055) !important;
        border: 1px solid rgba(255,255,255,.105) !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
        font-size: 16px;
        font-weight: 760;
        line-height: 1.2;
        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,.16) !important;
    }

    .site-header .nav[data-nav].open a.nav-cta {
        color: #160f0a !important;
        background: linear-gradient(135deg, #ffd978, #f0a930) !important;
        border-color: rgba(255,217,120,.60) !important;
        box-shadow: 0 10px 26px rgba(215,170,85,.18), inset 0 1px 0 rgba(255,255,255,.26);
        font-weight: 950;
    }

    .site-header .nav[data-nav].open a.nav-cta:hover,
    .site-header .nav[data-nav].open a.nav-cta:focus {
        color: #160f0a !important;
        background: linear-gradient(135deg, #ffe39a, #f4b640) !important;
        border-color: rgba(255,227,154,.72) !important;
    }

    .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 26px rgba(25,184,90,.18), inset 0 1px 0 rgba(255,255,255,.18);
        font-weight: 950;
    }

    .site-header .nav[data-nav].open a.nav-contact:hover,
    .site-header .nav[data-nav].open a.nav-contact:focus {
        color: #06170d !important;
        background: linear-gradient(135deg, #5ee891, #24c765) !important;
        border-color: rgba(94,232,145,.72) !important;
    }
}

@media (max-width: 380px) {
    .site-header .nav[data-nav].open {
        gap: 8px;
    }

    .site-header .nav[data-nav].open a {
        min-height: 44px;
        padding: 9px 12px;
        font-size: 15px;
    }
}

/* Paket C - local theme media stability - START */
@media (max-width: 768px) {
  .theme-profile-local-showcase .showcase-card,
  .layout-noter-mobile-list .showcase-card,
  .noter-render-list .showcase-card {
    overflow: hidden;
  }

  .theme-profile-local-showcase .showcase-card img,
  .layout-noter-mobile-list .showcase-card img,
  .noter-render-list .showcase-card img,
  .theme-profile-local-showcase .showcase-card-media img,
  .layout-noter-mobile-list .showcase-card-media img,
  .noter-render-list .showcase-card-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .layout-noter-mobile-list .card-mobile-premium .showcase-card-media,
  .layout-noter-mobile-list .card-mobile-mega .showcase-card-media,
  .layout-noter-mobile-list .card-mobile-featured .showcase-card-media,
  .theme-profile-local-showcase .card-mobile-premium .showcase-card-media,
  .theme-profile-local-showcase .card-mobile-mega .showcase-card-media,
  .theme-profile-local-showcase .card-mobile-featured .showcase-card-media {
    width: 100%;
    aspect-ratio: 4 / 5;
    min-height: 0;
    max-height: none;
    overflow: hidden;
    border-radius: 18px;
  }

  .layout-noter-mobile-list .card-mobile-standard .showcase-card-media,
  .layout-noter-mobile-list .card-mobile-list .showcase-card-media,
  .theme-profile-local-showcase .card-mobile-standard .showcase-card-media,
  .theme-profile-local-showcase .card-mobile-list .showcase-card-media {
    flex: 0 0 104px;
    width: 104px;
    max-width: 104px;
    aspect-ratio: 3 / 4;
    min-height: 138px;
    max-height: 148px;
    overflow: hidden;
    border-radius: 15px;
  }

  .layout-noter-mobile-list .card-mobile-standard,
  .layout-noter-mobile-list .card-mobile-list,
  .theme-profile-local-showcase .card-mobile-standard,
  .theme-profile-local-showcase .card-mobile-list {
    align-items: stretch;
  }
}

@media (min-width: 769px) {
  .theme-profile-local-showcase .showcase-card-media,
  .theme-profile-local-showcase .showcase-card-media img {
    overflow: hidden;
  }
  .theme-profile-local-showcase .showcase-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .theme-profile-local-showcase .showcase-grid .showcase-card-media {
    aspect-ratio: 4 / 5;
  }
}
/* Paket C - local theme media stability - END */

/* 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 */

/* TX-PKG-E verification visual stabilizer START */
body.layout-noter-mobile-list .showcase-card .card-image,
body.layout-noter-mobile-list .showcase-card .mobile-side-image,
body.theme-profile-local-showcase .showcase-card .card-image,
body.theme-profile-local-showcase .showcase-card .mobile-side-image {
    overflow: hidden;
    background: rgba(0,0,0,.22);
}
body.layout-noter-mobile-list .showcase-card .card-image img,
body.layout-noter-mobile-list .showcase-card .mobile-side-image img,
body.theme-profile-local-showcase .showcase-card .card-image img,
body.theme-profile-local-showcase .showcase-card .mobile-side-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
body.layout-noter-mobile-list .card-mobile-premium .card-image,
body.layout-noter-mobile-list .card-mobile-premium .mobile-side-image,
body.theme-profile-local-showcase .card-mobile-premium .card-image,
body.theme-profile-local-showcase .card-mobile-premium .mobile-side-image {
    aspect-ratio: 4 / 5;
    min-height: 0;
}
body.layout-noter-mobile-list .card-mobile-mega .card-image,
body.layout-noter-mobile-list .card-mobile-mega .mobile-side-image,
body.theme-profile-local-showcase .card-mobile-mega .card-image,
body.theme-profile-local-showcase .card-mobile-mega .mobile-side-image {
    aspect-ratio: 4 / 5;
    min-height: 0;
}
body.layout-noter-mobile-list .card-mobile-featured .card-image,
body.layout-noter-mobile-list .card-mobile-featured .mobile-side-image,
body.layout-noter-mobile-list .card-mobile-standard .card-image,
body.layout-noter-mobile-list .card-mobile-standard .mobile-side-image,
body.theme-profile-local-showcase .card-mobile-featured .card-image,
body.theme-profile-local-showcase .card-mobile-featured .mobile-side-image,
body.theme-profile-local-showcase .card-mobile-standard .card-image,
body.theme-profile-local-showcase .card-mobile-standard .mobile-side-image {
    aspect-ratio: 1 / 1;
    min-height: 0;
}
@media (max-width: 720px) {
    body.layout-noter-mobile-list .card-mobile-list,
    body.theme-profile-local-showcase .card-mobile-list {
        align-items: stretch;
    }
    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 .card-mobile-list .card-image,
    body.theme-profile-local-showcase .card-mobile-list .mobile-side-image {
        align-self: stretch;
    }
}
/* TX-PKG-E verification visual stabilizer END */

/* TX-PKG-F local showcase list visual repair START */
/* Scope: local_showcase mobile list only. No global site.css dependency. */
body.theme-profile-local-showcase.layout-noter-mobile-list {
    --txf-card-bg: #111725;
    --txf-card-bg-soft: #161f31;
    --txf-card-line: rgba(255,255,255,.10);
    --txf-text: #f7f2e7;
    --txf-muted: rgba(247,242,231,.72);
    --txf-gold: #d9b66c;
    --txf-green: #36d982;
    --txf-radius: 18px;
}

@media screen and (max-width: 768px) {
    body.theme-profile-local-showcase.layout-noter-mobile-list {
        background: #080b12;
        overflow-x: hidden;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .site-main {
        width: 100%;
        padding: 0;
    }

    /* Local mobile reference: only clean list flow, no desktop board noise. */
    body.theme-profile-local-showcase.layout-noter-mobile-list .hero-noter-layout,
    body.theme-profile-local-showcase.layout-noter-mobile-list .noter-filter-section,
    body.theme-profile-local-showcase.layout-noter-mobile-list .desktop-showcase-section,
    body.theme-profile-local-showcase.layout-noter-mobile-list #ilceler,
    body.theme-profile-local-showcase.layout-noter-mobile-list .rental-wide-cta,
    body.theme-profile-local-showcase.layout-noter-mobile-list .seo-content {
        display: none !important;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .noter-mobile-list-section {
        display: block !important;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        padding: 10px 10px 24px;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .noter-render-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .noter-tier-divider {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 10px;
        margin: 8px 2px 0;
        color: var(--txf-gold);
        letter-spacing: .08em;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 900;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .noter-tier-divider span {
        display: block;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(217,182,108,.42), transparent);
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .noter-tier-list {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        margin: 0;
    }

    /* One-image compact card. This fixes the duplicate left/right image problem. */
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list {
        display: grid !important;
        grid-template-columns: 96px minmax(0, 1fr) !important;
        align-items: stretch !important;
        gap: 10px !important;
        width: 100% !important;
        min-height: 116px !important;
        padding: 8px !important;
        border-radius: var(--txf-radius) !important;
        border: 1px solid var(--txf-card-line) !important;
        background: linear-gradient(145deg, var(--txf-card-bg), var(--txf-card-bg-soft)) !important;
        box-shadow: 0 12px 28px rgba(0,0,0,.26) !important;
        overflow: hidden !important;
        transform: none !important;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list:hover {
        transform: none !important;
        box-shadow: 0 14px 30px rgba(0,0,0,.30) !important;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list:before,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list:after {
        display: none !important;
        content: none !important;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .card-image {
        display: block !important;
        grid-column: 1 !important;
        width: 96px !important;
        height: 116px !important;
        min-height: 0 !important;
        aspect-ratio: auto !important;
        border-radius: 14px !important;
        overflow: hidden !important;
        background: rgba(255,255,255,.06) !important;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .mobile-side-image {
        display: none !important;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .card-image img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
        transform: none !important;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .card-image:after {
        height: 42% !important;
        background: linear-gradient(180deg, transparent, rgba(0,0,0,.42)) !important;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .badge-floating {
        left: 7px !important;
        right: auto !important;
        top: 7px !important;
        bottom: auto !important;
        max-width: calc(100% - 14px) !important;
        padding: 4px 7px !important;
        border-radius: 999px !important;
        font-size: 9px !important;
        line-height: 1 !important;
        letter-spacing: .04em !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .badge-premium {
        display: none !important;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .card-body {
        grid-column: 2 !important;
        min-width: 0 !important;
        padding: 2px 2px 2px 0 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        gap: 5px !important;
        background: transparent !important;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .card-location {
        margin: 0 !important;
        color: var(--txf-gold) !important;
        font-size: 10px !important;
        font-weight: 900 !important;
        line-height: 1.15 !important;
        letter-spacing: .02em !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list h3 {
        margin: 0 !important;
        font-size: 15.5px !important;
        line-height: 1.15 !important;
        letter-spacing: -.02em !important;
        color: var(--txf-text) !important;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list h3 a {
        color: inherit !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-decoration: none !important;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list p {
        margin: 0 !important;
        color: var(--txf-muted) !important;
        font-size: 11.5px !important;
        line-height: 1.35 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .mobile-card-badges {
        display: none !important;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .card-actions {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 6px !important;
        margin-top: 2px !important;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .btn {
        min-height: 32px !important;
        height: 32px !important;
        padding: 0 8px !important;
        border-radius: 10px !important;
        font-size: 10.5px !important;
        line-height: 1 !important;
        font-weight: 900 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .btn-primary {
        background: linear-gradient(135deg, #ead08a, #c9973f) !important;
        color: #171108 !important;
        border-color: rgba(255,255,255,.10) !important;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .btn-whatsapp {
        background: linear-gradient(135deg, #39dd83, #14a955) !important;
        color: #05130b !important;
        border-color: rgba(57,221,131,.40) !important;
    }

    /* Tier difference is visual accent only, not broken image/card size. */
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-premium,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-mega,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-featured,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-selected,
    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-standard {
        grid-template-columns: 96px minmax(0, 1fr) !important;
        min-height: 116px !important;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-premium {
        border-color: rgba(233,197,113,.32) !important;
        background: linear-gradient(145deg, #171624, #221c2b) !important;
    }

    body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-mega {
        border-color: rgba(233,197,113,.22) !important;
    }

    @media screen and (max-width: 374px) {
        body.theme-profile-local-showcase.layout-noter-mobile-list .noter-mobile-list-section {
            padding-left: 8px;
            padding-right: 8px;
        }
        body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list {
            grid-template-columns: 88px minmax(0, 1fr) !important;
            gap: 8px !important;
        }
        body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .card-image {
            width: 88px !important;
            height: 110px !important;
        }
        body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list h3 {
            font-size: 14.5px !important;
        }
        body.theme-profile-local-showcase.layout-noter-mobile-list .card-mobile-list .btn {
            font-size: 10px !important;
            padding: 0 6px !important;
        }
    }
}
/* TX-PKG-F local showcase list visual repair 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;
    }
}

/* 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 */

/* THEME-MASTER-V1.0.0-MOBILE START */
@media (max-width: 768px) {
    body.theme-slug-province-istanbul {
        --master-bg: #f5f1ec;
        --master-surface: #fffdf9;
        --master-ink: #171317;
        --master-muted: #756b70;
        --master-line: rgba(50,35,43,.12);
        --master-accent: #7e2437;
        --master-night: #141015;
        overflow-x: hidden;
        padding-bottom: calc(74px + env(safe-area-inset-bottom));
        background: var(--master-bg);
    }
    body.theme-slug-province-istanbul .site-main { background: var(--master-bg); }
    body.theme-slug-province-istanbul .master-home { color: var(--master-ink); background: var(--master-bg); }
    body.theme-slug-province-istanbul .master-hero {
        color: #fff;
        background:
            radial-gradient(circle at 88% 0%, rgba(126,36,55,.34), transparent 18rem),
            linear-gradient(145deg, #140f14 0%, #24141a 100%);
        border-bottom: 1px solid rgba(255,255,255,.07);
    }
    body.theme-slug-province-istanbul .master-hero-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        min-height: 0;
        padding-top: 16px;
        padding-bottom: 18px;
    }
    body.theme-slug-province-istanbul .master-hero-copy { text-align: center; }
    body.theme-slug-province-istanbul .master-hero-card {
        padding: 20px 16px;
        border: 1px solid rgba(255,255,255,.10);
        border-radius: 22px;
        background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
        box-shadow: 0 16px 44px rgba(0,0,0,.20);
    }
    body.theme-slug-province-istanbul .master-eyebrow {
        margin: 0 0 6px;
        color: #c996a1;
        font-size: 9px;
        font-weight: 900;
        letter-spacing: .13em;
        text-transform: uppercase;
    }
    body.theme-slug-province-istanbul .master-hero h1 {
        margin: 0;
        max-width: 100%;
        color: #fff;
        font-size: clamp(24px, 7.3vw, 33px);
        line-height: 1.04;
        letter-spacing: -.04em;
        white-space: nowrap;
    }
    body.theme-slug-province-istanbul .master-hero h1 span { display: inline-block; }
    body.theme-slug-province-istanbul .master-hero-copy > p:last-child {
        display: block;
        overflow: visible;
        max-width: 100%;
        margin: 10px auto 0;
        color: rgba(255,255,255,.70);
        font-size: 12px;
        line-height: 1.55;
        -webkit-line-clamp: initial;
        -webkit-box-orient: initial;
    }
    body.theme-slug-province-istanbul .master-search {
        position: relative;
        padding: 7px;
        border: 1px solid rgba(255,255,255,.11);
        border-radius: 16px;
        background: rgba(255,255,255,.97);
        box-shadow: 0 14px 38px rgba(0,0,0,.24);
    }
    body.theme-slug-province-istanbul .master-search label { display: none; }
    body.theme-slug-province-istanbul .master-search-row { display: grid; grid-template-columns: minmax(0,1fr) 46px; gap: 6px; }
    body.theme-slug-province-istanbul .master-search input {
        width: 100%;
        min-width: 0;
        height: 46px;
        padding: 0 12px;
        border: 1px solid #e2dadd;
        border-radius: 12px;
        background: #fff;
        color: #241b1f;
        font-size: 13px;
        outline: none;
    }
    body.theme-slug-province-istanbul .master-search button {
        width: 46px;
        height: 46px;
        border: 0;
        border-radius: 12px;
        background: var(--master-accent);
        color: #fff;
        font-size: 20px;
        font-weight: 900;
    }
    body.theme-slug-province-istanbul .master-search-results {
        position: absolute;
        z-index: 60;
        left: 7px;
        right: 7px;
        top: calc(100% - 2px);
        max-height: 300px;
        overflow: auto;
        border: 1px solid #e2dadd;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 20px 48px rgba(22,12,17,.24);
    }
    body.theme-slug-province-istanbul .master-search-results[hidden] { display: none; }
    body.theme-slug-province-istanbul .master-search-results a { display: grid; gap: 2px; padding: 11px 12px; border-bottom: 1px solid #eee7e9; color: #2a2025; font-size: 12px; }
    body.theme-slug-province-istanbul .master-search-results small { color: #897c81; }
    body.theme-slug-province-istanbul .master-section { padding-top: 20px; padding-bottom: 4px; }
    body.theme-slug-province-istanbul .master-section-head { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-bottom: 11px; }
    body.theme-slug-province-istanbul .master-section-head span {
        display: block;
        margin: 0 0 3px;
        color: #9b5362;
        font-size: 8.5px;
        font-weight: 900;
        letter-spacing: .11em;
        text-transform: uppercase;
    }
    body.theme-slug-province-istanbul .master-section-head h2 { margin: 0; color: #21191d; font-size: 21px; line-height: 1.08; letter-spacing: -.025em; }
    body.theme-slug-province-istanbul .master-section-head > a { color: var(--master-accent); font-size: 11px; font-weight: 900; }
    body.theme-slug-province-istanbul .master-quick-rail {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 82px;
        gap: 9px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline proximity;
        padding: 1px 1px 7px;
        scrollbar-width: none;
    }
    body.theme-slug-province-istanbul .master-quick-rail::-webkit-scrollbar { display: none; }
    body.theme-slug-province-istanbul .master-profile-card-quick { display: grid; gap: 5px; scroll-snap-align: start; color: inherit; }
    body.theme-slug-province-istanbul .master-profile-media { position: relative; display: block; overflow: hidden; background: #e7dfde; }
    body.theme-slug-province-istanbul .master-profile-card-quick .master-profile-media { aspect-ratio: 4 / 5; border-radius: 13px; }
    body.theme-slug-province-istanbul .master-profile-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
    body.theme-slug-province-istanbul .master-profile-badge {
        position: absolute;
        left: 5px;
        top: 5px;
        display: inline-flex;
        align-items: center;
        min-height: 18px;
        max-width: calc(100% - 10px);
        padding: 0 6px;
        overflow: hidden;
        border-radius: 999px;
        background: rgba(22,17,20,.80);
        color: #fff;
        font-size: 7.5px;
        font-weight: 900;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    body.theme-slug-province-istanbul .master-profile-badge.is-vip { background: var(--master-accent); }
    body.theme-slug-province-istanbul .master-profile-badge.is-verified { background: #236444; }
    body.theme-slug-province-istanbul .master-profile-copy { display: grid; gap: 1px; min-width: 0; }
    body.theme-slug-province-istanbul .master-profile-copy strong { overflow: hidden; color: #251d21; font-size: 10.5px; line-height: 1.15; white-space: nowrap; text-overflow: ellipsis; }
    body.theme-slug-province-istanbul .master-profile-copy small { overflow: hidden; color: #8b7e83; font-size: 8.5px; white-space: nowrap; text-overflow: ellipsis; }
    body.theme-slug-province-istanbul .master-area-chips {
        display: flex;
        flex-wrap: nowrap;
        gap: 7px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding: 1px 1px 7px;
        scrollbar-width: none;
    }
    body.theme-slug-province-istanbul .master-area-chips::-webkit-scrollbar { display: none; }
    body.theme-slug-province-istanbul .master-area-chips > a {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        min-height: 36px;
        padding: 0 11px;
        border: 1px solid #dfd5d8;
        border-radius: 999px;
        background: #fffdf9;
        color: #3b3034;
        font-size: 10.5px;
        font-weight: 850;
        white-space: nowrap;
    }
    body.theme-slug-province-istanbul .master-region-chips > a { display: grid; gap: 0; min-width: 138px; min-height: 48px; padding: 8px 11px; border-radius: 14px; }
    body.theme-slug-province-istanbul .master-region-chips > a strong { font-size: 10.5px; }
    body.theme-slug-province-istanbul .master-region-chips > a small { max-width: 122px; overflow: hidden; color: #8b7e83; font-size: 8px; white-space: nowrap; text-overflow: ellipsis; }
    body.theme-slug-province-istanbul .master-profile-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0,1fr));
        gap: 8px;
    }
    body.theme-slug-province-istanbul .master-profile-card-grid {
        display: grid;
        min-width: 0;
        overflow: hidden;
        border: 1px solid rgba(50,35,43,.10);
        border-radius: 13px;
        background: #fffdf9;
        color: inherit;
        box-shadow: 0 8px 24px rgba(50,30,38,.055);
    }
    body.theme-slug-province-istanbul .master-profile-card-grid .master-profile-media { aspect-ratio: 4 / 5; }
    body.theme-slug-province-istanbul .master-profile-card-grid .master-profile-copy { padding: 7px 7px 8px; }
    body.theme-slug-province-istanbul .master-profile-card-grid .master-profile-copy strong { font-size: 10.5px; }
    body.theme-slug-province-istanbul .master-profile-card-grid .master-profile-copy small { font-size: 8.5px; }
    body.theme-slug-province-istanbul .master-cta-section { display: grid; gap: 14px; margin-top: 22px; padding: 20px; border-radius: 20px; background: linear-gradient(135deg,#1a1217,#29161d); color: #fff; }
    body.theme-slug-province-istanbul .master-cta-section h2 { margin: 0; color: #fff; font-size: 24px; line-height: 1.05; }
    body.theme-slug-province-istanbul .master-cta-section p { margin: 6px 0 0; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.55; }
    body.theme-slug-province-istanbul .master-cta-section .btn { justify-self: start; }
    body.theme-slug-province-istanbul .master-seo-section { padding-bottom: 24px; }
    body.theme-slug-province-istanbul .master-seo-copy { padding: 16px; border: 1px solid rgba(50,35,43,.10); border-radius: 18px; background: rgba(255,253,249,.72); color: #6f6267; font-size: 12px; line-height: 1.72; }
    body.theme-slug-province-istanbul .master-mobile-nav {
        position: fixed;
        z-index: 120;
        left: 10px;
        right: 10px;
        bottom: calc(8px + env(safe-area-inset-bottom));
        display: grid;
        grid-template-columns: repeat(4,minmax(0,1fr));
        min-height: 58px;
        padding: 5px;
        border: 1px solid rgba(255,255,255,.10);
        border-radius: 18px;
        background: rgba(20,15,20,.94);
        box-shadow: 0 18px 46px rgba(15,8,12,.30);
        backdrop-filter: blur(16px);
    }
    body.theme-slug-province-istanbul .master-mobile-nav a {
        display: grid;
        place-items: center;
        align-content: center;
        gap: 1px;
        min-width: 0;
        border-radius: 13px;
        color: rgba(255,255,255,.66);
        text-decoration: none;
    }
    body.theme-slug-province-istanbul .master-mobile-nav a.is-active { background: rgba(126,36,55,.28); color: #fff; }
    body.theme-slug-province-istanbul .master-mobile-nav span { font-size: 18px; line-height: 1; }
    body.theme-slug-province-istanbul .master-mobile-nav small { font-size: 9px; font-weight: 800; }
    body.theme-slug-province-istanbul .site-footer { margin-bottom: 4px; }
}
@media (max-width: 350px) {
    body.theme-slug-province-istanbul .master-profile-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    body.theme-slug-province-istanbul .master-quick-rail { grid-auto-columns: 78px; }
}
@media (min-width: 769px) {
    body.theme-slug-province-istanbul .master-mobile-nav { display: none; }
}
/* THEME-MASTER-V1.0.0-MOBILE END */


/* province-istanbul-MASTER-V1.0.0-MOBILE-HEADER START */
@media (max-width: 768px) {
    body.theme-slug-province-istanbul .site-header .header-inner {
        display: grid !important;
        grid-template-columns: minmax(0,1fr) auto auto !important;
        align-items: center !important;
        gap: 10px !important;
        min-height: 62px !important;
        padding: 8px 0 !important;
    }
    body.theme-slug-province-istanbul .site-header .brand.brand-symbol {
        display: flex !important;
        align-items: center !important;
        min-width: 0 !important;
        max-width: 100% !important;
        gap: 9px !important;
    }
    body.theme-slug-province-istanbul .site-header .brand-logo-hero,
    body.theme-slug-province-istanbul .site-header .brand-logo-mark,
    body.theme-slug-province-istanbul .site-header .brand-logo-hero img,
    body.theme-slug-province-istanbul .site-header .brand-logo-mark img {
        width: 40px !important;
        height: 40px !important;
        flex: 0 0 40px !important;
        border-radius: 13px !important;
    }
    body.theme-slug-province-istanbul .site-header .brand-service-wrap,
    body.theme-slug-province-istanbul .site-header .brand-text-wrap {
        display: grid !important;
        min-width: 0 !important;
        gap: 1px !important;
    }
    body.theme-slug-province-istanbul .site-header .brand-service-title,
    body.theme-slug-province-istanbul .site-header .brand-text {
        display: block !important;
        overflow: hidden !important;
        max-width: 100% !important;
        color: #fff !important;
        font-size: 13px !important;
        font-weight: 900 !important;
        line-height: 1.1 !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
    }
    body.theme-slug-province-istanbul .site-header .brand-service-subtitle {
        display: block !important;
        overflow: hidden !important;
        max-width: 100% !important;
        color: rgba(255,255,255,.55) !important;
        font-size: 8.5px !important;
        line-height: 1.1 !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
    }
    body.theme-slug-province-istanbul .site-header .header-mobile-search { display: none !important; }
    body.theme-slug-province-istanbul .site-header .header-wa-shortcut {
        display: inline-grid !important;
        place-items: center !important;
        width: 40px !important;
        height: 40px !important;
        flex: 0 0 40px !important;
        justify-self: end !important;
        border: 1px solid rgba(37,211,102,.38) !important;
        border-radius: 13px !important;
        background: linear-gradient(145deg, #25d366, #18a94f) !important;
        color: #fff !important;
        box-shadow: 0 8px 20px rgba(24,169,79,.22) !important;
        text-decoration: none !important;
    }
    body.theme-slug-province-istanbul .site-header .header-wa-shortcut svg {
        width: 20px !important;
        height: 20px !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 1.8 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }
    body.theme-slug-province-istanbul .site-header .nav-toggle {
        width: 40px !important;
        height: 40px !important;
        flex: 0 0 40px !important;
        border-radius: 13px !important;
        justify-self: end !important;
    }
    body.theme-slug-province-istanbul .site-header .nav[data-nav] { grid-column: 1 / -1 !important; }
}
/* province-istanbul-MASTER-V1.0.0-MOBILE-HEADER END */


/* THEME-MASTER-V1.0.4 INNER-PAGES MOBILE START */
@media (max-width: 768px) {
    body.theme-slug-province-istanbul.page-type-district .hero-district {
        padding: 14px 0 18px;
    }
    body.theme-slug-province-istanbul.page-type-district .hero-district .hero-grid {
        gap: 12px;
        width: calc(100% - 24px);
        padding: 20px 16px;
        border-radius: 22px;
    }
    body.theme-slug-province-istanbul.page-type-district .hero-district .eyebrow {
        margin-bottom: 6px;
        font-size: 9px;
        letter-spacing: .13em;
    }
    body.theme-slug-province-istanbul.page-type-district .hero-district h1 {
        font-size: clamp(28px, 8.6vw, 38px);
        line-height: 1.03;
        letter-spacing: -.04em;
    }
    body.theme-slug-province-istanbul.page-type-district .hero-district .hero-copy > p:not(.eyebrow) {
        margin-top: 9px;
        font-size: 12px;
        line-height: 1.55;
    }
    body.theme-slug-province-istanbul.page-type-district .hero-district .hero-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-top: 14px;
    }
    body.theme-slug-province-istanbul.page-type-district .hero-district .hero-actions .btn {
        min-width: 0;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px;
    }
    body.theme-slug-province-istanbul.page-type-district .hero-district .trust-row {
        gap: 6px;
        margin-top: 12px;
    }
    body.theme-slug-province-istanbul.page-type-district .hero-district .trust-row span {
        font-size: 9px;
    }
    body.theme-slug-province-istanbul.page-type-district .hero-district .hero-panel {
        width: 100%;
        padding: 12px;
        border-radius: 16px;
    }
    body.theme-slug-province-istanbul.page-type-district .hero-district .stat-grid {
        grid-template-columns: repeat(3, minmax(0,1fr));
        gap: 6px;
    }
    body.theme-slug-province-istanbul.page-type-district .hero-district .stat-grid span {
        min-width: 0;
        padding: 8px 5px;
        font-size: 9px;
    }

    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-profile-detail {
        padding-top: 12px;
        padding-bottom: 24px;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-detail-cover {
        border-radius: 20px;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-detail-content {
        margin-top: 12px;
        padding: 18px 15px;
        border-radius: 20px;
        text-align: center;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-detail-content h1 {
        font-size: clamp(27px, 8vw, 36px);
        line-height: 1.04;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-detail-content .lead {
        font-size: 12px;
        line-height: 1.55;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-info-card,
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-contact-box {
        border-radius: 20px;
    }

    body.theme-slug-province-istanbul.page-type-policy .legal-page {
        padding-top: 14px;
        padding-bottom: 28px;
    }
    body.theme-slug-province-istanbul.page-type-policy .legal-card {
        border-radius: 22px;
        padding: 20px 16px;
    }
    body.theme-slug-province-istanbul.page-type-policy .legal-card > h1 {
        font-size: clamp(28px, 8vw, 38px);
        line-height: 1.05;
    }

    body.theme-slug-province-istanbul.page-type-contact .p5-contact-confirm-section {
        padding-top: 14px;
        padding-bottom: 28px;
    }
    body.theme-slug-province-istanbul.page-type-contact .p5-contact-confirm-card {
        width: calc(100% - 24px);
        padding: 20px 16px;
        border-radius: 22px;
    }
    body.theme-slug-province-istanbul.page-type-contact .p5-contact-confirm-card h1 {
        font-size: clamp(27px, 8vw, 36px);
        line-height: 1.05;
    }
    body.theme-slug-province-istanbul.page-type-contact .p5-contact-confirm-form {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    body.theme-slug-province-istanbul .hero-404 {
        padding: 14px 0 22px;
    }
    body.theme-slug-province-istanbul .hero-404 .hero-copy {
        width: calc(100% - 24px);
        padding: 22px 16px;
        border-radius: 22px;
    }
}
/* THEME-MASTER-V1.0.4 INNER-PAGES MOBILE END */

/* THEME-MASTER-V1.0.5 INNER COLOR SCALE MOBILE START */
@media (max-width: 768px) {
    body.theme-slug-province-istanbul.page-type-district .showcase-card,
    body.theme-slug-province-istanbul.page-type-district .card-mobile-list {
        border-color: rgba(100,54,70,.14) !important;
        background: #fffaf6 !important;
        box-shadow: 0 12px 30px rgba(77,43,55,.08) !important;
    }
    body.theme-slug-province-istanbul.page-type-district .showcase-card .card-body,
    body.theme-slug-province-istanbul.page-type-district .card-mobile-list .card-body {
        background: linear-gradient(180deg, #fffaf6 0%, #f9f1ec 100%) !important;
        color: #21181d !important;
    }
    body.theme-slug-province-istanbul.page-type-district .showcase-card h3,
    body.theme-slug-province-istanbul.page-type-district .showcase-card h3 a,
    body.theme-slug-province-istanbul.page-type-district .card-mobile-list h3,
    body.theme-slug-province-istanbul.page-type-district .card-mobile-list h3 a {
        color: #21181d !important;
    }
    body.theme-slug-province-istanbul.page-type-district .showcase-card p,
    body.theme-slug-province-istanbul.page-type-district .card-mobile-list p {
        color: #76686f !important;
    }
    body.theme-slug-province-istanbul.page-type-district .showcase-card .card-location,
    body.theme-slug-province-istanbul.page-type-district .card-mobile-list .card-location {
        color: #a84d61 !important;
    }
    body.theme-slug-province-istanbul.page-type-district .mobile-card-badges span {
        border-color: rgba(126,36,55,.14) !important;
        background: #f2e3e7 !important;
        color: #641a2b !important;
    }

    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-info-card,
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-contact-box,
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-trust-card,
    body.theme-slug-province-istanbul.page-type-policy .legal-card {
        border-color: rgba(100,54,70,.14) !important;
        background: linear-gradient(180deg, #fffaf6 0%, #f9f1ec 100%) !important;
        color: #21181d !important;
        box-shadow: 0 12px 30px rgba(77,43,55,.07) !important;
    }

    body.theme-slug-province-istanbul.page-type-district .hero-district .hero-grid,
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-detail-content,
    body.theme-slug-province-istanbul.page-type-contact .p5-contact-confirm-card,
    body.theme-slug-province-istanbul .hero-404 .hero-copy {
        border-color: rgba(201,147,159,.16) !important;
        background:
            radial-gradient(circle at 92% 0%, rgba(168,77,97,.15), transparent 15rem),
            linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.028)) !important;
    }
}
/* THEME-MASTER-V1.0.5 INNER COLOR SCALE MOBILE END */

/* THEME-MASTER-V1.0.6 PROFILE COLOR REPAIR MOBILE START */
@media (max-width: 768px) {
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-profile-detail {
        background: linear-gradient(180deg, #eee4df 0%, #f3ece7 15rem, #f7f2ee 100%) !important;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-detail-content {
        text-align: center !important;
        border-color: rgba(211,160,172,.18) !important;
        background:
            radial-gradient(circle at 90% 0%, rgba(164,75,94,.24), transparent 15rem),
            linear-gradient(145deg, #141015 0%, #1d1217 55%, #2a171f 100%) !important;
        color: #fff !important;
        box-shadow: 0 16px 42px rgba(35,18,26,.18) !important;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-detail-content h1 {
        color: #fff !important;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-detail-content .eyebrow {
        color: #d3a0ac !important;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-detail-content .lead {
        color: rgba(255,248,245,.72) !important;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-mobile-contact {
        border-color: rgba(211,160,172,.18) !important;
        background: rgba(255,255,255,.055) !important;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-info-card,
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-trust-card {
        border-color: rgba(105,56,72,.14) !important;
        background: linear-gradient(180deg, #fffaf6 0%, #f8efea 100%) !important;
        color: #21181d !important;
        box-shadow: 0 12px 28px rgba(77,43,55,.07) !important;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-info-card h2,
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-trust-card b {
        color: #21181d !important;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-info-card p,
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-detail-description,
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-trust-card small {
        color: #74666d !important;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-trust-card:before {
        background: radial-gradient(circle at 35% 25%, #a44b5e, #7e2437) !important;
        box-shadow: 0 0 0 5px rgba(126,36,55,.08) !important;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-thumb-strip {
        border-color: rgba(126,36,55,.15) !important;
        background: linear-gradient(145deg, #1b1217, #28171e) !important;
        color: #fff !important;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .p13-cover-badge:nth-child(2) {
        background: rgba(126,36,55,.94) !important;
        color: #fff !important;
    }
}
/* THEME-MASTER-V1.0.6 PROFILE COLOR REPAIR MOBILE END */


/* THEME-MASTER-V1.0.7 PROFILE RELATED FLOW CONTRAST FIX MOBILE START */
@media (max-width: 768px) {
    body.theme-slug-province-istanbul.page-type-showcase-detail .related-profile-section {
        color: #21171c !important;
        padding-top: 24px !important;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .related-profile-section .section-kicker {
        color: #8b2f43 !important;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .related-profile-section .section-title h2,
    body.theme-slug-province-istanbul.page-type-showcase-detail .related-profile-section #related-profiles-title {
        color: #21171c !important;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .related-profile-section .section-desc {
        color: #756b70 !important;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .related-profile-section .internal-profile-grid {
        gap: 10px !important;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .related-profile-section .internal-profile-card {
        min-height: 92px !important;
        padding: 10px !important;
        border: 1px solid rgba(126,36,55,.11) !important;
        border-radius: 18px !important;
        background: #fffaf6 !important;
        color: #21171c !important;
        box-shadow: 0 10px 26px rgba(53,31,40,.05) !important;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .related-profile-section .internal-profile-card img {
        width: 74px !important;
        height: 74px !important;
        flex: 0 0 74px !important;
        border-radius: 14px !important;
        box-shadow: 0 0 0 1px rgba(126,36,55,.08) !important;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .related-profile-section .internal-profile-card strong {
        color: #24181e !important;
        font-size: 15px !important;
        line-height: 1.15 !important;
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .related-profile-section .internal-profile-card small {
        color: #8a767e !important;
        font-size: 12px !important;
    }
}
/* THEME-MASTER-V1.0.7 PROFILE RELATED FLOW CONTRAST FIX MOBILE END */


/* THEME-MASTER-V1.0.8 MOBILE NAV SIZE + ANCHOR FIX START */
@media (max-width: 768px) {
    body.theme-slug-province-istanbul .master-mobile-nav {
        left: 8px !important;
        right: 8px !important;
        bottom: calc(8px + env(safe-area-inset-bottom)) !important;
        min-height: 68px !important;
        padding: 6px !important;
        border-radius: 21px !important;
    }

    body.theme-slug-province-istanbul .master-mobile-nav a {
        min-height: 56px !important;
        gap: 4px !important;
        border-radius: 15px !important;
    }

    body.theme-slug-province-istanbul .master-mobile-nav span {
        font-size: 22px !important;
        line-height: 1 !important;
        font-weight: 700 !important;
    }

    body.theme-slug-province-istanbul .master-mobile-nav small {
        font-size: 10.5px !important;
        line-height: 1 !important;
        font-weight: 850 !important;
        letter-spacing: .01em !important;
    }

    body.theme-slug-province-istanbul #master-new,
    body.theme-slug-province-istanbul #master-areas,
    body.theme-slug-province-istanbul #master-profiles {
        scroll-margin-top: 82px;
    }

    body.theme-slug-province-istanbul {
        padding-bottom: calc(86px + env(safe-area-inset-bottom)) !important;
    }
}
/* THEME-MASTER-V1.0.8 MOBILE NAV SIZE + ANCHOR FIX END */


/* THEME-MASTER-V1.0.9 PUBLIC CLOSURE MOBILE START */
@media (max-width:768px){
    body.theme-slug-province-istanbul.page-type-packages .advertiser-page{
        padding-left:0;
        padding-right:0
    }
    body.theme-slug-province-istanbul.page-type-policy .legal-card .form-grid.two{
        grid-template-columns:1fr !important;
        gap:12px !important
    }
    body.theme-slug-province-istanbul.page-type-policy .legal-card .public-form{
        gap:12px !important
    }
    body.theme-slug-province-istanbul.page-type-policy .legal-card .public-form input,
    body.theme-slug-province-istanbul.page-type-policy .legal-card .public-form select{
        min-height:46px !important;
        padding:11px 12px !important;
        border-radius:13px !important;
        font-size:16px !important
    }
    body.theme-slug-province-istanbul.page-type-policy .legal-card .public-form textarea{
        min-height:138px !important;
        padding:12px !important;
        border-radius:13px !important;
        font-size:16px !important
    }
    body.theme-slug-province-istanbul.page-type-policy .legal-card .public-form .btn{
        width:100% !important;
        min-height:48px !important
    }

    body.theme-slug-province-istanbul .age-gate{
        align-items:center !important;
        padding:14px !important
    }
    body.theme-slug-province-istanbul .age-gate-card{
        width:100% !important;
        max-width:430px !important;
        padding:21px 17px !important;
        border-radius:23px !important
    }
    body.theme-slug-province-istanbul .age-gate-logo{
        width:58px !important;
        height:58px !important;
        margin-bottom:9px !important
    }
    body.theme-slug-province-istanbul .age-gate-card h2{
        margin:11px 0 7px !important;
        font-size:26px !important
    }
    body.theme-slug-province-istanbul .age-gate-card p{
        font-size:13px !important;
        line-height:1.5 !important
    }
    body.theme-slug-province-istanbul .age-gate-actions{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:8px !important;
        margin-top:16px !important
    }
    body.theme-slug-province-istanbul .age-gate-actions .btn-primary,
    body.theme-slug-province-istanbul .age-gate-actions .btn-secondary{
        width:100% !important;
        min-height:47px !important;
        display:grid !important;
        place-items:center !important
    }
    body.theme-slug-province-istanbul .age-gate-card small{
        margin-top:12px !important;
        font-size:11px !important
    }

    body.theme-slug-province-istanbul .empty{
        padding:17px !important;
        border-radius:17px !important;
        font-size:13px !important
    }
    body.theme-slug-province-istanbul.page-type-showcase-detail .archive-profile-notice,
    body.theme-slug-province-istanbul.page-type-showcase-detail .archive-contact-closed{
        margin:12px 0 !important;
        padding:14px !important;
        border-radius:16px !important
    }
}
/* THEME-MASTER-V1.0.9 PUBLIC CLOSURE MOBILE END */


/* THEME-MASTER-V1.0.10 ISTANBUL GLOBAL MOBILE START */
@media (max-width:768px){
    body.theme-slug-province-istanbul .site-header{
        overflow:visible !important
    }
    body.theme-slug-province-istanbul .site-header .header-inner{
        position:relative !important;
        row-gap:8px !important
    }
    body.theme-slug-province-istanbul .site-header .nav-toggle[aria-expanded="true"]{
        border-color:rgba(126,36,55,.48) !important;
        background:#7e2437 !important;
        color:#fff !important;
        font-size:25px !important;
        line-height:1 !important
    }
    body.theme-slug-province-istanbul .site-header .nav[data-nav]{
        display:none !important;
        grid-column:1/-1 !important;
        width:100% !important;
        margin:0 !important
    }
    body.theme-slug-province-istanbul .site-header .nav[data-nav].open{
        display:grid !important;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:7px !important;
        width:100% !important;
        margin-top:2px !important;
        padding:10px !important;
        overflow:visible !important;
        border:1px solid rgba(255,255,255,.08) !important;
        border-radius:20px !important;
        background:
            radial-gradient(circle at 90% 0%,rgba(126,36,55,.20),transparent 13rem),
            linear-gradient(145deg,#1b1318,#120e12) !important;
        box-shadow:0 18px 42px rgba(0,0,0,.28) !important
    }
    body.theme-slug-province-istanbul .site-header .nav[data-nav].open a{
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
        min-width:0 !important;
        width:100% !important;
        min-height:44px !important;
        padding:9px 10px !important;
        border:1px solid rgba(255,255,255,.07) !important;
        border-radius:13px !important;
        background:rgba(255,255,255,.035) !important;
        color:rgba(255,255,255,.78) !important;
        box-shadow:none !important;
        font-size:12.5px !important;
        font-weight:820 !important;
        line-height:1.15 !important;
        text-align:center !important
    }
    body.theme-slug-province-istanbul .site-header .nav[data-nav].open a:hover,
    body.theme-slug-province-istanbul .site-header .nav[data-nav].open a:focus{
        border-color:rgba(126,36,55,.30) !important;
        background:rgba(126,36,55,.13) !important;
        color:#fff !important
    }
    body.theme-slug-province-istanbul .site-header .nav[data-nav].open a.nav-packages,
    body.theme-slug-province-istanbul .site-header .nav[data-nav].open a.nav-rent{
        border-color:rgba(126,36,55,.20) !important;
        background:rgba(126,36,55,.08) !important;
        color:#edc5ce !important
    }
    body.theme-slug-province-istanbul .site-header .nav[data-nav].open a.nav-cta{
        color:#fff !important;
        background:linear-gradient(145deg,#8b2c42,#6f1f32) !important;
        border-color:rgba(184,84,107,.42) !important;
        font-weight:900 !important
    }
    body.theme-slug-province-istanbul .site-header .nav[data-nav].open a.nav-contact{
        grid-column:1/-1 !important;
        color:#fff !important;
        background:linear-gradient(145deg,#25d366,#18a94f) !important;
        border-color:rgba(37,211,102,.38) !important;
        font-weight:900 !important
    }

    body.theme-slug-province-istanbul .master-mobile-nav{
        z-index:120 !important;
        backdrop-filter:blur(16px) !important
    }
    body.theme-slug-province-istanbul .master-mobile-nav a{
        transition:background .16s ease,color .16s ease,transform .16s ease !important
    }
    body.theme-slug-province-istanbul .master-mobile-nav a:active{
        transform:scale(.97) !important
    }
    body.theme-slug-province-istanbul .master-mobile-nav a.is-active{
        background:linear-gradient(145deg,rgba(126,36,55,.40),rgba(126,36,55,.24)) !important;
        color:#fff !important;
        box-shadow:inset 0 0 0 1px rgba(190,102,122,.18) !important
    }
}
@media (max-width:380px){
    body.theme-slug-province-istanbul .site-header .nav[data-nav].open{
        gap:6px !important;
        padding:8px !important;
        border-radius:18px !important
    }
    body.theme-slug-province-istanbul .site-header .nav[data-nav].open a{
        min-height:42px !important;
        padding:8px !important;
        font-size:11.5px !important
    }
}
/* THEME-MASTER-V1.0.10 ISTANBUL GLOBAL MOBILE END */

/* A030 ISTANBUL ARTICLE RESPONSIVE LAYER — current Golden Master V1.0.10 */
@media (max-width:980px) {
    body.theme-slug-province-istanbul.page-type-article-detail .site-breadcrumbs,
    body.theme-slug-province-istanbul.page-type-article-index .site-breadcrumbs {
        padding-top:10px;
        padding-bottom:0;
    }
    body.theme-slug-province-istanbul .article-master-hero { padding:14px 0 22px !important; }
    body.theme-slug-province-istanbul .article-master-hero .article-master-hero-copy {
        width:100%;
        padding:22px 16px !important;
        border-radius:22px !important;
    }
    body.theme-slug-province-istanbul .article-master-hero .eyebrow { margin-bottom:7px; font-size:8.5px; }
    body.theme-slug-province-istanbul .article-master-hero h1 {
        font-size:clamp(29px,8.4vw,40px) !important;
        line-height:1.04 !important;
        letter-spacing:-.035em !important;
    }
    body.theme-slug-province-istanbul .article-master-hero .hero-copy>p:not(.eyebrow) {
        margin-top:11px;
        font-size:12px;
        line-height:1.58;
    }
    body.theme-slug-province-istanbul.page-type-article-detail .article-master-body-section {
        padding-top:10px;
        padding-bottom:28px;
    }
    body.theme-slug-province-istanbul.page-type-article-detail .article-master-back { margin-bottom:9px; }
    body.theme-slug-province-istanbul.page-type-article-detail .article-master-back a {
        min-height:34px;
        padding-inline:11px;
        font-size:10px;
    }
    body.theme-slug-province-istanbul.page-type-article-detail .article-master-content {
        width:100%;
        padding:20px 16px 24px !important;
        border-radius:22px !important;
    }
    body.theme-slug-province-istanbul.page-type-article-detail .article-content-row,
    body.theme-slug-province-istanbul.page-type-article-detail .article-content-row.is-media-left {
        display:flex;
        flex-direction:column;
        gap:16px;
        max-width:100%;
        margin:26px auto;
    }
    body.theme-slug-province-istanbul.page-type-article-detail .article-content-row.is-media-left .article-content-copy,
    body.theme-slug-province-istanbul.page-type-article-detail .article-content-row.is-media-left .article-cross-media {
        order:initial;
    }
    body.theme-slug-province-istanbul.page-type-article-detail .article-content-copy { width:100%; }
    body.theme-slug-province-istanbul.page-type-article-detail .article-cross-media {
        width:min(280px,78vw);
        margin:0 auto !important;
        border-radius:17px !important;
    }
    body.theme-slug-province-istanbul.page-type-article-detail .article-cross-media-frame { padding:5px; }
    body.theme-slug-province-istanbul.page-type-article-detail .article-master-content h2 {
        margin:24px 0 10px;
        font-size:clamp(23px,6.8vw,30px);
        line-height:1.08;
    }
    body.theme-slug-province-istanbul.page-type-article-detail .article-master-content h3 { margin-top:20px; font-size:18px; }
    body.theme-slug-province-istanbul.page-type-article-detail .article-master-content p,
    body.theme-slug-province-istanbul.page-type-article-detail .article-master-content li {
        font-size:13px;
        line-height:1.76;
    }
    body.theme-slug-province-istanbul.page-type-article-detail .article-internal-nav,
    body.theme-slug-province-istanbul.page-type-article-detail .article-master-cta {
        margin-top:28px;
        padding:19px 16px;
        border-radius:18px;
    }
    body.theme-slug-province-istanbul.page-type-article-detail .article-district-link-grid { grid-template-columns:1fr; gap:9px; }
    body.theme-slug-province-istanbul.page-type-article-detail .article-context-link-row { flex-direction:column; }
    body.theme-slug-province-istanbul.page-type-article-detail .article-context-link-row a { width:100%; justify-content:center; }
}
/* A030 ISTANBUL ARTICLE RESPONSIVE LAYER END */
