.sitemap-page {
    padding-bottom: 3rem;
}

.sitemap-page h1 {
    margin-bottom: 2rem;
}

.sitemap-section + .sitemap-section {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e5e5;
}

.sitemap-section h2 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
}

.sitemap-alpha-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
    margin-bottom: 1.5rem;
}

.sitemap-alpha-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.75rem;
    padding: 0.15rem 0.35rem;
    color: #0066cc;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
}

.sitemap-alpha-nav a:hover {
    text-decoration: underline;
}

.sitemap-letter-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: flex-start;
}

.sitemap-letter {
    flex: 0 0 1.5rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4;
    color: #222;
}

.sitemap-columns {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.25rem 1.5rem;
}

.sitemap-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sitemap-links li {
    margin-bottom: 0.4rem;
    line-height: 1.35;
    break-inside: avoid;
}

.sitemap-links a {
    color: #0066cc;
    font-size: 0.875rem;
    text-decoration: none;
}

.sitemap-links a:hover {
    text-decoration: underline;
}

.sitemap-empty {
    color: #666;
    font-size: 0.9375rem;
}

@media (max-width: 991px) {
    .sitemap-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .sitemap-letter-row {
        flex-direction: column;
        gap: 0.35rem;
    }

    .sitemap-columns {
        grid-template-columns: 1fr;
    }
}
