/* Base Container for the Privacy Policy text */
.cky-policy-container,
[id^="cky-policy"] {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333333;
}

/* Style the primary and secondary headings */
.cky-policy-container h1 {
    font-size: 2.25rem;
    color: #111111;
    margin-bottom: 24px;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 10px;
}

.cky-policy-container h2 {
    font-size: 1.5rem;
    color: #222222;
    margin-top: 32px;
    margin-bottom: 16px;
}

.cky-policy-container h3 {
    font-size: 1.2rem;
    color: #444444;
    margin-top: 24px;
}

/* Style paragraphs and lists */
.cky-policy-container p {
    margin-bottom: 16px;
}

.cky-policy-container ul,
.cky-policy-container ol {
    margin-left: 20px;
    margin-bottom: 16px;
}

.cky-policy-container li {
    margin-bottom: 8px;
}

/* Style hyperlinks embedded in the text */
.cky-policy-container a {
    color: #0066cc;
    text-decoration: underline;
}

.cky-policy-container a:hover {
    color: #004499;
}

/* Cookie policy stles */
/* Container Layout */
.legal-page-container {
    max-width: 850px;
    margin: 50px auto;
    padding: 0 20px;
    font-family: system-ui, -apple-system, sans-serif;
    color: #2d3748;
    line-height: 1.7;
}

/* Typography Elements Injected by CookieYes */
.legal-page-container h1 {
    font-size: 2.5rem;
    color: #1a202c;
    margin-bottom: 1.5rem;
}

.legal-page-container h2 {
    font-size: 1.75rem;
    color: #2d3748;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.legal-page-container p {
    margin-bottom: 1.25rem;
}

/* Styling the Cookie Audit Table Injected by CookieYes */
.legal-page-container table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-size: 0.95rem;
    text-align: left;
}

.legal-page-container th {
    background-color: #f7fafc;
    color: #4a5568;
    font-weight: 600;
    padding: 12px 16px;
    border-bottom: 2px solid #e2e8f0;
}

.legal-page-container td {
    padding: 12px 16px;
    border-bottom: 1px solid #edf2f7;
    color: #4a5568;
}

/* Make table responsive on small screens */
@media (max-width: 600px) {
    .legal-page-container table {
        display: block;
        overflow-x: auto;
    }
}