/* ===================== تبلیغات — نمایش عمومی ===================== */

.ad-slot {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.ad-slot:empty {
    display: none;
}

.ad {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    max-width: 100%;
}

.ad-label {
    position: absolute;
    top: 8px;
    inset-inline-start: 8px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .04em;
    color: var(--ink-soft);
    background: rgba(255, 255, 255, .92);
    border: 1px solid var(--border);
    padding: 2px 7px;
    border-radius: 999px;
    line-height: 1.4;
}

/* ---- قالب‌های جایگاه ---- */

.ad-format-leaderboard {
    max-width: 100%;
    margin: 16px auto;
    padding: 0;
}

.site-hero .ad-format-leaderboard {
    max-width: 880px;
    margin: 0 auto 16px;
    padding: 0 16px;
}

.site-hero .ad-format-strip {
    max-width: 880px;
    margin: 16px auto 0;
    padding: 0 16px;
}

.search-card-wrap > .ad-slot {
    margin: 0 0 14px;
    padding: 0;
    max-width: none;
}

.search-card-wrap > .ad-slot .ad-banner-frame {
    min-height: 72px;
    max-height: 120px;
}

.ad-format-strip {
    max-width: 100%;
    margin: 14px auto;
    padding: 0;
}

.ad-format-box {
    max-width: 100%;
    margin: 20px auto;
    padding: 0;
}

.site-hero .ad-text {
    background: rgba(255, 255, 255, .94);
    border-color: rgba(255, 255, 255, .2);
}

.ad-format-native,
.ad-slot-inline {
    margin: 10px 0 14px;
}

.ad-slot-inline .ad-native {
    box-shadow: var(--shadow-sm);
}

.ad-place-below_search,
.ad-place-hero_top,
.ad-place-results_top,
.ad-place-before_footer {
    max-width: 100%;
}

/* ---- حاشیه راست و چپ ---- */

.ad-rail {
    display: none;
}

.ad-rail-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100%;
}

.ad-rail-sticky-slot {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.ad-rail-item.is-sticky {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

.ad-rail-item.is-sticky.is-pinned-bottom {
    position: fixed;
    bottom: 12px;
    top: auto;
    z-index: 30;
    max-height: calc(100vh - 24px);
    overflow: auto;
}

.ad-rail-sticky-ph {
    flex: 0 0 auto;
    width: 100%;
    visibility: hidden;
    pointer-events: none;
}

.ad-rail .ad-banner-frame {
    min-height: 0;
    max-height: none;
    border-radius: var(--radius-sm);
}

.ad-rail .ad-banner-img {
    width: 100%;
    max-height: 600px;
    object-fit: contain;
}

.ad-rail .ad-text {
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    text-align: start;
}

.ad-rail .ad-native {
    grid-template-columns: 1fr;
    grid-template-areas:
        "label"
        "media"
        "body"
        "cta";
    padding: 10px;
}

.ad-rail .ad-native-img {
    width: 100%;
    height: 110px;
}

@media (min-width: 1280px) {
    /* بعد از نوار آبی هدر؛ ستون‌ها هم‌ارتفاع محتوا */
    .site-shell {
        display: grid;
        grid-template-columns: 168px minmax(0, 880px) 168px;
        justify-content: center;
        column-gap: 16px;
        align-items: stretch;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 12px 8px 0;
        box-sizing: border-box;
    }

    .site-core {
        min-width: 0;
    }

    .site-core > .container {
        margin-inline: 0;
        max-width: 100%;
    }

    .ad-rail {
        display: block;
        width: 168px;
        position: relative;
        z-index: 6;
        align-self: stretch;
    }

    .ad-rail.is-empty {
        visibility: hidden;
        pointer-events: none;
    }

    .ad-rail-right,
    .ad-rail-left {
        right: auto;
        left: auto;
    }
}

/* ---- بنر تصویری ---- */

.ad-banner {
    display: block;
    background: transparent;
}

.ad-banner-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(28, 37, 65, .03), transparent 40%),
        var(--surface);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}

