.elementor-37130 .elementor-element.elementor-element-71977d3{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-e3fa6ab *//* ========================================
   RIGO-SPORT — карта сайта
======================================== */

.rigo-sitemap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 35px 30px 55px;
    color: #252b33;
    font-size: 16px;
    line-height: 1.65;
}

/* Главный заголовок */

.rigo-sitemap h1 {
    position: relative;
    margin: 0 0 28px;
    padding-bottom: 17px;
    color: #252b33;
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 600;
    line-height: 1.15;
}

.rigo-sitemap h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 4px;
    border-radius: 4px;
    background: #2863c7;
}

/* Вступительный текст */

.rigo-sitemap > p {
    max-width: 1050px;
    margin: 0 0 14px;
    color: #454b54;
}

/* Заголовки разделов */

.rigo-sitemap h2 {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 38px 0 17px;
    color: #252b33;
    font-size: clamp(25px, 3vw, 32px);
    font-weight: 600;
    line-height: 1.25;
}

.rigo-sitemap h2::before {
    content: "";
    flex: 0 0 6px;
    width: 6px;
    height: 30px;
    border-radius: 4px;
    background: #2863c7;
}

/* Списки */

.rigo-sitemap ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rigo-sitemap li {
    position: relative;
    margin: 0;
    padding: 12px 18px 12px 43px;
    border: 1px solid #e6e9ef;
    border-radius: 8px;
    background: #fff;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.rigo-sitemap li::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2863c7;
}

.rigo-sitemap li:hover {
    border-color: #cdd9ee;
    box-shadow: 0 6px 20px rgba(31, 74, 145, 0.08);
    transform: translateY(-1px);
}

/* Ссылки */

a {
    color: #2863c7;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover,
a:focus {
    color: #174b9e;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.rigo-sitemap a:focus-visible {
    outline: 2px solid #2863c7;
    outline-offset: 3px;
    border-radius: 2px;
}

/* Убираем дополнительную жирность внутри ссылки */

.rigo-sitemap a strong {
    font-weight: inherit;
}

/* Планшеты */

@media (max-width: 767px) {
    .rigo-sitemap {
        padding: 25px 20px 40px;
        font-size: 15px;
        line-height: 1.6;
    }

    .rigo-sitemap h1 {
        margin-bottom: 22px;
    }

    .rigo-sitemap h2 {
        margin-top: 30px;
    }

    .rigo-sitemap li {
        padding: 11px 14px 11px 38px;
    }

    .rigo-sitemap li::before {
        top: 20px;
        left: 17px;
    }
}

/* Телефоны */

@media (max-width: 480px) {
    .rigo-sitemap {
        padding-right: 15px;
        padding-left: 15px;
    }

    .rigo-sitemap h2::before {
        height: 25px;
    }

    .rigo-sitemap li {
        border-radius: 6px;
    }
}/* End custom CSS */