.sitemap-section {
    padding: 32px 16px;
    background: #fff;
}

.sitemap-section .safe-area {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sitemap-title {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 0.02em;
    text-align: center;
}

.sitemap-status {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
}

.sitemap-status.is-error {
    color: #c53030;
}

.sitemap-tree {
    font-size: 15px;
    color: #2b2b2b;
}

.sitemap-tree ul {
    list-style: none;
    margin: 0;
    padding-left: 18px;
    border-left: 1px solid #d9d9d9;
}

.sitemap-tree li {
    position: relative;
    margin: 6px 0;
    padding-left: 14px;
    line-height: 1.6;
}

.sitemap-tree li:not(.sitemap-root-item)::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 12px;
    width: 12px;
    border-top: 1px solid #d9d9d9;
}

.sitemap-tree li:not(.sitemap-root-item):last-child::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 13px;
    bottom: -7px;
    width: 1px;
    background: #fff;
}

.sitemap-tree a {
    color: #2b2b2b;
    text-decoration: none;
}

.sitemap-tree li > a,
.sitemap-tree li > span {
    color: #2b2b2b;
    text-decoration: none;
}

.sitemap-tree a:hover {
    color: #0b66c2;
    text-decoration: underline !important;
}

.sitemap-tree .sitemap-text {
    cursor: default;
}

@media (max-width: 600px) {
    .sitemap-section {
        padding: 20px 12px;
    }

    .sitemap-title {
        font-size: 20px;
    }

    .sitemap-tree {
        font-size: 14px;
    }
}

.sitemap-tree .sitemap-root {
    padding-left: 0;
    border-left: none;
}

.sitemap-tree .sitemap-root > li {
    margin: 10px 0;
    padding-left: 14px;
}

.sitemap-tree .sitemap-root > li.sitemap-root-item::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0.55em;
    left: -2px;
    border-top: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 14 14'%3E%3Ccircle cx='7' cy='7' r='5.3' fill='none' stroke='%23555' stroke-width='1.4'/%3E%3C/svg%3E") center/contain no-repeat;
    transform: none;
}

.sitemap-tree .sitemap-root > li:last-child::after {
    display: none;
}

.sitemap-tree .sitemap-root > li.sitemap-root-item {
    padding-left: 18px;
}
