/* Точечные стили child theme для SEO-посадочных фильтра. */
.ri-filter-landing-intro,
.ri-filter-landing-content {
    margin: 0 0 32px;
}

.ri-filter-landing-intro {
    font-size: 16px;
    line-height: 1.65;
}

.ri-filter-landing-content {
    width: 100%;
}

.ri-filter-landing-content > *:last-child {
    margin-bottom: 0;
}

.ri-filter-empty {
    width: 100%;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}


/* Возвращаем штатную раскладку текстового блока категории. */
.tankertrucks {
    display: grid;
    grid-template-columns: 382px 1fr;
    gap: 30px;
}

.tankertrucks_text {
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .tankertrucks {
        grid-template-columns: 1fr;
    }
}
