/* silrada.com.ua — власні стилі поверх шаблону. Не редагувати руками: генерується _css.py */

/* H1 текстової сторінки: ключ у заголовку не виділяємо капсом */
._1H4-SuwGhIPTiVJ_rffcTc {
    text-transform: none !important;
    max-width: none !important;
}

/* H1 головної — заголовок статті, а не дрібний підпис панелі */
h1.seo-kit_styles_title-28vkPXIstrkdW9P8 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
}

/* Стаття головної: у шаблоні вона лежить у скрол-боксі 200px — розгортаємо */
.seo-kit_styles_wrapper-2J7LW3IKpKWOJnCg .seo-kit_styles_content-wrapper-3z4tPvrXWDqQskP8 {
    max-height: none !important;
    overflow: visible !important;
}

/* Заголовки статті */
._25yOuV6jFLSguAHvaYEUwQ h2,
[data-id="seo-text-content"] h2 {
    text-transform: none;
    font-size: 24px;
    line-height: 30px;
    margin: 32px 0 12px;
}

/* Видима редакційна оцінка під H1 (без неї не можна ставити AggregateRating) */
.slr-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 14px;
    margin: 0 0 24px;
    padding: 14px 18px;
    border-radius: 12px;
    background: var(--control-secondary, #f5f4f1);
    border-left: 4px solid var(--control-primary, #e6f13c);
}

.slr-rating__label {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: var(--title, #26241f);
}

.slr-rating__score {
    font-size: 15px;
    color: var(--title, #26241f);
}

.slr-rating__score strong {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
}

.slr-rating__note {
    flex-basis: 100%;
    font-size: 13px;
    line-height: 18px;
    color: var(--text-body, #7b756b);
}

/* Зображення в тексті */
.slr-fig {
    margin: 24px 0;
}

.slr-fig img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Таблиці: у шаблоні межі прибрані, наші таблиці — з даними */
._25yOuV6jFLSguAHvaYEUwQ table th,
[data-id="seo-text-content"] table th {
    background: var(--control-secondary, #f5f4f1);
    text-align: left;
    font-weight: 600;
}

._25yOuV6jFLSguAHvaYEUwQ table th,
._25yOuV6jFLSguAHvaYEUwQ table td,
[data-id="seo-text-content"] table th,
[data-id="seo-text-content"] table td {
    border: 1px solid var(--divider-main, #e6e3de) !important;
    padding: 10px 12px;
    vertical-align: top;
}

.table-responsive {
    overflow-x: auto;
}

/* Редакційний підпис (EEAT) */
.slr-eeat {
    margin: 28px 0;
    padding: 14px 16px;
    border-radius: 12px;
    background: var(--control-secondary, #f5f4f1);
    color: var(--title, #26241f);
}

.slr-eeat__by {
    margin: 0 0 6px;
    font-weight: 600;
}

.slr-eeat__row {
    margin: 2px 0 !important;
    font-size: 14px;
    line-height: 20px;
}

/* Перелінковка в кінці сторінки */
.slr-related {
    margin: 32px 0 0;
    padding-top: 18px;
    border-top: 1px solid var(--divider-main, #e6e3de);
}

.slr-related ul {
    margin: 8px 0 0 !important;
}
