.sitemap-hero .hero-header h1 {
    max-width: 18ch;
}

.sitemap-main {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.sitemap-section + .sitemap-section {
    margin-top: 2.5rem;
}

.sitemap-section h2 {
    font-family: Urbanist, sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #141e47;
    margin: 0 0 1rem;
}

.sitemap-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
}

@media (min-width: 768px) {
    .sitemap-section ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.sitemap-section a {
    color: #141e47;
    font-family: Urbanist, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.sitemap-section a:hover,
.sitemap-section a:focus-visible {
    color: #104b88;
}

.sitemap-section a:focus-visible {
    outline: 2px solid #104b88;
    outline-offset: 2px;
}
