.youtube-consent-wrapper {
    width: 100%;
}
.youtube-consent-wrapper.youtube-consent-loaded {
    /* After loading, let the iframe take natural space */
}

.youtube-consent-wrapper.youtube-consent-loaded iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.youtube-consent-placeholder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
    color: #fff;
    overflow: hidden;
}

.youtube-consent-placeholder-inner {
    text-align: center;
    padding: 2rem;
    max-width: 480px;
}

.youtube-consent-placeholder-inner svg {
    display: block;
    margin: 0 auto 1rem;
    opacity: 0.6;
}

.youtube-consent-placeholder-inner p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 0 1.25rem;
    color: #ccc;
}

.youtube-consent-placeholder-inner a {
    color: #7ab8ff;
    text-decoration: underline;
}

.youtube-consent-btn {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    background: #c00;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.2s;
}

.youtube-consent-btn:hover {
    background: #e00;
}
