.yt-consent {
    display: block;
    width: 100%;
    max-width: none;
    aspect-ratio: 16 / 9;
}

.yt-consent iframe,
.yt-consent__placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 0;
}

.yt-consent iframe {
    display: block;
}

.yt-consent__placeholder {
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    background: #f1f1f1;
    color: #222;
    text-align: center;
}

.yt-consent__play svg {
    width: 3rem;
    max-width: 18vw;
    height: auto;
    fill: currentColor;
}

.yt-consent__text {
    max-width: 42rem;
    font-size: 0.95rem;
    line-height: 1.45;
}

.yt-consent__text a {
    color: inherit;
    text-decoration: underline;
}