.youtube-consent-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 250px;
    border: 1px solid #d5d5d5;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: background .2s ease;
}

.youtube-consent-placeholder:hover {
    background: #eeeeee;
}

.youtube-consent-placeholder-inner {
    padding: 30px;
    color: #555;
    font-size: 16px;
    line-height: 1.5;
}

.youtube-consent-placeholder-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 15px;
    border: 2px solid #777;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #555;
}

.youtube-consent-placeholder-text {
    font-weight: 500;
}