.privacy-notice {
    margin-top: 1.25rem;
    padding: 0.875rem 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.75rem;
    line-height: 1.55;
    color: #64748b;
    text-align: left;
}

.privacy-notice a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

.privacy-notice a:hover {
    text-decoration: underline;
}

.consent-group {
    margin-top: 1rem;
    text-align: left;
}

.consent-group label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #64748b;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400;
    cursor: pointer;
}

.consent-group input[type="checkbox"] {
    width: auto;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.consent-group a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

.consent-group a:hover {
    text-decoration: underline;
}

.legal-footer-links {
    margin-top: 1rem;
    font-size: 0.75rem;
    color: #64748b;
}

.legal-footer-links a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

.legal-footer-links a:hover {
    text-decoration: underline;
}
