/* WBCC Cookie Policy */

.cookie-policy-main {
    padding: 3rem 1rem 4rem;
}

.cookie-policy-wrap {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.cookie-policy-heading {
    margin-bottom: 2rem;
}

.cookie-policy-heading h1 {
    margin: 0.5rem 0 0;
    color: #1E293B;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
}

.cookie-policy-heading p {
    margin: 0.75rem 0 0;
    color: #64748b;
}

.cookie-policy-card {
    margin-bottom: 1rem;
    padding: 1.6rem 1.75rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0.9rem;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.cookie-policy-card h2 {
    margin: 0 0 0.85rem;
    color: #1E293B;
    font-size: 1.25rem;
    font-weight: 700;
}

.cookie-policy-card p {
    margin: 0;
    color: #475569;
    line-height: 1.7;
}

.cookie-policy-card p + p {
    margin-top: 0.9rem;
}

.cookie-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 680px;
}

.cookie-table th,
.cookie-table td {
    padding: 0.8rem 0.75rem;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
    vertical-align: top;
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.5;
}

.cookie-table th {
    color: #1E293B;
    font-weight: 700;
    background: #f8fafc;
}

.cookie-table code {
    color: #1E293B;
    font-weight: 600;
}

.cookie-policy-back {
    margin-top: 1.5rem;
    text-align: center;
}

.cookie-policy-back a,
.cookie-footer-link a {
    color: #F97316;
    font-weight: 600;
    text-decoration: none;
}

.cookie-policy-back a:hover,
.cookie-footer-link a:hover {
    text-decoration: underline;
}

.cookie-footer-link {
    margin-top: 0.75rem;
    font-size: 0.875rem;
}

/* YouTube click-to-load notice */

.youtube-media-notice {
    margin-top: 1rem;
    padding: 1rem 1.1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    color: #475569;
    line-height: 1.55;
}

.youtube-media-notice p {
    margin: 0;
}

.youtube-media-notice-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    margin-top: 0.85rem;
}

.youtube-media-load {
    appearance: none;
    border: 0;
    border-radius: 0.55rem;
    padding: 0.7rem 1rem;
    background: #F97316;
    color: #ffffff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.youtube-media-load:hover {
    filter: brightness(0.96);
}

.youtube-media-policy-link {
    color: #F97316;
    font-weight: 600;
    text-decoration: none;
}

.youtube-media-policy-link:hover {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .cookie-policy-main {
        padding: 2rem 1rem 3rem;
    }

    .cookie-policy-heading h1 {
        font-size: 1.9rem;
    }

    .cookie-policy-card {
        padding: 1.25rem;
    }
}
