.news-category-page {
    color: #0C0C0C;
    font-family: "Involve", "Inter", "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    background: #fff;
}

.news-category-page a {
    color: inherit;
    text-decoration: none;
}

.news-category-page a:hover,
.news-category-page a:focus {
    color: inherit;
    text-decoration: none;
}

.news-category-hero {
    padding: 28px 0 50px;
}

.news-category-hero .container {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.news-category-hero .breadcrumb,
.news-category-breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
}

.news-category-hero .breadcrumb > li,
.news-category-hero .breadcrumb > li:before,
.news-category-hero .breadcrumb > li > a,
.news-category-breadcrumb > li,
.news-category-breadcrumb > li:before,
.news-category-breadcrumb > li > a {
    color: #414142;
}

.news-category-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    color: #0C0C0C;
    font-family: SouthGhetto, "Involve", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
    background: none !important;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #0C0C0C;
}

.news-category-title span {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin-top: -10px;
    border-radius: 50%;
    background: #CD171A;
}

.news-category-layout {
    display: grid;
    grid-template-columns: clamp(270px, 24vw, 385px) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
    padding-bottom: 150px;
}

.news-category-sidebar {
    position: sticky;
    top: 20px;
    display: block;
}

.news-category-panel {
    border-radius: 32px;
    background: #EEEFF5;
    padding: 24px 20px;
}

.news-category-panel h2 {
    margin: 0 0 20px;
    color: #0C0C0C;
    font-family: "Involve", "Inter", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
}

.news-category-mobile-socials {
    display: none;
}

.home-socials__grid {
    display: grid;
    grid-template-columns: repeat(6, 40px);
    gap: 12px;
    justify-content: space-between;
}

.home-socials__link {
    display: flex;
    width: 40px;
    height: 40px;
    min-width: 0;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: transparent;
    overflow: hidden;
}

.home-socials__icon,
.home-socials__icon img {
    display: block;
    width: 40px;
    height: 40px;
}

.home-socials__icon {
    position: relative;
}

.home-socials__icon img {
    object-fit: contain;
}

.home-socials__icon-hover {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .2s ease;
}

.home-socials__link--swap:hover .home-socials__icon-default {
    opacity: 0;
}

.home-socials__link--swap:hover .home-socials__icon-hover {
    opacity: 1;
}

.home-socials__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.news-category-description {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    margin-bottom: 32px;
    color: #414142;
}

.news-category-description img {
    width: 160px;
    height: 120px;
    border-radius: 18px;
    object-fit: cover;
}

.news-featured-card__image {
    display: block;
    overflow: hidden;
    background: #f1f2f4;
}

.news-category-featured__image {
    aspect-ratio: 575 / 334;
    border-radius: 32px;
}

.news-category-card__image {
    aspect-ratio: 276 / 175;
}

.news-category-featured__image img,
.news-category-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.news-featured-card__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.news-featured-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin: 0 0 20px;
    color: #414142;
    font-size: 14px;
    line-height: 140%;
}

.news-featured-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    white-space: nowrap;
}

.news-featured-card__meta img,
.news-featured-card__meta svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    object-fit: contain;
}

.news-featured-card__title {
    margin: 0;
    color: #0C0C0C;
    font-family: "Involve", "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}

.news-featured-card__title a:hover,
.news-featured-card__title a:focus {
    color: #8E0002;
}

.news-featured-card__description {
    display: -webkit-box;
    margin: 20px 0 0;
    overflow: hidden;
    color: #0C0C0C;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.news-featured-card__read {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 20px;
    padding: 10px 18px;
    border-radius: 16px;
    background: #0C0C0C;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    transition: background .2s ease;
}

.news-featured-card__read:hover,
.news-featured-card__read:focus {
    background: #8E0002;
}

.news-category-featured {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, .98fr);
    gap: 42px;
    align-items: center;
    margin-bottom: 50px;
}

.news-category-featured .news-featured-card__title {
    max-width: 640px;
    font-family: SouthGhetto, "Involve", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
}

.news-category-featured .news-featured-card__description {
    max-width: 640px;
    margin-top: 30px;
    font-size: 24px;
    -webkit-line-clamp: 3;
}

.news-category-featured .news-featured-card__read {
    align-self: flex-start;
    min-width: 250px;
    margin-top: 20px;
}

.news-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.news-category-card {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border-radius: 32px;
    background: #EEEFF5;
}

.news-category-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 20px;
    gap: 0;
}

.news-category-card .news-featured-card__title {
    display: flex;
    align-items: center;
    min-height: 81px;
}

.news-category-card .news-featured-card__description {
    margin-top: 20px;
}

.news-category-card .news-featured-card__read {
    width: 100%;
}

