/* ============================================================
   policy.css — styles for policy.html
   ============================================================ */

/* Base */
* {
    font-family: 'Poppins', sans-serif !important;
}

body {
    margin-top: 70px;
}

/* Table */
table {
    width: 100%;
    border-collapse: collapse;
}

table td {
    padding: 6px 10px !important;
}

/* ── Typography classes ── */

/* Document title: "Privacy Policy" / "Terms of use" (32px, centred) */
p.doc-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 16px;
}

/* Version / date line aligned right */
p.doc-version {
    text-align: right;
    font-size: 18px;
    margin-top: auto;
    margin-bottom: auto;
}

/* Section headings: 27px bold (Privacy Policy sections) */
p.section-heading {
    font-size: 27px;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.3em;
}

/* Body text paragraphs */
p.body-text {
    font-size: 18px;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

/* Indented bullet/dash list items (Privacy Policy TOC & body) */
p.list-item {
    font-size: 18px;
    padding-left: 2em;
    text-indent: -0.8em;
    margin-top: 0;
    margin-bottom: 0;
}

/* Table cell paragraphs (centred header cells) */
p.cell-center {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

/* Table cell paragraphs (normal body cells) */
p.cell-body {
    margin-top: auto;
    margin-bottom: auto;
}

/* Terms of Use body paragraphs */
p.terms-body {
    font-size: 18px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0.4em;
    color: #101820;
}

/* Terms of Use list items */
p.terms-list-item {
    font-size: 18px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2em;
    text-indent: -0.8em;
    color: #101820;
}

/* h4 subheadings (Terms of Use numbered sections) */
h4 {
    margin-top: 11px !important;
    margin-bottom: 5px !important;
    font-size: 27px !important;
    font-weight: bold !important;
    color: #101820;
}

/* Highlighted email address in Terms footer */
.contact-email {
    font-size: 18px;
    color: #1256FB;
}

/* Navigation links at very top */
p.nav-link {
    font-size: 19px;
    font-weight: bold;
}
