.elementor-29340 .elementor-element.elementor-element-fa7e412{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-block-start:50px;--padding-block-end:50px;--padding-inline-start:0px;--padding-inline-end:0px;}.container-fluid .e-parent.e-con-full .e-con-boxed.elementor-element-fa7e412{--padding-inline-start:0px;--padding-inline-end:0px;}.elementor-29340 .elementor-element.elementor-element-0162cee{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-0162cee *//* === Desktop (по умолчанию) === */
.rank-math-html-sitemap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px; /* отступ между колонками */
    align-items: start; /* колонки не растягиваются по высоте */
}

/* Чтобы каждая секция вела себя корректно */
.rank-math-html-sitemap__section {
    height: auto;
}

/* === Tablet (до 1024px) === */
@media (max-width: 1024px) {
    .rank-math-html-sitemap {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* === Mobile (до 767px) === */
@media (max-width: 767px) {
    .rank-math-html-sitemap {
        grid-template-columns: 1fr;
    }
}

/* === Section Card === */
.rank-math-html-sitemap__section {
    background: var(--porto-light-5, #f9f9f9);
    padding: 20px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

/* Лёгкий современный hover */
.rank-math-html-sitemap__section:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

/* === Title === */
.rank-math-html-sitemap__title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--porto-h2-color, var(--porto-heading-color));
    margin-bottom: 12px;
    position: relative;
}

/* Минималистичный underline-акцент */
.rank-math-html-sitemap__title::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    margin-top: 6px;
    background: var(--porto-primary-color);
    border-radius: 2px;
}

/* === List === */
.rank-math-html-sitemap__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Отступы между пунктами */
.rank-math-html-sitemap__list li {
    margin-bottom: 6px;
}

/* Стрелка аккуратнее */
.rank-math-html-sitemap__list li::before {
    content: "›";
    display: inline-block;
    margin-right: 6px;
    color: var(--porto-primary-color);
    font-weight: 500;
}

/* === Links === */
.rank-math-html-sitemap__item a {
    color: var(--porto-quaternary-color);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

/* Hover эффект — subtle movement */
.rank-math-html-sitemap__item a:hover {
    color: var(--porto-primary-color);
    padding-left: 4px;
}

.sitemap-toggle-btn {
    margin-top: 10px;
    background: none;
    border: none;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    color: var(--porto-primary-color);
    transition: opacity 0.2s ease;
}

.sitemap-toggle-btn:hover {
    opacity: 0.7;
}/* End custom CSS */