.lr-kinescope-video {
    position: relative;
    width: 100%;
    aspect-ratio: var(--lr-ks-ratio, 16 / 9);
    overflow: hidden;
    background: #000;
}

.lr-kinescope-video iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.lr-kinescope-video--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    padding: 24px;
    color: #fff;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
        #111827;
}

.lr-kinescope-video__placeholder-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 520px;
    line-height: 1.35;
}

.lr-kinescope-video__placeholder-inner strong {
    font-size: 16px;
}

.lr-kinescope-video__placeholder-inner span {
    opacity: 0.82;
}

.lr-kinescope-video__placeholder-inner code {
    display: inline-block;
    max-width: 100%;
    padding: 4px 8px;
    overflow-wrap: anywhere;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 6px;
}
