html body .pd-cookie-banner {
    background: #ffffff !important;
    border: 2px solid #111111 !important;
    border-radius: 4px !important;
    bottom: auto !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28) !important;
    color: #003a70 !important;
    font-size: 14px !important;
    left: 50% !important;
    line-height: 1.5 !important;
    max-width: 880px !important;
    min-height: 0 !important;
    overflow: visible !important;
    position: fixed !important;
    right: auto !important;
    top: 36px !important;
    transform: translateX(-50%) !important;
    width: calc(100vw - 32px) !important;
    z-index: 9999 !important;
}

html body .pd-cookie-banner__inner {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 18px !important;
    margin: 0 !important;
    max-width: none !important;
    padding: 44px 38px 26px !important;
    position: relative !important;
    width: auto !important;
}

html body .pd-cookie-banner__close {
    background: transparent !important;
    border: 0 !important;
    color: #555555 !important;
    cursor: pointer !important;
    font-size: 22px !important;
    line-height: 1 !important;
    padding: 0 !important;
    position: absolute !important;
    right: 24px !important;
    top: 18px !important;
}

html body .pd-cookie-banner__message {
    color: #003a70 !important;
    display: block !important;
    flex: 1 1 100% !important;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    padding-right: 28px !important;
    white-space: normal !important;
}

