/* SK-Synergie YouTube Consent Block V1 */
.sk-youtube-consent-box {
    width: 100%;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    background: #f5f7fa;
    border: 1px solid #d9e1ea;
    border-radius: 16px;
    overflow: hidden;
    margin: 24px 0;
    box-shadow: 0 10px 28px rgba(10, 26, 47, 0.08);
}

.sk-youtube-placeholder {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 28px;
    color: #0A1A2F;
}

.sk-youtube-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #0052A1;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 16px;
    padding-left: 3px;
}

.sk-youtube-placeholder strong {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 10px;
}

.sk-youtube-placeholder p {
    max-width: 600px;
    margin: 0 0 18px 0;
    color: #4b5563;
    line-height: 1.55;
}

.sk-youtube-consent-btn {
    background: #0052A1;
    color: #ffffff;
    border: 0;
    border-radius: 10px;
    padding: 12px 18px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0, 82, 161, 0.20);
}

.sk-youtube-consent-btn:hover {
    background: #003f7d;
}

.sk-youtube-consent-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

@media (max-width: 600px) {
    .sk-youtube-placeholder {
        padding: 18px;
    }

    .sk-youtube-icon {
        width: 46px;
        height: 46px;
        font-size: 20px;
        margin-bottom: 12px;
    }

    .sk-youtube-placeholder strong {
        font-size: 18px;
    }

    .sk-youtube-placeholder p {
        font-size: 14px;
    }
}
