*, *::before, *::after { box-sizing: border-box; }

html, body {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
    font-size: 11pt;
    color: #000;
    background: #fff;
}

.article-site-header {
    background: #043377;
}

.article-site-header-inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 10px 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.article-site-brand {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.article-site-brand:hover {
    text-decoration: underline;
}

.article-site-nav {
    display: flex;
    gap: 16px;
}

.article-site-nav a {
    color: #d6e4f7;
    text-decoration: none;
    font-weight: 600;
}

.article-site-nav a:hover {
    color: #fff;
    text-decoration: underline;
}

.article-shell {
    max-width: 920px;
    margin: 0 auto;
    padding: 24px 16px 48px;
}

.articles-back {
    margin: 0 0 16px;
}

.articles-back a,
.article-footer a {
    color: #043377;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.articles-back a:hover,
.article-footer a:hover {
    color: #0054a6;
}

.article-page {
    color: #24313f;
    line-height: 1.7;
}

.article-page h1 {
    margin: 0 0 18px;
    color: #043377;
    font-size: 1.55em;
    line-height: 1.35;
}

.article-page h2 {
    margin: 26px 0 12px;
    color: #043377;
    font-size: 1.18em;
    line-height: 1.4;
}

.article-page p,
.article-page ul {
    margin: 0 0 14px;
}

.article-page ul {
    padding-left: 22px;
}

.article-page li {
    margin-bottom: 8px;
}

.article-footer {
    border-top: 1px solid #d8e3f0;
    padding: 18px 16px 28px;
    text-align: center;
    color: #6d6e71;
}

.article-footer p {
    margin: 0;
    max-width: 920px;
    margin-inline: auto;
}

.articles-index {
    max-width: 920px;
    margin: 0 auto;
    padding: 24px 16px 48px;
}

.articles-index h1 {
    margin: 0 0 12px;
    color: #043377;
    font-size: 1.55em;
}

.articles-index .lead {
    margin: 0 0 20px;
    color: #6d6e71;
    line-height: 1.6;
}

.articles-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.articles-list li {
    margin: 0 0 12px;
}

.articles-list a {
    color: #043377;
    font-weight: 700;
    font-size: 1.08em;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.articles-list a:hover {
    color: #0054a6;
}
