/* =========================
   PHOTOSWIPE VIEWER
========================= */

.pswp {
    --pswp-bg: rgba(0, 0, 0, 0.96);
    --pswp-icon-color: #fff;
    --pswp-icon-color-secondary: rgba(0, 0, 0, 0.7);
}

.pswp__top-bar {
    padding-top: env(safe-area-inset-top, 0);
}

.pswp__button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
}

/* =========================
   AD SLIDE
========================= */

.c-gallery-ad-slide {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 1.5rem;
    color: #fff;
}

.c-gallery-ad-slide__content {
    display: grid;
    gap: 1rem;
    justify-items: center;
}

.c-gallery-ad-slide__label {
    color: #b6b6b6;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.c-gallery-ad-slide__placeholder {
    width: min(300px, calc(100vw - 3rem));
    min-height: 250px;
    display: grid;
    place-items: center;
    border: 1px solid #666;
    background: #242424;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.pswp__gex-caption {
    position: absolute;
    z-index: 10;
    bottom: 24px;
    left: 50%;
    width: calc(100% - 48px);
    max-width: 760px;
    padding: 12px 16px;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
    background: rgba(0, 0, 0, 0.72);
}

.pswp__gex-caption[hidden] {
    display: none;
}

@media (max-width: 767px) {
    .pswp__gex-caption {
        bottom: 16px;
        width: calc(100% - 32px);
        padding: 10px 12px;
        font-size: 13px;
    }
}