/* static/css/html-sitemap.css */

.html-sitemap .sitemap-section {
    margin-bottom: 28px;
}

.html-sitemap .sitemap-section:last-child {
    margin-bottom: 0;
}

.html-sitemap .sitemap-section h2 {
    margin: 0 0 12px;
    color: #c9aa00;
    font-size: 0.9rem;
}

.html-sitemap .sitemap-section h3 {
    margin: 16px 0 8px;
    color: #d8c96a;
    font-size: 0.7rem;
    font-weight: 600;
}

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

.html-sitemap .sitemap-links li {
    margin: 0 0 6px;
}

.html-sitemap .sitemap-links a {
    color: #e6c84a !important;
    text-decoration: none;
    font-size: 10px;
    line-height: 1.4;
}

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

.html-sitemap .sitemap-links--cols {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 4px 16px;
}

@media (max-width: 520px) {
    .html-sitemap .sitemap-links--cols {
        grid-template-columns: 1fr 1fr;
    }
}