.news-category-more {
    display: flex;
    justify-content: center;
    margin-top: 84px;
}

.news-category-more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 270px;
    min-height: 60px;
    padding: 15px 30px;
    border-radius: 16px;
    background: #0C0C0C;
    color: #fff !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.news-category-more a:hover,
.news-category-more a:focus {
    background: #8E0002;
}

.news-category-pagination {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.news-category-empty {
    margin: 0;
    color: #414142;
    font-size: 18px;
}

@media (max-width: 1639px) {
    .news-category-layout {
        gap: 30px;
    }

    .news-category-grid {
        gap: 30px;
    }
}

@media (max-width: 1439px) {
    .news-category-featured {
        gap: 34px;
    }

    .news-category-featured .news-featured-card__title {
        font-size: 34px;
    }

    .news-category-featured .news-featured-card__description {
        font-size: 21px;
    }

    .news-category-card .news-featured-card__title {
        min-height: 65px;
        font-size: 18px;
    }

    .news-featured-card__description,
    .news-featured-card__read {
        font-size: 16px;
    }
}

@media (max-width: 1345px) {
    .news-category-panel h2 {
        font-size: 17px;
    }

    .home-socials__grid {
        gap: 6px;
    }
}

@media (max-width: 1300px) {
    .news-category-sidebar {
        display: none;
    }

    .news-category-layout {
        display: block;
        padding-bottom: 70px;
    }

    .news-category-mobile-socials {
        display: block;
        margin-top: 82px;
    }
}

@media (max-width: 1299px) {
    .news-category-title {
        font-size: 40px;
    }

    .news-category-layout {
        grid-template-columns: 250px minmax(0, 1fr);
        gap: 24px;
    }

    .news-category-panel h2 {
        font-size: 20px;
    }

    .home-socials__grid {
        grid-template-columns: repeat(3, 40px);
    }
}

@media (max-width: 1199px) {
    .news-category-hero {
        padding: 18px 0 34px;
    }

    .news-category-hero .container {
        gap: 22px;
    }

    .news-category-breadcrumb {
        font-size: 12px;
    }

    .news-category-sidebar {
        display: none;
    }

    .news-category-layout {
        display: block;
        padding-bottom: 70px;
    }

    .news-category-featured {
        grid-template-columns: minmax(0, 1fr) minmax(310px, .92fr);
        gap: 28px;
        margin-bottom: 30px;
    }

    .news-category-featured .news-featured-card__title {
        font-size: 27px;
    }

    .news-category-featured .news-featured-card__description {
        margin-top: 16px;
        font-size: 16px;
    }

    .news-category-featured .news-featured-card__read {
        min-width: 250px;
        margin-top: 20px;
        font-size: 15px;
    }

    .news-category-grid {
        gap: 24px;
    }

    .news-category-mobile-socials {
        display: block;
        margin-top: 82px;
    }

    .news-category-mobile-socials .news-category-panel {
        border-radius: 20px;
        padding: 22px 24px;
    }

    .news-category-mobile-socials .news-category-panel h2 {
        margin-bottom: 16px;
        font-size: 17px;
    }

    .news-category-mobile-socials .home-socials__grid {
        grid-template-columns: repeat(6, 40px);
    }
}

@media (max-width: 991px) {
    .news-category-title {
        gap: 14px;
        font-size: 34px;
    }

    .news-category-title span {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .news-category-featured {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
    }

    .news-category-featured .news-featured-card__meta {
        margin-bottom: 12px;
    }

    .news-category-featured .news-featured-card__title {
        max-width: none;
        font-size: 28px;
    }

    .news-category-featured .news-featured-card__description {
        max-width: none;
        margin-top: 12px;
        font-size: 15px;
    }

    .news-category-featured .news-featured-card__read {
        width: 100%;
        min-width: 0;
    }

    .news-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .news-category-card {
        border-radius: 14px;
    }

    .news-category-card__body {
        padding: 13px;
    }

    .news-featured-card__meta {
        margin-bottom: 18px;
        font-size: 11px;
        gap: 8px;
    }

    .news-featured-card__meta span {
        gap: 6px;
    }

    .news-featured-card__meta img,
    .news-featured-card__meta svg {
        width: 15px;
        height: 15px;
        flex-basis: 15px;
    }

    .news-category-card .news-featured-card__title {
        min-height: 42px;
        font-size: 14px;
    }

    .news-category-card .news-featured-card__description {
        min-height: 90px;
        margin-top: 18px;
        font-size: 13px;
        line-height: 125%;
    }

    .news-category-card .news-featured-card__read {
        min-height: 34px;
        border-radius: 9px;
        font-size: 14px;
    }

}

@media (max-width: 767px) {
    .news-category-hero {
        padding-top: 14px;
    }

    .news-category-hero .container {
        gap: 18px;
    }

    .news-category-breadcrumb {
        font-size: 10px;
    }

    .news-category-title {
        gap: 10px;
        font-size: 25px;
    }

    .news-category-title span {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
    }

    .news-category-featured__image {
        border-radius: 14px;
    }

    .news-category-featured .news-featured-card__title {
        font-size: 22px;
    }

    .news-category-featured .news-featured-card__description {
        font-size: 12px;
    }

    .news-category-featured .news-featured-card__read {
        min-height: 42px;
        border-radius: 9px;
        font-size: 14px;
    }

    .news-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .news-category-card .news-featured-card__meta {
        margin-bottom: 16px;
        font-size: 10px;
    }

    .news-category-card .news-featured-card__title {
        min-height: 40px;
        font-size: 14px;
    }

    .news-category-card .news-featured-card__description {
        min-height: 102px;
        margin-top: 16px;
        font-size: 13px;
        -webkit-line-clamp: 6;
    }

    .news-category-card .news-featured-card__read {
        min-height: 31px;
        font-size: 14px;
    }

    .news-category-more {
        margin-top: 70px;
    }

    .news-category-more a {
        min-width: 216px;
        min-height: 50px;
        border-radius: 10px;
        font-size: 18px;
    }
}

@media (max-width: 567px) {
    .news-category-hero .container,
    .news-category-page > .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .news-category-layout {
        padding-bottom: 54px;
    }

    .news-category-featured {
        margin-bottom: 28px;
    }

    .news-category-card__body {
        padding: 10px 10px 11px;
    }

    .news-featured-card__meta {
        font-size: 9px;
    }

    .news-featured-card__meta img,
    .news-featured-card__meta svg {
        width: 13px;
        height: 13px;
        flex-basis: 13px;
    }

    .news-category-card .news-featured-card__title {
        font-size: 14px;
    }

    .news-category-card .news-featured-card__description {
        font-size: 13px;
    }

    .news-category-mobile-socials {
        margin-top: 56px;
    }

    .news-category-mobile-socials .news-category-panel {
        padding: 16px;
        border-radius: 14px;
    }

    .news-category-mobile-socials .news-category-panel h2 {
        font-size: 16px;
    }

    .news-category-mobile-socials .home-socials__grid {
        grid-template-columns: repeat(6, 32px);
        gap: 9px;
    }

    .news-category-mobile-socials .home-socials__link,
    .news-category-mobile-socials .home-socials__icon,
    .news-category-mobile-socials .home-socials__icon img {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 359px) {
    .news-category-grid {
        gap: 12px;
    }

    .news-category-card__body {
        padding: 8px;
    }

    .news-category-card .news-featured-card__meta {
        font-size: 8px;
    }

    .news-category-card .news-featured-card__title {
        font-size: 14px;
    }

    .news-category-card .news-featured-card__description {
        min-height: 92px;
        font-size: 13px;
    }

    .news-category-mobile-socials .home-socials__grid {
        grid-template-columns: repeat(6, 28px);
        gap: 7px;
    }

    .news-category-mobile-socials .home-socials__link,
    .news-category-mobile-socials .home-socials__icon,
    .news-category-mobile-socials .home-socials__icon img {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 1300px) {
    .news-latest-page .home-socials__link {
        display: flex;
        width: 133px;
        max-width: 100%;
        height: 60px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: var(---, 8px);
        background: var(--Color-White-Light-400, #E1E3EB);
    }

    .news-latest-page .home-socials__icon,
    .news-latest-page .home-socials__icon img {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 769px) and (max-width: 1300px) {
    .news-latest-page .home-socials__grid,
    .news-latest-page .news-category-mobile-socials .home-socials__grid {
        grid-template-columns: repeat(6, minmax(0, 133px));
        gap: 10px;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .news-latest-page .home-socials__grid,
    .news-latest-page .news-category-mobile-socials .home-socials__grid {
        grid-template-columns: repeat(3, minmax(0, 133px));
        gap: 10px;
        justify-content: center;
    }

    .news-latest-page .news-category-mobile-socials .home-socials__link {
        width: 133px;
        max-width: 100%;
        height: 60px;
    }

    .news-latest-page .news-category-mobile-socials .home-socials__icon,
    .news-latest-page .news-category-mobile-socials .home-socials__icon img {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 459px) {
    .news-latest-page .home-socials__grid,
    .news-latest-page .news-category-mobile-socials .home-socials__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .news-latest-page .home-socials__link,
    .news-latest-page .news-category-mobile-socials .home-socials__link {
        width: 100%;
    }
}
