/* ============================================================
   Style strony mapy serwisu
   ============================================================ */

.sitemap-container {
    padding: 40px 0;
}

.sitemap-section {
    margin-bottom: 50px;
}

.sitemap-section h2 {
    color: #1e3a8a;
    border-bottom: 3px solid #3b82f6;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.category-block {
    margin-bottom: 30px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 8px;
    border-left: 4px solid #3b82f6;
}

.category-block h3 {
    margin: 0 0 15px 0;
    color: #1e3a8a;
}

.category-block.level-1 {
    margin-left: 20px;
    border-left-color: #60a5fa;
    background: #f1f5f9;
}

.category-block.level-2 {
    margin-left: 40px;
    border-left-color: #93c5fd;
    background: #e0e7ff;
}

.articles-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
}

.articles-list li {
    padding: 8px 12px;
    background: white;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
}

.articles-list a {
    color: #475569;
    text-decoration: none;
    font-size: 0.95em;
}

.articles-list a:hover {
    color: #3b82f6;
}

.pages-list,
.tags-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
}

.pages-list li,
.tags-list li {
    padding: 12px 15px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.pages-list a,
.tags-list a {
    color: #1e40af;
    text-decoration: none;
    font-weight: 500;
}

.pages-list a:hover,
.tags-list a:hover {
    color: #3b82f6;
}

.tag-count {
    color: #94a3b8;
    font-size: 0.85em;
    margin-left: 5px;
}

.mapa-lead {
    margin-bottom: 40px;
    color: #64748b;
}

.kategoria-opis-maly {
    color: #64748b;
    font-weight: normal;
    display: block;
    margin-top: 5px;
}

.artykuly-wiecej {
    margin-top: 10px;
    color: #64748b;
    font-size: 0.9em;
}

.artykuly-brak {
    color: #94a3b8;
    font-style: italic;
    margin: 10px 0 0 0;
}

@media (max-width: 768px) {
    .articles-list,
    .pages-list,
    .tags-list {
        grid-template-columns: 1fr;
    }

    .category-block.level-1 {
        margin-left: 10px;
    }

    .category-block.level-2 {
        margin-left: 20px;
    }
}
