.prose-news .news-featured {
    overflow: hidden;
    margin-top: 1.25rem;
    border: 1px solid #fecdd3;
    border-radius: .875rem;
    background: #fff1f2;
    box-shadow: 0 10px 24px rgba(216, 0, 39, .08);
}

.prose-news .news-featured-media {
    position: relative;
    margin: 0;
}

.prose-news .news-featured-media img {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.prose-news .news-featured-credit {
    position: absolute;
    right: .75rem;
    bottom: .75rem;
    padding: .25rem .6rem;
    border-radius: .35rem;
    background: rgba(15, 23, 42, .55);
    color: #fff;
    font-size: .7rem;
    font-style: normal;
}

.prose-news .news-featured-body {
    padding: 1.5rem 1.5rem 1.75rem;
}

.prose-news .news-featured-body h4 {
    margin: 0 0 .4rem;
    color: #002856;
    font-size: 1.3rem;
    font-weight: 700;
}

.prose-news .news-featured-body .news-featured-claim {
    margin: 0 0 .9rem;
    color: #9f1239;
    font-size: 1rem;
    font-weight: 600;
}

.prose-news .news-featured-params {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .6rem;
    margin: 1.1rem 0;
}

.prose-news .news-featured-params > div {
    padding: .6rem .75rem;
    border-radius: .6rem;
    background: #fff;
}

.prose-news .news-featured-params-label {
    display: block;
    color: #9f1239;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.prose-news .news-featured-params-value {
    display: block;
    margin-top: .15rem;
    color: #0f172a;
    font-size: .85rem;
    font-weight: 600;
    line-height: 1.4;
}

.prose-news .news-featured-body .news-note {
    margin-top: 0;
    margin-bottom: 1.25rem;
}

.prose-news .news-featured-buttons {
    justify-content: flex-start;
}

.prose-news .news-featured-buttons a.news-button-light {
    border: 1.5px solid #002856;
}

.prose-news .news-activity .news-guided {
    margin-top: 1.25rem;
    padding: 1.5rem 1.5rem 1.6rem;
    border: 1px solid #bfdbfe;
    border-radius: .875rem;
    background: #eff6ff;
    box-shadow: 0 10px 24px rgba(0, 40, 86, .08);
}

.prose-news .news-activity .news-guided-badge {
    display: inline-block;
    margin-bottom: .6rem;
    padding: .3rem .7rem;
    border-radius: 999px;
    background: #002856;
    color: #fff;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.prose-news .news-activity .news-guided h4 {
    margin: 0 0 .75rem;
    color: #002856;
    font-size: 1.2rem;
    font-weight: 700;
}

.prose-news .news-activity .news-guided-times {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: .9rem;
}

.prose-news .news-activity .news-guided-times span {
    padding: .45rem .85rem;
    border-radius: .5rem;
    background: #002856;
    color: #fff;
    font-size: .95rem;
    font-weight: 700;
}

.prose-news .news-activity .news-guided p {
    margin: 0 0 .75rem;
    color: #1e3a5f;
}

.prose-news .news-activity .news-guided-meta {
    margin-bottom: .75rem;
    color: #475569;
    font-size: .8rem;
    font-weight: 600;
}

.prose-news .news-activity a.news-guided-link {
    font-weight: 700;
}

@media (max-width: 640px) {
    .prose-news .news-featured-params {
        grid-template-columns: 1fr;
    }

    .prose-news .news-featured-body {
        padding: 1.25rem 1.1rem 1.5rem;
    }

    .prose-news .news-featured-buttons {
        justify-content: center;
    }

    .prose-news .news-activity .news-guided {
        padding: 1.25rem 1.1rem 1.4rem;
    }
}
