.wr-prom-quick-preview {
    -webkit-appearance: none;
    appearance: none;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: 0.65rem 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: currentColor;
    font: inherit;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.wr-prom-quick-preview:hover,
.wr-prom-quick-preview:focus-visible {
    text-decoration: underline;
}

.wr-prom-quick-preview:focus-visible {
    outline: 1px solid currentColor;
    outline-offset: 3px;
}

.wr-prom-lightbox[hidden] {
    display: none !important;
}

.wr-prom-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(16px, 4vw, 48px);
}

.wr-prom-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.84);
}

.wr-prom-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 1120px);
}

.wr-prom-lightbox__focus-sentinel {
    position: fixed;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.wr-prom-lightbox__media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.wr-prom-lightbox__iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.wr-prom-lightbox__close {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    right: 0;
    bottom: calc(100% + 12px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.wr-prom-lightbox__close:hover,
.wr-prom-lightbox__close:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    outline: none;
}

body.wr-prom-lightbox-open {
    overflow: hidden;
}

@media (max-width: 640px) {
    .wr-prom-lightbox {
        align-items: center;
        padding: 52px 16px 24px;
    }

    .wr-prom-lightbox__close {
        right: 0;
        bottom: calc(100% + 10px);
    }
}
