/* Text Pages (Regulatory) Styles */
.text-page .container {
    max-width: 900px;
    margin-inline: auto;
    padding: 2rem;
}

.text-page .page-title {
    font-family: var(--font-heading);
    margin-bottom: 1.4rem;
    font-size: 2rem;
    color: var(--color-navs);
}

.text-page .entry-content,
.text-page p,
.text-page li {
    font-family: var(--font-body);
    color: var(--color-text);
    line-height: 1.75;
    margin-bottom: 1rem;
    font-size: .85rem;
}

.text-page h2,
.text-page h3 {
    font-family: var(--font-heading);
    color: var(--color-navs);
}

.text-page h2 {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--color-coffee);
    font-size: 1.2rem;
}

.text-page .entry-content > h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.text-page h3 {
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
    font-size: 1.1rem;
}

.text-page ol,
.text-page ul {
    margin: 0 0 1rem 1.4rem;
}

.text-page li {
    margin-bottom: 0.5rem;
}

.text-page li ol,
.text-page li ul {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.text-page a {
    color: var(--color-brown);
    text-decoration: underline;
}
