.news-agent-featured-overlay {
    position: relative;
    display: block;
    max-width: 100%;
    container-type: inline-size;
    overflow: hidden;
}

.news-agent-featured-overlay > img {
    display: block;
    max-width: 100%;
}

.news-agent-featured-overlay__title {
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
    width: max-content;
    padding: 0.18em 0.55em;
    overflow-wrap: anywhere;
    pointer-events: none;
    left: 50%;
    top: 96.5%;
    transform: translate(-50%, -100%);
    max-width: 80%;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 48px;
    font-size: clamp(14px, 4cqw, 72px);
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-shadow: 0 3px 8px #000;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.7) 18%, rgba(0, 0, 0, 0.7) 82%, transparent);
}

@media (max-width: 560px) {
    .news-agent-featured-overlay__title {
        padding: 0.14em 0.42em;
    }
}
