:root {
    --aid-reading-navy: #08101f;
    --aid-reading-blue: #235ff5;
    --aid-reading-text: #27364e;
    --aid-reading-muted: #667085;
    --aid-reading-line: #d9e0ea;
    --aid-reading-panel: #f4f7fb;
}

/* Shared reader typography for news, articles and guides. */
.aid-editorial-body,
.aid-single-guide .entry-content {
    color: var(--aid-reading-text);
    font-family: Inter, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.75;
}

.aid-editorial-body p,
.aid-single-guide .entry-content p {
    margin: 0 0 1.45em;
}

.aid-editorial-body h2,
.aid-editorial-body h3,
.aid-editorial-body h4,
.aid-single-guide .entry-content h2,
.aid-single-guide .entry-content h3,
.aid-single-guide .entry-content h4 {
    position: relative;
    padding: 0 !important;
    color: var(--aid-reading-navy);
    letter-spacing: 0;
    text-wrap: balance;
    border: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

.aid-editorial-body h2::before,
.aid-editorial-body h2::after,
.aid-editorial-body h3::before,
.aid-editorial-body h3::after,
.aid-single-guide .entry-content h2::before,
.aid-single-guide .entry-content h2::after,
.aid-single-guide .entry-content h3::before,
.aid-single-guide .entry-content h3::after {
    display: none !important;
    content: none !important;
}

.aid-editorial-body h2,
.aid-single-guide .entry-content h2 {
    scroll-margin-top: 92px;
    margin: 2.2em 0 .72em;
    font: 600 29px/1.25 "Playfair Display", Georgia, serif;
}

.aid-editorial-body h3,
.aid-single-guide .entry-content h3 {
    scroll-margin-top: 92px;
    margin: 1.85em 0 .65em;
    font: 600 22px/1.35 "Playfair Display", Georgia, serif;
}

.aid-editorial-body h4,
.aid-single-guide .entry-content h4 {
    margin: 1.6em 0 .58em;
    font: 700 16px/1.45 Inter, Arial, sans-serif;
}

.aid-editorial-body a,
.aid-single-guide .entry-content a {
    color: #164ed1;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(35, 95, 245, .36);
    text-underline-offset: 3px;
}

.aid-editorial-body ul,
.aid-editorial-body ol,
.aid-single-guide .entry-content ul,
.aid-single-guide .entry-content ol {
    margin: 0 0 1.6em;
    padding-left: 1.35em;
}

.aid-editorial-body li,
.aid-single-guide .entry-content li {
    margin: .42em 0;
    padding-left: .25em;
}

.aid-editorial-body li::marker,
.aid-single-guide .entry-content li::marker {
    color: var(--aid-reading-blue);
    font-weight: 700;
}

.aid-editorial-body blockquote,
.aid-single-guide .entry-content blockquote {
    margin: 34px 0;
    padding: 4px 0 4px 24px;
    border: 0;
    border-left: 2px solid var(--aid-reading-blue);
    color: #334158;
    background: transparent;
    font: 500 19px/1.65 "Playfair Display", Georgia, serif;
}

.aid-editorial-body blockquote p:last-child,
.aid-single-guide .entry-content blockquote p:last-child {
    margin-bottom: 0;
}

.aid-editorial-body figure,
.aid-single-guide .entry-content figure {
    max-width: 100%;
    margin: 34px 0;
}

.aid-editorial-body figcaption,
.aid-single-guide .entry-content figcaption {
    margin-top: 10px;
    color: var(--aid-reading-muted);
    font: 500 11px/1.5 Inter, Arial, sans-serif;
}

.aid-editorial-body .wp-block-table,
.aid-single-guide .entry-content .wp-block-table {
    overflow-x: auto;
    margin: 34px 0;
    border: 1px solid var(--aid-reading-line);
    border-radius: 6px;
    background: #fff;
}

.aid-editorial-body table,
.aid-single-guide .entry-content table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    font-size: 14px;
}

.aid-editorial-body th,
.aid-editorial-body td,
.aid-single-guide .entry-content th,
.aid-single-guide .entry-content td {
    padding: 13px 15px;
    border: 0;
    border-bottom: 1px solid var(--aid-reading-line);
    text-align: left;
}

.aid-editorial-body th,
.aid-single-guide .entry-content th {
    color: var(--aid-reading-navy);
    background: var(--aid-reading-panel);
    font-size: 12px;
    font-weight: 700;
}

.aid-editorial-body tr:last-child td,
.aid-single-guide .entry-content tr:last-child td {
    border-bottom: 0;
}

.aid-editorial-body pre,
.aid-single-guide .entry-content pre {
    overflow-x: auto;
    margin: 30px 0;
    padding: 20px;
    border-radius: 6px;
    color: #d9e5ff;
    background: #08101f;
    font: 400 13px/1.65 "JetBrains Mono", monospace;
}

.aid-editorial-body :not(pre) > code,
.aid-single-guide .entry-content :not(pre) > code {
    padding: .15em .35em;
    color: #1745d7;
    background: #eef3ff;
    font-family: "JetBrains Mono", monospace;
    font-size: .86em;
}

@media (max-width: 767px) {
    .aid-editorial-body,
    .aid-single-guide .entry-content {
        font-size: 16px;
        line-height: 1.72;
    }

    .aid-editorial-body h2,
    .aid-single-guide .entry-content h2 {
        margin-top: 1.8em;
        font-size: 24px;
        line-height: 1.28;
    }

    .aid-editorial-body h3,
    .aid-single-guide .entry-content h3 {
        font-size: 20px;
        line-height: 1.34;
    }

    .aid-editorial-body blockquote,
    .aid-single-guide .entry-content blockquote {
        margin: 28px 0;
        padding-left: 18px;
        font-size: 18px;
    }
}
