/**
 * /articles/: мобильная вёрстка списка и фильтров.
 * Карточки (.expo-item) правятся в news.list/expo/style.css.
 */

@media (max-width: 768px) {
    .wrapper > h1 {
        font-size: 22px;
        line-height: 1.3;
        padding: 0 16px;
        margin: 12px 0 20px;
        text-align: left !important;
    }

    .filters,
    .filters-test {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .filters .inputdecor-select,
    .filters .date-news-filter,
    .date-news-filter {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        box-sizing: border-box;
    }

    .more {
        padding: 0 16px 24px;
    }

    .more .begin {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}
