.statsitemap {
    max-width: 1100px;
    margin: 0 auto;
}

.statsitemap .page-header {
    margin-bottom: 1.5rem;
}

.statsitemap .page-header h1 {
    margin: 0;
    font-size: 2rem;
    line-height: 1.3;
}

.statsitemap-list {
    margin: 0;
    padding: 1.25rem 1.5rem;
    list-style: none;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.statsitemap-item {
    position: relative;
    margin: 0;
    padding: 0.2rem 0;
    line-height: 1.45;
}

.statsitemap-item + .statsitemap-item {
    border-top: 1px solid #f3f4f6;
}

.statsitemap-item a {
    display: inline-block;
    padding: 0.42rem 0.55rem;
    color: #0b6fa4;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.statsitemap-item a:hover,
.statsitemap-item a:focus {
    color: #084d73;
    background: #f3f8fb;
    text-decoration: underline;
}

.statsitemap-level-2 { padding-left: 1.5rem; }
.statsitemap-level-3 { padding-left: 3rem; }
.statsitemap-level-4 { padding-left: 4.5rem; }
.statsitemap-level-5 { padding-left: 6rem; }
.statsitemap-level-6 { padding-left: 7.5rem; }
.statsitemap-level-7 { padding-left: 9rem; }
.statsitemap-level-8 { padding-left: 10.5rem; }
.statsitemap-level-9 { padding-left: 12rem; }
.statsitemap-level-10 { padding-left: 13.5rem; }

.statsitemap-level-1 > a {
    font-weight: 600;
}

@media (max-width: 767px) {
    .statsitemap-list {
        padding: 1rem;
    }

    .statsitemap-level-2 { padding-left: 1rem; }
    .statsitemap-level-3 { padding-left: 2rem; }
    .statsitemap-level-4 { padding-left: 3rem; }
    .statsitemap-level-5,
    .statsitemap-level-6,
    .statsitemap-level-7,
    .statsitemap-level-8,
    .statsitemap-level-9,
    .statsitemap-level-10 { padding-left: 4rem; }
}
