/*
 * Page     : HTML Sitemap
 * File     : css/desktop/pages/pagesitemap.css
 * Loaded by: page-html-sitemap.php (mobile + desktop)
 */

/* ══════════════════════════════════════════
   SITEMAP LINKS GRID
   ══════════════════════════════════════════ */
.sitemap-links-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sitemap-links-grid {
        justify-content: left;
    }
}
