.rlm-news-block {
    background:
        linear-gradient(180deg, rgba(7, 7, 7, 0.98), rgba(18, 14, 9, 0.96)),
        linear-gradient(135deg, rgba(214, 170, 66, 0.07), rgba(255, 255, 255, 0));
    border: 1px solid rgba(214, 170, 66, 0.18);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
    border-radius: 20px;
    color: var(--fnn-white, #f7f2e8);
    padding: 24px;
}

.rlm-news-block__header {
    margin-bottom: 18px;
}

.rlm-news-block__title {
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.05;
    margin: 0;
    text-transform: uppercase;
}

.rlm-news-block__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.rlm-news-block__tag {
    background: rgba(214, 170, 66, 0.12);
    border: 1px solid rgba(214, 170, 66, 0.30);
    border-radius: 999px;
    color: var(--fnn-red-accent, #d6aa42);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 6px 10px;
    text-transform: uppercase;
}

.rlm-news-block__grid {
    display: grid;
    gap: 18px;
}

.rlm-news-block__grid--featured {
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
}

.rlm-news-block__featured,
.rlm-news-block__item,
.rlm-news-block__empty {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.015));
    border: 1px solid rgba(214, 170, 66, 0.12);
    border-radius: 18px;
}

.rlm-news-block__featured {
    display: grid;
    min-height: 420px;
    overflow: hidden;
}

.rlm-news-block__featured-media {
    background-color: #120f0a;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    min-height: 240px;
    position: relative;
}

.rlm-news-block__featured-overlay {
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.10), rgba(8, 8, 8, 0.78));
    inset: 0;
    position: absolute;
}

.rlm-news-block__featured-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
}

.rlm-news-block__list {
    display: grid;
    gap: 14px;
}

.rlm-news-block__item {
    padding: 18px 20px;
}

.rlm-news-block__date {
    color: rgba(216, 209, 194, 0.82);
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.rlm-news-block__headline,
.rlm-news-block__item-title {
    font-size: 1.2rem;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
}

.rlm-news-block__headline {
    font-size: clamp(1.8rem, 4vw, 3rem);
}

.rlm-news-block__headline a,
.rlm-news-block__item-title a {
    color: #ffffff;
    text-decoration: none;
}

.rlm-news-block__headline a:hover,
.rlm-news-block__item-title a:hover,
.rlm-news-block__link:hover {
    color: var(--fnn-red-accent, #d6aa42);
}

.rlm-news-block__excerpt,
.rlm-news-block__item-excerpt {
    color: rgba(216, 209, 194, 0.88);
    margin: 0;
}

.rlm-news-block__link {
    color: var(--fnn-red-accent, #d6aa42);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-top: auto;
    text-decoration: none;
    text-transform: uppercase;
}

.rlm-news-block__empty {
    color: rgba(216, 209, 194, 0.88);
    padding: 20px;
}

.rlm-news-block-preview .rlm-news-block {
    margin: 0;
}

@media (max-width: 960px) {
    .rlm-news-block__grid--featured {
        grid-template-columns: 1fr;
    }

    .rlm-news-block__featured {
        min-height: 0;
    }
}
