#cards.loading {
    opacity: 0.6;
    pointer-events: none;
}

.stories-feed-btn {
    max-width: max-content;
    margin: 0 auto 16px auto;
}

.story-of-the-month {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.story-of-the-month .story-card__date,
.story-of-the-month .story-card__stage,
.story-of-the-month .story-card__score-item:not(:last-child) {
    display: none;
}

.story-of-the-month .story-card {
    height: 100%;
}

.story-of-the-month .splide {
    width: 100%;
}

.story-of-the-month .splide__slide {
    position: relative;
}

.story-of-the-month .story-card__scores {

    height: auto;
    width: max-content;
}

.story-of-the-month .story-card__like-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.story-of-the-month .story-card__labels {
    position: absolute;
    top: 20px;
    right: 20px;
    height: auto;
    width: max-content;
}

.story-of-the-month .story-card__column--right {
    width: 0;
}

.story-of-the-month .splide__arrow--next {
    right: -40px;
}

.story-of-the-month .splide__arrow--prev {
    left: -40px;
}

.story-of-the-month .splide__arrow {
    background: white;
    border: 1px solid var(--stroke-color);
}

.story-of-the-month .splide__arrow svg path {
    fill: var(--primary-color);
}

.story-of-the-month .splide__pagination__page.is-active {
    background: var(--primary-color);
}

.story-of-the-month .splide__pagination {
    bottom: -20px;
}

.stories__bottom-filter {
    align-items: center;
}

.stories__bottom-filter .company__found-items {
    padding-bottom: 0;
}

.stories__tabs-wrapper {
    border-radius: 8px;
    padding: 4px;
    border: 1px solid var(--stroke-color);
    background: var(--secondary-bg-color);
}

.stories__tab {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    padding: 8px 12px;
    color: var(--light-font-color);
}

.stories__tab--active {
    background: var(--light-blue);
    color: var(--primary-color);
}


@media (max-width: 680px) {
    .stories__title {
        text-align: center;
    }

    .section__desc {
        text-align: center;
    }
}

@media (max-width: 450px) {
    .stories__tabs-wrapper {
        width: 100%;
    }

    .stories__tabs {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .stories__tab {
        width: 100%;
    }
}
@media (max-width: 380px) {
    .stories__filter {
        flex-direction: column;
    }

    .stories__filter .section-filters__item {
        width: 100%;
    }
}