html[lang=en] .stats__grid {
    grid-template-columns: minmax(0, 1fr) auto;
}

html[lang=en] .stats__blocks {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

html[lang=en] .stats__block {
    min-width: 0;
}

html[lang=en] .stats__label {
    font-size: 0.833rem;
    line-height: 1.3;
    text-wrap: pretty;
}

html[lang=en] .reports__name {
    line-height: 1.35;
    padding-bottom: 6px;
}

.documents-block__pagination {
    margin-top: 32px;
}

.documents-block.is-loading {
    opacity: .75;
    transition: opacity .3s ease;
}

.reports__header-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 50px;
}

.reports__header-row .reports__title {
    margin-bottom: 0;
}

.reports-empty-state {
    max-width: 720px;
    margin: 24px auto 0;
    padding: 40px 32px;
    border-top: 1px solid rgba(55, 64, 84, 0.14);
    text-align: center;
}

.reports-empty-state__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f3f6fa;
    color: var(--primary);
    font-size: 0.722rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.reports-empty-state__title {
    margin-bottom: 14px;
    color: var(--primary);
    font-size: 1.667rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.01em;
}

.reports-empty-state__text {
    max-width: 36rem;
    margin: 0 auto;
    color: rgba(55, 64, 84, 0.78);
    font-size: 1rem;
    line-height: 1.7;
}

.splide--hide-dead-arrows:not(.is-overflow) .splide__arrows {
    display: none;
}

@media (max-width: 750px) {
    .documents-block__pagination {
        margin-top: 24px;
    }

    .reports__header-row {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        margin-bottom: 30px;
    }

    .reports__header-row .btn {
        width: 100%;
    }

    .reports-empty-state {
        margin-top: 20px;
        padding: 28px 20px;
        text-align: left;
    }

    .reports-empty-state__title {
        font-size: 1.222rem;
    }

    .reports-empty-state__text {
        font-size: 0.889rem;
    }
}