.ad-format-leaderboard .ad-banner-frame {
    min-height: 90px;
    max-height: 140px;
}

.ad-format-box .ad-banner-frame {
    min-height: 120px;
    max-height: 280px;
}

.ad-banner-img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 140px;
    object-fit: contain;
    margin: 0 auto;
}

.ad-format-box .ad-banner-img {
    max-height: 280px;
}

.ad:hover .ad-banner-frame {
    border-color: color-mix(in srgb, var(--accent) 45%, var(--border));
}

/* ---- نوار متنی ---- */

.ad-text {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 11px 16px 11px 14px;
    text-align: start;
    background: color-mix(in srgb, var(--accent) 8%, var(--surface));
    border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--border));
    border-radius: var(--radius-sm);
}

.ad-text .ad-label {
    position: static;
    flex: none;
    margin-top: 3px;
}

.ad-text-main {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.ad-text-title {
    font-weight: 700;
    font-size: .92rem;
    color: var(--ink);
    line-height: 1.5;
}

.ad-text-body {
    font-size: .84rem;
    color: var(--ink-soft);
    line-height: 1.7;
}

.ad:hover .ad-text-title {
    color: var(--accent-dark);
}

/* ---- Native / کارت پیشنهادی ---- */

.ad-native {
    display: grid;
    grid-template-columns: 112px 1fr auto;
    grid-template-areas:
        "label label label"
        "media body cta";
    gap: 8px 14px;
    align-items: center;
    padding: 12px 14px;
    text-align: start;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}

.ad-native .ad-label {
    position: static;
    grid-area: label;
    justify-self: start;
}

.ad-native-media {
    grid-area: media;
    display: block;
    overflow: hidden;
    border-radius: var(--radius-sm);
    background: var(--paper);
}

.ad-native-img {
    display: block;
    width: 112px;
    height: 84px;
    object-fit: cover;
}

.ad-native-body {
    grid-area: body;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.ad-native-title {
    font-weight: 700;
    font-size: .95rem;
    color: var(--ink);
    line-height: 1.45;
}

.ad-native-text {
    font-size: .82rem;
    color: var(--ink-soft);
    line-height: 1.65;
}

.ad-native-cta {
    grid-area: cta;
    align-self: center;
    display: inline-flex;
    align-items: center;
    font-size: .78rem;
    font-weight: 700;
    white-space: nowrap;
    color: var(--accent-dark);
    background: color-mix(in srgb, var(--accent) 12%, #fff);
    border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent);
    padding: 7px 12px;
    border-radius: 999px;
}

.ad-native--text,
.ad-native:not(:has(.ad-native-media)) {
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "label label"
        "body cta";
}

.ad:hover .ad-native-title {
    color: var(--accent-dark);
}

/* ---- بنر چسبان موبایل ---- */

.ad-mobile-sticky,
.ad-format-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    max-width: none;
    margin: 0;
    padding: 8px 40px 8px 12px;
    background: var(--surface);
    border: 0;
    border-top: 1px solid var(--border);
    box-shadow: 0 -8px 24px rgba(28, 37, 65, .12);
}

.ad-format-sticky .ad-banner-frame {
    min-height: 0;
    max-height: 100px;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.ad-format-sticky .ad-banner-img {
    max-height: 84px;
}

.ad-sticky-close {
    position: absolute;
    top: 6px;
    inset-inline-end: 8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--ink-soft);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.ad-sticky-close:hover {
    background: var(--paper);
    color: var(--ink);
}

body.ad-sticky-open {
    padding-bottom: 110px;
}

/* ---- جایگاه‌های تزریقی نتایج ---- */

.ad-slot-between-sections {
    margin: 22px 0;
}

.ad-slot-inline {
    margin: 10px 0;
}

.ad-slot-inline .ad-native {
    text-align: start;
}

@media (max-width: 720px) {
    .ad-format-leaderboard,
    .ad-format-strip,
    .ad-format-box {
        padding: 0 12px;
        margin-block: 14px;
    }

    .ad-format-leaderboard .ad-banner-frame {
        min-height: 70px;
        max-height: 110px;
        border-radius: var(--radius-sm);
    }

    .ad-format-leaderboard .ad-banner-img {
        max-height: 110px;
    }

    .ad-native {
        grid-template-columns: 1fr;
        grid-template-areas:
            "label"
            "media"
            "body"
            "cta";
    }

    .ad-native-img {
        width: 100%;
        height: 140px;
    }

    .ad-native-cta {
        justify-self: start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ad,
    .ad-banner-frame,
    .ad-native-cta {
        transition: none;
    }
}

/* ===================== ناوبری مشترک ادمین ===================== */

.admin-nav {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 18px;
    flex-wrap: wrap;
}

.admin-nav a {
    font-size: .85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    padding: 7px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .06);
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}

.admin-nav a:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .4);
}

