.pds-legal-footer-links {
    margin-top: 8px;
    font-size: 12px;
}
.pds-legal-footer-links a {
    color: inherit;
    text-decoration: none;
    opacity: 0.75;
}
.pds-legal-footer-links a:hover { opacity: 1; text-decoration: underline; }

.pds-legal-consent {
    font-size: 13px;
    color: #6b7280;
    margin: 8px 0 4px;
}
.pds-legal-consent label { display: flex; align-items: flex-start; gap: 8px; }
.pds-legal-consent input[type="checkbox"] { margin-top: 3px; }
.pds-legal-consent a { color: #1a44d4; }

.pds-legal-page {
    max-width: 760px;
    margin: 0 auto;
    padding: 20px 0 40px;
}
.pds-legal-page h1 { font-size: 28px; margin-bottom: 24px; }
.pds-legal-page h2 { font-size: 19px; margin-top: 28px; margin-bottom: 10px; color: #1f2430; }
.pds-legal-page p { line-height: 1.7; color: #374151; margin-bottom: 14px; }
.pds-legal-page ul { margin: 0 0 14px 20px; line-height: 1.7; color: #374151; }
.pds-legal-page a { color: #1a44d4; }
