/***********************
   LEDO — список магазинов
   Модуль .ledo-shops
************************/

.ledo-shops {
    font-family: Roboto, sans-serif !important;
    font-weight: 400 !important;
    color: #555555 !important;
    line-height: 1.45;
}

/* Заголовки городов */
.ledo-shops h3 {
    font-size: 20px;
    margin: 22px 0 14px 0;
    font-weight: 600;
    color: #333333;
}

/* Карточки магазинов */
.ledo-shops .shop-card {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 16px 18px;
    margin-bottom: 18px;
}

/* Название магазина */
.ledo-shops .shop-card .shop-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333333;
}

/* Обычный текст внутри карточки */
.ledo-shops .shop-card p {
    margin: 4px 0;
    color: #555555;
    font-size: 15px;
}

/* Ссылка адреса */
.ledo-shops .shop-card a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 400;
}

.ledo-shops .shop-card a:hover {
    text-decoration: underline;
}

/* Телефон и сайт */
.ledo-shops .shop-card .phone,
.ledo-shops .shop-card .website {
    margin-top: 2px;
}

/* Мелкий текст */
.ledo-shops .shop-card .schedule {
    color: #777777;
    margin-bottom: 6px;
    font-size: 15px;
}

/* Загальний текст у модулі магазинів — робимо читабельним */
.ledo-shops,
.ledo-shops * {
    font-weight: 400 !important;
    color: #333333 !important;
    font-size: 16px !important;
    line-height: 1.5;
}

/* Посилання */
.ledo-shops a {
    color: #0056b3 !important;
    text-decoration: none !important;
    font-weight: 400 !important;
}

.ledo-shops a:hover {
    color: #003d80 !important;
    text-decoration: underline !important;
}

/* --- Заголовки міст --- */
.ledo-shops h2 {
    font-size: 26px !important;
    font-weight: 700 !important;
    margin: 20px 0 10px;
    color: #333;
}

/* --- Назви магазинів --- */
.ledo-shops .shop-card h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin: 0 0 8px;
    color: #333;
}

/* --- Звичайний текст --- */
.ledo-shops p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #555 !important;
    margin: 4px 0;
}

/* --- Посилання --- */
.ledo-shops a {
    color: #1a73e8 !important; /* приємний google-синій */
    text-decoration: none !important;
    font-weight: 400 !important;
}
.ledo-shops a:hover {
    text-decoration: underline !important;
}

/* Позиція точок слайдера на десктопі */
@media (min-width: 960px) {
    .showcase .slider .slick-dots {
        bottom: 45px !important; /* постав потрібне значення */
    }
}

