/* Sitemap Page Styles */

.sitemap-container {
    max-width: 75rem;
    margin: 0 auto;
    padding: 60px 20px;
}

.sitemap-section {
    margin-bottom: 40px;
}

.sitemap-grid {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.sitemap-grid .sitemap-section {
    margin-bottom: 30px;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
}

.sitemap-section h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0a172b;
}

@media screen and (min-width: 40em) {
    .sitemap-grid .sitemap-section {
        margin-bottom: 0;
        flex: 0 0 calc(33.33333% - 2.25rem);
        max-width: calc(33.33333% - 2.25rem);
    }

    .sitemap-section h2 {
        font-size: 1.25rem;
    }
}

.sitemap-section h3 {
    font-size: 1.375rem;
    font-weight: bold;
    margin: 30px 0 15px 0;
    color: #fff;
}

.sitemap-section h4 {
    font-size: 1.125rem;
    font-weight: bold;
    margin: 20px 0 10px 0;
    color: #555;
}

.sitemap-list {
    list-style: decimal;
    padding-left: 30px;
    line-height: 2;
}

.sitemap-list li {
    margin-bottom: 8px;
}

.sitemap-list code {
    background-color: #f5f5f5;
    padding: 2px 8px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
    color: #000;
}

.sitemap-tree {
    list-style: none;
    padding-left: 0;
}

.sitemap-tree > li {
    margin-bottom: 20px;
}

.sitemap-tree ul {
    list-style: none;
    padding-left: 30px;
    margin-top: 10px;
}

.sitemap-tree ul li {
    margin-bottom: 5px;
}

.lang-separator {
    margin: 40px 0;
    border: 0;
    border-top: 2px dashed #ccc;
}

.multilang-section {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 20px;
}