html body .pd-cookie-banner__policy-link {
    color: #005eb8 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}

html body .pd-cookie-banner__actions {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 22px !important;
    justify-content: space-between !important;
    width: 100% !important;
}

html body .pd-cookie-banner__btn,
html body .pd-cookie-modal__btn {
    border-radius: 0 !important;
    box-shadow: none !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    min-width: 164px !important;
    padding: 14px 18px !important;
    text-align: center !important;
    text-transform: none !important;
}

html body .pd-cookie-banner__btn--outline,
html body .pd-cookie-modal__btn--outline {
    background: #ffffff !important;
    border: 1px solid #003a70 !important;
    color: #003a70 !important;
}

html body .pd-cookie-banner__btn--secondary,
html body .pd-cookie-banner__btn--primary,
html body .pd-cookie-modal__btn--secondary,
html body .pd-cookie-modal__btn--primary {
    background: #1f4a78 !important;
    border: 1px solid #1f4a78 !important;
    color: #ffffff !important;
}

.pd-cookie-banner__btn:hover,
.pd-cookie-modal__btn:hover {
    opacity: 0.9;
}

.pd-cookie-modal-open {
    overflow: hidden;
}

.pd-cookie-modal {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}

.pd-cookie-modal__overlay {
    background: rgba(0, 0, 0, 0.55);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.pd-cookie-modal__dialog {
    background: #ffffff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    color: #003a70;
    max-height: 90vh;
    max-width: 560px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 32px);
}

.pd-cookie-modal__header,
.pd-cookie-modal__footer {
    align-items: center;
    border-bottom: 1px solid #dde3ef;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 18px 24px;
}

.pd-cookie-modal__footer {
    border-bottom: 0;
    border-top: 1px solid #dde3ef;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.pd-cookie-modal__title {
    color: #003a70;
    font-size: 20px;
    margin: 0;
}

.pd-cookie-modal__close {
    background: transparent;
    border: 0;
    color: #555555;
    cursor: pointer;
    font-size: 20px;
}

.pd-cookie-modal__body {
    max-height: 60vh;
    overflow-y: auto;
    padding: 20px 24px;
}

.pd-cookie-modal__intro,
.pd-cookie-modal__category-desc {
    color: #4a5568;
    line-height: 1.5;
}

.pd-cookie-modal__category {
    border-bottom: 1px solid #dde3ef;
    padding: 16px 0;
}

.pd-cookie-modal__category-header {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.pd-cookie-modal__category-label {
    color: #003a70;
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
}

.pd-cookie-modal__toggle-input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.pd-cookie-modal__toggle-track {
    background: #b0b8c9;
    border-radius: 12px;
    display: inline-block;
    height: 24px;
    position: relative;
    transition: background 0.2s ease;
    width: 44px;
}

.pd-cookie-modal__toggle-track::after {
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    content: "";
    height: 18px;
    left: 3px;
    position: absolute;
    top: 3px;
    transition: transform 0.2s ease;
    width: 18px;
}

.pd-cookie-modal__toggle-input:checked + .pd-cookie-modal__toggle-label .pd-cookie-modal__toggle-track {
    background: #1f4a78;
}

.pd-cookie-modal__toggle-input:checked + .pd-cookie-modal__toggle-label .pd-cookie-modal__toggle-track::after {
    transform: translateX(20px);
}

.pd-sr-only {
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

@media (max-width: 767px) {
    html body .pd-cookie-banner {
        top: 16px !important;
    }

    html body .pd-cookie-banner__inner {
        padding: 40px 20px 20px !important;
    }

    html body .pd-cookie-banner__actions,
    html body .pd-cookie-modal__footer {
        flex-direction: column !important;
    }

    html body .pd-cookie-banner__btn,
    html body .pd-cookie-modal__btn {
        width: 100% !important;
    }
}

/* ============================================================
   Policy Page Styles — .pd-policy-content
   ============================================================ */

.pd-policy-content {
    color: #333333;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 860px;
    padding: 0 16px 48px;
}

.pd-policy-meta {
    color: #555555;
    font-size: 14px;
    margin-bottom: 28px;
}

/* Headings */
.pd-policy-content h1 {
    border-bottom: 2px solid #003a70;
    color: #003a70;
    font-size: 22px;
    font-weight: 700;
    margin: 40px 0 16px;
    padding-bottom: 8px;
}

.pd-policy-content h2 {
    color: #1f4a78;
    font-size: 17px;
    font-weight: 700;
    margin: 28px 0 10px;
}

.pd-policy-content h3 {
    color: #003a70;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    margin: 20px 0 8px;
}

/* Paragraphs and lists */
.pd-policy-content p {
    margin: 0 0 14px;
}

.pd-policy-content ul,
.pd-policy-content ol {
    margin: 0 0 16px 20px;
    padding: 0;
}

.pd-policy-content li {
    margin-bottom: 8px;
}

.pd-policy-content ul ul,
.pd-policy-content ol ol,
.pd-policy-content ul ol,
.pd-policy-content ol ul {
    margin: 8px 0 8px 20px;
}

/* Table of contents */
.pd-policy-toc {
    background: #f4f7fb;
    border: 1px solid #c8d6e8;
    border-radius: 4px;
    margin: 0 0 36px;
    padding: 20px 24px;
}

.pd-policy-toc h2 {
    border: 0;
    color: #003a70;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
    padding: 0;
}

.pd-policy-toc ul {
    column-count: 2;
    column-gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pd-policy-toc li {
    break-inside: avoid;
    margin-bottom: 6px;
}

.pd-policy-toc a {
    color: #1f4a78;
    font-size: 14px;
    text-decoration: underline;
}

.pd-policy-toc a:hover {
    color: #003a70;
}

/* Tables */
.pd-policy-table-wrap {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin: 16px 0 24px;
}

.pd-policy-content table {
    border-collapse: collapse;
    font-size: 13px;
    min-width: 600px;
    width: 100%;
}

.pd-policy-content table th,
.pd-policy-content table td {
    border: 1px solid #c8d6e8;
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
}

.pd-policy-content table thead th {
    background: #003a70;
    color: #ffffff;
    font-weight: 700;
}

.pd-policy-content table tbody tr:nth-child(even) td {
    background: #f4f7fb;
}

/* Scroll offset for fixed header overlap */
.pd-policy-content h1[id],
.pd-policy-content h2[id],
.pd-policy-content h3[id] {
    scroll-margin-top: 80px;
}

/* Mobile */
@media (max-width: 767px) {
    .pd-policy-content {
        font-size: 14px;
        padding: 0 8px 32px;
    }

    .pd-policy-content h1 {
        font-size: 18px;
    }

    .pd-policy-content h2 {
        font-size: 15px;
    }

    .pd-policy-toc ul {
        column-count: 1;
    }

    .pd-policy-content table {
        font-size: 12px;
    }
}
