/* Category listing page extras (uses news-list.css base) */

.cat-hero {
    margin: 0 0 1rem;
    padding: .9rem 1rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-left: 4px solid #d00000;
    border-radius: 4px;
}

.cat-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem .75rem;
    margin-bottom: .45rem;
}

.cat-hero__badge {
    display: inline-flex;
    align-items: center;
    padding: .15rem .45rem;
    background: #d00000;
    color: #fff;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-radius: 3px;
}

.cat-hero__count {
    font-size: .72rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.cat-hero__title {
    margin: 0;
    font-size: 1.45rem;
    font-weight: 900;
    color: #111827;
    line-height: 1.25;
}

.cat-hero__desc {
    margin: .45rem 0 0;
    font-size: .9rem;
    line-height: 1.5;
    color: #4b5563;
}

.cat-browse-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cat-browse-list li + li {
    border-top: 1px solid #f1f5f9;
}

.cat-browse-list a {
    display: block;
    padding: .55rem 0;
    color: #111827;
    font-size: .86rem;
    font-weight: 700;
    text-decoration: none;
}

.cat-browse-list a:hover,
.cat-browse-list a.is-active {
    color: #b91c1c;
}

@media (max-width: 640px) {
    .cat-hero {
        padding: .75rem .85rem;
    }

    .cat-hero__title {
        font-size: 1.2rem;
    }

    .cat-hero__desc {
        font-size: .84rem;
    }
}