.admin-nav a.active {
    color: #1c2541;
    background: var(--accent);
    border-color: var(--accent);
}

.admin-nav-hint,
.admin-hint {
    margin: 0 0 14px;
    font-size: .85rem;
    color: var(--ink-soft);
}

/* ===================== میز کار تبلیغات ===================== */

.ads-admin.admin-wrap {
    max-width: 1080px;
}

.ads-desk {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.ads-panel {
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    padding: 20px 22px 22px;
}

.ads-panel h2 {
    margin: 0 0 6px;
    font-size: 1.05rem;
}

.ads-panel-lead {
    margin: 0 0 16px;
    font-size: .82rem;
    color: var(--ink-soft);
}

.ads-toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ads-toolbar .spacer {
    flex: 1;
}

.ads-kicker {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    color: var(--accent-dark);
    text-transform: uppercase;
}

/* ---- نقشهٔ صفحه ---- */

.ads-sitemap {
    display: grid;
    gap: 6px;
    padding: 14px;
    background:
        repeating-linear-gradient(180deg, rgba(28, 37, 65, .03) 0 1px, transparent 1px 18px),
        var(--paper);
    border: 1px dashed var(--border);
    border-radius: var(--radius-sm);
}

.ads-map-row {
    display: grid;
    grid-template-columns: 88px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 8px 10px;
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-radius: 8px;
    cursor: pointer;
    text-align: start;
    font-family: inherit;
    color: inherit;
    width: 100%;
}

.ads-map-row:hover,
.ads-map-row.is-active {
    border-color: color-mix(in srgb, var(--accent) 50%, var(--border));
}

.ads-map-row.is-off {
    opacity: .55;
}

.ads-map-group {
    font-size: .68rem;
    font-weight: 700;
    color: var(--ink-soft);
}

.ads-map-label {
    font-size: .82rem;
    font-weight: 600;
}

.ads-map-meta {
    font-size: .72rem;
    color: var(--ink-soft);
    display: flex;
    gap: 8px;
    align-items: center;
}

.ads-map-count {
    min-width: 1.6em;
    text-align: center;
    font-weight: 700;
    font-size: .72rem;
    background: color-mix(in srgb, var(--accent) 16%, #fff);
    color: var(--accent-dark);
    border-radius: 999px;
    padding: 1px 7px;
}

.ads-map-chrome {
    height: 28px;
    border-radius: 6px;
    background: linear-gradient(90deg, #223055, #131a30);
    opacity: .9;
    pointer-events: none;
}

.ads-map-search {
    height: 36px;
    border-radius: 8px;
    border: 1.5px solid var(--border);
    background: #fff;
    pointer-events: none;
}

/* ---- جایگاه‌ها ---- */

.ads-place-groups {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ads-place-group h3 {
    margin: 0 0 8px;
    font-size: .78rem;
    font-weight: 700;
    color: var(--ink-soft);
}

.placement-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 16px;
    align-items: center;
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-sm);
    padding: 12px 14px;
    margin-bottom: 8px;
    background: var(--paper);
}

.placement-title {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: .92rem;
}

.placement-kind,
.placement-scope {
    font-size: .68rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 999px;
}

.placement-kind-banner {
    color: var(--c-international, #6b4fa0);
    background: color-mix(in srgb, var(--c-international, #6b4fa0) 14%, #fff);
}

.placement-kind-text {
    color: var(--accent-dark);
    background: color-mix(in srgb, var(--accent) 16%, #fff);
}

.placement-scope {
    color: var(--ink-soft);
    background: var(--surface);
    border: 1px solid var(--border);
}

.placement-desc {
    grid-column: 1 / -1;
    font-size: .78rem;
    color: var(--ink-soft);
}

.placement-sizes {
    grid-column: 1 / -1;
    font-size: .75rem;
    color: var(--ink-soft);
}

.placement-sizes code {
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: .72rem;
    font-weight: 600;
    color: var(--accent-dark);
    background: color-mix(in srgb, var(--accent) 10%, #fff);
    border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent);
    padding: 1px 6px;
    border-radius: 6px;
    margin-inline-end: 4px;
}

.placement-opts {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.placement-enabled,
.placement-random,
.placement-max {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .8rem;
    color: var(--ink-soft);
    cursor: pointer;
    user-select: none;
}

.placement-max input {
    width: 56px;
    font-family: inherit;
    font-size: .85rem;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    padding: 5px 7px;
    background: var(--surface);
    color: var(--ink);
    outline: none;
}

.placement-max input:focus {
    border-color: var(--accent);
}

/* ---- فیلتر تبلیغ‌ها ---- */

.ads-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}

.ads-filter {
    font-family: inherit;
    font-size: .78rem;
    font-weight: 600;
    border: 1px solid var(--border);
    background: var(--paper);
    color: var(--ink-soft);
    border-radius: 999px;
    padding: 5px 12px;
    cursor: pointer;
}

.ads-filter.is-active {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink);
}

/* ---- ویرایشگر تبلیغ ---- */

.ad-editor {
    border: 1px solid var(--border-soft);
    border-radius: var(--radius);
    background: var(--surface);
    margin-bottom: 12px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.ad-editor.is-dirty {
    border-color: color-mix(in srgb, var(--accent) 55%, var(--border));
}

.ad-editor-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: var(--paper);
    border-bottom: 1px dashed var(--border);
}

.ad-editor.is-collapsed .ad-editor-head {
    border-bottom: 0;
}

.ad-editor.is-collapsed .ad-editor-body,
.ad-editor.is-collapsed .ad-card-foot {
    display: none;
}

.ad-editor-toggle {
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: var(--ink-soft);
    cursor: pointer;
    font-size: 14px;
}

.ad-editor-id {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ad-card-title-view {
    font-size: .92rem;
}

.ad-editor-place-label {
    font-size: .72rem;
    color: var(--ink-soft);
}

.ad-status-badge {
    font-size: .68rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 999px;
}

.ad-status-live { color: #1f7a5c; background: color-mix(in srgb, #1f7a5c 14%, #fff); }
.ad-status-off { color: var(--ink-soft); background: var(--surface); border: 1px solid var(--border); }
.ad-status-scheduled { color: #2c5f8a; background: color-mix(in srgb, #2c5f8a 14%, #fff); }
.ad-status-expired { color: #a4302a; background: color-mix(in srgb, #a4302a 12%, #fff); }
.ad-status-capped { color: #8a6423; background: color-mix(in srgb, #8a6423 14%, #fff); }
.ad-status-incomplete { color: #b0492f; background: color-mix(in srgb, #b0492f 14%, #fff); }

.ad-card-enabled {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .8rem;
    color: var(--ink-soft);
    cursor: pointer;
}

.ad-delete-btn {
    font-family: inherit;
    font-size: .78rem;
    font-weight: 600;
    color: #a4302a;
    background: none;
    border: 1.5px solid color-mix(in srgb, #a4302a 40%, var(--border));
    border-radius: 8px;
    padding: 5px 10px;
    cursor: pointer;
}

.ad-delete-btn:hover {
    background: color-mix(in srgb, #a4302a 10%, #fff);
}

.ad-editor-body {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(240px, .85fr);
    gap: 18px;
    padding: 16px;
}

.ad-editor-fields {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ad-live-preview {
    min-height: 90px;
    padding: 10px;
    background: var(--paper);
    border: 1px dashed var(--border);
    border-radius: var(--radius-sm);
}

.ad-preview-kicker {
    margin: 0 0 8px;
    font-size: .72rem;
    font-weight: 700;
    color: var(--ink-soft);
}

.ad-size-hint {
    margin: 8px 0 0;
    font-size: .75rem;
    color: var(--ink-soft);
}

.ad-stats-row {
    margin-top: 10px;
    display: flex;
    gap: 14px;
    font-size: .78rem;
    color: var(--ink-soft);
}

.ad-stats-row strong {
    color: var(--ink);
    font-weight: 700;
}

.ad-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: .78rem;
    color: var(--ink-soft);
}

.ad-field input,
.ad-field textarea,
.ad-field select {
    font-family: inherit;
    font-size: .9rem;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 8px 11px;
    background: var(--paper);
    color: var(--ink);
    outline: none;
    width: 100%;
}

.ad-field textarea { resize: vertical; }

.ad-field input:focus,
.ad-field textarea:focus,
.ad-field select:focus {
    border-color: var(--accent);
    background: var(--surface);
}

.ad-field-inline {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}

.ad-field-inline > label {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1 1 150px;
    font-size: .78rem;
    color: var(--ink-soft);
}

.ad-card-foot {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 0 16px 16px;
}

.ad-save-btn {
    font-family: inherit;
    font-size: .85rem;
    font-weight: 600;
    border-radius: 10px;
    padding: 8px 18px;
    border: 1.5px solid var(--ink);
    background: var(--ink);
    color: #fff;
    cursor: pointer;
}

.ad-save-btn:hover { background: #101a30; }

.ad-save-msg {
    font-size: .8rem;
    color: var(--ink-soft);
    min-height: 1em;
}

.ad-upload-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ad-upload-file {
    font-family: inherit;
    font-size: .82rem;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 7px 10px;
    background: var(--paper);
    color: var(--ink);
    flex: 1 1 180px;
}

.ad-upload-btn {
    font-family: inherit;
    font-size: .82rem;
    font-weight: 600;
    border-radius: 10px;
    padding: 8px 14px;
    border: 1.5px solid var(--ink);
    background: var(--ink);
    color: #fff;
    cursor: pointer;
}

.ad-upload-preview {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ad-preview-img {
    max-width: 180px;
    max-height: 90px;
    object-fit: contain;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    background: #fff;
}

.ad-media-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.ad-media-item-wrap {
    position: relative;
    display: inline-block;
}

.ad-media-item {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid transparent;
    cursor: pointer;
}

.ad-media-item:hover,
.ad-media-selected {
    border-color: var(--accent);
}

.ad-media-del,
.ad-preview-del {
    position: absolute;
    top: -6px;
    inset-inline-end: -6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #c03030;
    background: #fff;
    color: #a4302a;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.ad-preview-del {
    position: static;
    width: 24px;
    height: 24px;
    font-size: 16px;
}

.ads-empty {
    margin: 0;
    padding: 28px 16px;
    text-align: center;
    color: var(--ink-soft);
    border: 1px dashed var(--border);
    border-radius: var(--radius-sm);
    background: var(--paper);
}

@media (max-width: 860px) {
    .ad-editor-body {
        grid-template-columns: 1fr;
    }

    .placement-row {
        grid-template-columns: 1fr;
    }
}
