.en-category-page {
    background: #fff;
}

.en-category-head {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 28px;
    padding-bottom: 18px;
}

.en-category-head p {
    color: #5f6773;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 16px;
    max-width: 760px;
}

.en-category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.en-category-tabs a {
    border: 1px solid #dfdfdf;
    border-radius: 999px;
    color: #1b1b1b;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 14px;
}

.en-category-tabs a.active,
.en-category-tabs a:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}

.en-category-feature-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
    margin-bottom: 34px;
}

.en-category-lead,
.en-category-side-list article,
.en-category-card,
.en-category-group {
    background: #fff;
    border: 1px solid #ededed;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.en-category-lead img {
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    width: 100%;
}

.en-category-lead div {
    padding: 20px;
}

.en-category-lead span,
.en-category-side-list span,
.en-category-card span {
    color: #c1121f;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.en-category-lead h2 {
    color: #111;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 10px;
}

.en-category-lead h2 a,
.en-category-side-list h4 a,
.en-category-card h4 a,
.en-category-mini-grid h5 a {
    color: inherit;
}

.en-category-lead h2 a:hover,
.en-category-side-list h4 a:hover,
.en-category-card h4 a:hover,
.en-category-mini-grid h5 a:hover {
    color: #c1121f;
}

.en-category-lead p,
.en-category-card p {
    color: #65717f;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.en-category-side-list {
    display: grid;
    gap: 16px;
}

.en-category-side-list article {
    display: grid;
    gap: 12px;
    grid-template-columns: 110px minmax(0, 1fr);
    padding: 12px;
}

.en-category-side-list img {
    aspect-ratio: 1 / 0.82;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.en-category-side-list h4 {
    color: #111;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
}

.en-section-row,
.en-category-group-head {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.en-section-row > a,
.en-category-group-head a {
    border-bottom: 2px solid #111;
    color: #111;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.en-category-card-row {
    row-gap: 24px;
}

.en-category-card {
    height: 100%;
}

.en-category-card-img img {
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
    width: 100%;
}

.en-category-card-body {
    padding: 16px;
}

.en-category-card h4 {
    color: #111;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.35;
    margin: 0 0 8px;
}

.en-category-empty {
    background: #f7f7f4;
    border: 1px solid #e2dfd6;
    margin: 10px 0 30px;
    padding: 28px;
}

.en-category-empty h4 {
    color: #111;
    font-weight: 900;
    margin: 0 0 6px;
}

.en-category-empty p {
    margin: 0;
}

.en-category-groups {
    border-top: 1px solid #ececec;
    margin-top: 36px;
    padding-top: 30px;
}

.en-category-groups-first {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.en-category-group {
    margin-bottom: 22px;
    padding: 18px;
}

.en-category-group-head {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 16px;
    padding-bottom: 12px;
}

.en-category-group-head h4 {
    color: #111;
    font-size: 20px;
    font-weight: 900;
    margin: 0;
}

.en-category-group-head p {
    color: #65717f;
    font-size: 13px;
    line-height: 1.6;
    margin: 6px 0 0;
}

.en-category-no-posts {
    color: #65717f;
    font-size: 14px;
    margin: 0;
}

.en-category-mini-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.en-category-mini-grid img {
    aspect-ratio: 4 / 3;
    display: block;
    margin-bottom: 10px;
    object-fit: cover;
    width: 100%;
}

.en-category-mini-grid h5 {
    color: #111;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
}

@media (max-width: 991px) {
    .en-category-feature-grid {
        grid-template-columns: 1fr;
    }

    .en-category-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .en-category-head {
        margin-bottom: 22px;
    }

    .en-category-lead h2 {
        font-size: 22px;
    }

    .en-category-side-list article {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .en-section-row,
    .en-category-group-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .en-category-mini-grid {
        grid-template-columns: 1fr;
    }
}
