.--index-h3-side-block {
}
.--index-h3-side-block h3 {
}

.--index-h3-side-block h4 {
    font-size: 0.8em;
}

/* ========================================
   Privacy Page Styles
   ======================================== */
.privacy-last-updated {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    width: 100%;
}
.privacy-page-wrapper {
    color: var(--bringer-body-text-color, #a0a0a0);
    font-size: 1rem;
    line-height: 1.8;
}

/* Hide duplicate title and subtitle (already in page header) */
.privacy-page-wrapper .--title,
.privacy-page-wrapper .--subtitle {
    display: none;
}

/* Sections */
.privacy-page-wrapper .--section {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.privacy-page-wrapper .--section:last-of-type {
    border-bottom: none;
}

/* Main Headings (h2) */
.privacy-page-wrapper .--heading {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--bringer-accent-color, #fff);
    margin-bottom: 1rem;
    margin-top: 0;
    letter-spacing: -0.02em;
}

/* Subheadings (h3) */
.privacy-page-wrapper .--subheading {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--bringer-body-text-color, #c0c0c0);
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

/* Paragraphs */
.privacy-page-wrapper p {
    margin-bottom: 1rem;
    text-align: left;
}

/* Lists */
.privacy-page-wrapper .--list {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    padding-left: 0;
}

.privacy-page-wrapper .--list li {
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
}

/* Nested lists */
.privacy-page-wrapper .--list.--nested {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
}

.privacy-page-wrapper .--list.--nested li {
    margin-bottom: 0.25rem;
}

/* Links */
.privacy-page-wrapper a {
    color: var(--bringer-accent-color, #fff);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: opacity 0.2s ease;
}

.privacy-page-wrapper a:hover {
    opacity: 0.7;
}

/* Strong text */
.privacy-page-wrapper strong {
    color: var(--bringer-accent-color, #fff);
    font-weight: 600;
}

/* Footer note */
.privacy-page-wrapper .--footer {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    font-style: italic;
    opacity: 0.7;
}

/* ========================================
   Cookie Policy Page Styles
   ======================================== */
.cookie-policy-last-updated {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    width: 100%;
}

.cookie-policy-page-wrapper {
    color: var(--bringer-body-text-color, #a0a0a0);
    font-size: 1rem;
    line-height: 1.8;
}

/* Hide duplicate title and subtitle (already in page header) */
.cookie-policy-page-wrapper .--title,
.cookie-policy-page-wrapper .--subtitle {
    display: none;
}

/* Sections */
.cookie-policy-page-wrapper .--section {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cookie-policy-page-wrapper .--section:last-of-type {
    border-bottom: none;
}

/* Main Headings (h2) */
.cookie-policy-page-wrapper .--heading {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--bringer-accent-color, #fff);
    margin-bottom: 1rem;
    margin-top: 0;
    letter-spacing: -0.02em;
}

/* Subheadings (h3) */
.cookie-policy-page-wrapper .--subheading {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--bringer-body-text-color, #c0c0c0);
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

/* Paragraphs */
.cookie-policy-page-wrapper p {
    margin-bottom: 1rem;
    text-align: left;
}

/* Lists */
.cookie-policy-page-wrapper .--list {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    padding-left: 0;
}

.cookie-policy-page-wrapper .--list li {
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
}

/* Links */
.cookie-policy-page-wrapper a {
    color: var(--bringer-accent-color, #fff);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: opacity 0.2s ease;
}

.cookie-policy-page-wrapper a:hover {
    opacity: 0.7;
}

/* Strong text */
.cookie-policy-page-wrapper strong {
    color: var(--bringer-accent-color, #fff);
    font-weight: 600;
}

/* Tables */
.cookie-policy-page-wrapper .--table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.95rem;
}

.cookie-policy-page-wrapper .--table th,
.cookie-policy-page-wrapper .--table td {
    padding: 1rem;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: top;
}

.cookie-policy-page-wrapper .--table thead th {
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--bringer-accent-color, #fff);
    font-weight: 600;
}

.cookie-policy-page-wrapper .--table tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.02);
}

.cookie-policy-page-wrapper .--table td:first-child {
    width: 30%;
    white-space: nowrap;
}

/* Footer note */
.cookie-policy-page-wrapper .--footer {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    font-style: italic;
    opacity: 0.7;
}

/* Responsive table for mobile */
@media (max-width: 768px) {
    .cookie-policy-page-wrapper .--table {
        font-size: 0.85rem;
    }

    .cookie-policy-page-wrapper .--table th,
    .cookie-policy-page-wrapper .--table td {
        padding: 0.75rem;
    }

    .cookie-policy-page-wrapper .--table td:first-child {
        width: auto;
        white-space: normal;
    }
}
