.html-sitemap {
    padding: 24px 16px 48px;
}

.html-sitemap__inner {
    max-width: 960px;
    margin: 0 auto;
}

.html-sitemap__title {
    margin: 0 0 8px;
    font-family: Cuprum, Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
}

.html-sitemap__intro {
    margin: 0 0 28px;
    font-family: Cuprum, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #666;
}

.html-sitemap__nav {
    font-family: Cuprum, Arial, sans-serif;
}

.html-sitemap__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.html-sitemap__list .html-sitemap__list {
    margin: 8px 0 16px;
    padding-left: 20px;
    border-left: 2px solid rgba(178, 38, 91, 0.15);
    columns: 2;
    column-gap: 24px;
}

.html-sitemap__item {
    margin: 0 0 6px;
    break-inside: avoid;
    font-size: 15px;
    line-height: 1.45;
}

.html-sitemap__nav > .html-sitemap__list > .html-sitemap__item {
    margin: 0 0 28px;
}

.html-sitemap__nav > .html-sitemap__list > .html-sitemap__item > .html-sitemap__link,
.html-sitemap__nav > .html-sitemap__list > .html-sitemap__item > .html-sitemap__label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #B2265B;
    text-decoration: none;
}

.html-sitemap__nav > .html-sitemap__list > .html-sitemap__item > .html-sitemap__link:hover,
.html-sitemap__nav > .html-sitemap__list > .html-sitemap__item > .html-sitemap__link:focus {
    color: #9a1e4d;
    text-decoration: underline;
}

.html-sitemap__link {
    color: #bd4673;
    text-decoration: underline;
}

.html-sitemap__link:hover,
.html-sitemap__link:focus {
    color: #d70017;
}

.html-sitemap__label {
    color: #333;
}

@media only screen and (max-width: 640px) {
    .html-sitemap {
        padding: 16px 12px 36px;
    }

    .html-sitemap__title {
        font-size: 22px;
    }

    .html-sitemap__list .html-sitemap__list {
        columns: 1;
        padding-left: 14px;
    }

    .html-sitemap__nav > .html-sitemap__list > .html-sitemap__item > .html-sitemap__link,
    .html-sitemap__nav > .html-sitemap__list > .html-sitemap__item > .html-sitemap__label {
        font-size: 16px;
    }
}
