.youtube-consent-placeholder {
    align-items: center;
    aspect-ratio: 16 / 9;
    background: #555;
    color: #fff;
    display: flex;
    justify-content: center;
    margin: 0.5em 0 1em;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: min(100%, 560px);
}

.youtube-consent-placeholder[hidden] {
    display: none;
}

.youtube-consent-placeholder__backdrop {
    background-position: center;
    background-size: cover;
    filter: grayscale(1);
    inset: 0;
    opacity: 0.45;
    position: absolute;
}

.youtube-consent-placeholder__backdrop::after {
    background: rgba(0, 0, 0, 0.45);
    content: "";
    inset: 0;
    position: absolute;
}

.youtube-consent-placeholder__panel {
    max-width: 430px;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}

.youtube-consent-placeholder__eyebrow {
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.youtube-consent-placeholder__text {
    font-size: 0.9rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
}

.youtube-consent-placeholder__button {
    background: rgb(91, 138, 164);
    border: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    padding: 0.45rem 0.8rem;
}

.youtube-consent-placeholder__button:hover,
.youtube-consent-placeholder__button:focus {
    background: #707070;
}