/* =============================================
   Карта сайта — map_new
   /local/templates/newgold/components/bitrix/menu/map_new/style.css
   ============================================= */

/* --- Контейнер страницы --- */
.map_new_wrap .container {
    padding-top: 40px;
    padding-bottom: 60px;
}

/* --- Строка колонок --- */
.map_new_wrap .col-md-3,
.map_new_wrap .col-sm-4 {
    padding: 0 20px;
    border-right: 1px solid #e4e3e3;
    margin-bottom: 30px;
}

.map_new_wrap .col-md-3:last-child {
    border-right: none;
}

/* --- Убираем стандартные стили Bootstrap list-group --- */
.map_new_wrap .list-group {
    margin-bottom: 16px;
    border-radius: 0;
    box-shadow: none;
}

.map_new_wrap .list-group-item {
    border: none;
    border-radius: 0 !important;
    padding: 6px 0;
    background: transparent;
    line-height: 1.4;
}

/* --- Основной пункт меню (заголовок раздела) --- */
a.map-title {
    font-family: Montserrat-SemiBold, Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    text-transform: lowercase;
    display: inline-block;
    margin-left: 6px;
    transition: color 0.2s ease;
}

a.map-title::first-letter {
    text-transform: uppercase;
}

a.map-title:hover {
    color: #b8963e; /* золотой акцент под тематику ювелирного */
    text-decoration: none;
}

/* --- Иконка рядом с заголовком --- */
.list-group-item > .fa-gem {
    color: #b8963e;
    margin-right: 2px;
}

/* --- Вложенный список дочерних ссылок --- */
.map_new_wrap .list-unstyled {
    margin: 6px 0 4px 16px;
    padding: 0;
}

.map_new_wrap .list-unstyled li {
    margin-bottom: 4px;
    line-height: 1.35;
}

/* --- Дочерняя ссылка --- */
a.map-item {
    font-family: Montserrat-Regular, Montserrat, sans-serif;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    text-transform: lowercase;
    transition: color 0.2s ease;
}

a.map-item::first-letter {
    text-transform: uppercase;
}

a.map-item:hover {
    color: #b8963e;
    text-decoration: none;
}

/* --- Иконка дочернего пункта --- */
.map_new_wrap .map-fa {
    color: #ccc;
    margin-right: 3px;
}

/* --- Адаптив --- */
@media (max-width: 991px) {
    .map_new_wrap .col-md-3 {
        border-right: none;
        border-bottom: 1px solid #e4e3e3;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .map_new_wrap .col-sm-4 {
        width: 100%;
        border-bottom: 1px solid #e4e3e3;
    }

    a.map-title {
        font-size: 14px;
    }

    a.map-item {
        font-size: 12px;
    }
}
