/* Page-specific CSS - sitemap.css → page-94.css */
/* Loaded only on page ID: 94 */
/* Build date: 2025-10-28 16:56:52 */
/* DO NOT EDIT - Generated file */

/* Sitemap Page - Section Styling */
.sitemap-section {
    margin-bottom: 30px;
    padding: 20px;
    background: var(--ads-gray-light, #F8F9FA);
    border-radius: 8px;
}

.sitemap-section h3 {
    color: var(--ads-primary, #4A90E2);
    margin-bottom: 15px;
    border-bottom: 2px solid var(--ads-gray-light, #F8F9FA);
    padding-bottom: 10px;
}

.sitemap-section ul {
    list-style: none;
    padding: 0;
}

.sitemap-section li {
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}

.sitemap-section li:last-child {
    border-bottom: none;
}

.sitemap-section a {
    color: var(--ads-gray-dark, #333333);
    text-decoration: none;
    transition: color 0.3s ease;
}

.sitemap-section a:hover {
    color: var(--ads-primary, #4A90E2);
}

.sitemap-section strong {
    color: var(--ads-primary, #4A90E2);
}

@media (min-width: 768px) {
    .sitemap-section {
        columns: 2;
        column-gap: 30px;
    }

    .sitemap-section h3 {
        column-span: all;
    }
}
