.three-category-news {
    --three-category-news-navy: #001f35;
    --three-category-news-accent: #1183f8;
    --three-category-news-text: #000;
    --three-category-news-divider: #d1d3d4;
    --three-category-news-background: #fff;
    width: 100%;
    color: var(--three-category-news-text);
    background: var(--three-category-news-background);
}

.three-category-news__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.three-category-news__column {
    min-width: 0;
}

.three-category-news__category {
    margin: 0 0 1rem;
    padding: .2rem 0 .1rem .75rem;
    border-left: .5rem solid var(--three-category-news-accent);
    font-size: 1.5rem;
    line-height: 1;
    text-transform: uppercase;
}

.three-category-news__category,
.three-category-news__category * {
    font-family: var(--bgvoice-font-black) !important;
    font-weight: normal;
}

.three-category-news__category a,
.three-category-news__headline a {
    color: inherit;
    text-decoration: none;
}

.three-category-news__category a {
    color: var(--three-category-news-navy);
}

.three-category-news__category a:hover,
.three-category-news__category a:focus-visible,
.three-category-news__headline a:hover,
.three-category-news__headline a:focus-visible {
    color: var(--three-category-news-accent);
}

.three-category-news__category a:focus-visible,
.three-category-news__headline a:focus-visible {
    outline: 2px solid var(--three-category-news-accent);
    outline-offset: 3px;
}

.three-category-news__lead-image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: .75rem;
    border-radius: .25rem;
    aspect-ratio: 16 / 9;
    background: var(--three-category-news-divider);
}

.three-category-news__lead-image picture,
.three-category-news__lead-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.three-category-news__lead-image img {
    object-fit: cover;
}

.three-category-news__headline {
    margin: 0;
    overflow-wrap: break-word;
    word-break: normal;
    font-family: var(--bgvoice-font-book) !important;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.18;
}

.three-category-news__headline--lead,
.three-category-news__headline--lead * {
    font-family: var(--bgvoice-font-black) !important;
    font-size: clamp(1.45rem, 1.8vw, 1.8rem);
    line-height: 1.08;
}

.three-category-news__supporting {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.three-category-news__supporting-item {
    margin: 0;
    padding: 1rem 0;
    border-top: 1px solid var(--three-category-news-divider);
}

.three-category-news__empty {
    margin: 0;
    padding: 1rem 0;
    border-top: 1px solid var(--three-category-news-divider);
    color: #525252;
    font-family: var(--bgvoice-font-book) !important;
    font-size: 1rem;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .three-category-news__grid {
        gap: 1.25rem;
    }

    .three-category-news__category {
        font-size: 1.25rem;
    }

    .three-category-news__headline {
        font-size: 1.05rem;
    }

    .three-category-news__headline--lead {
        font-size: 1.35rem;
    }
}

@media (max-width: 767.98px) {
    .three-category-news__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 2.5rem;
    }

    .three-category-news__category {
        font-size: 1.35rem;
    }

    .three-category-news__headline {
        font-size: 1.125rem;
        line-height: 1.2;
    }

    .three-category-news__headline--lead {
        font-size: 1.5rem;
        line-height: 1.1;
    }
}
