/* Рейтинг систем внутри новости */

.news-content .rating-lead {
    font-size: 1.15rem;
    line-height: 1.65;
    color: #333;
    margin-bottom: 1.25rem;
}

.news-content .rating-list {
    margin: 2rem 0;
}

.news-content .rating-item {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.25rem;
    align-items: flex-start;
    padding: 1.25rem 0;
    border-bottom: 1px solid #ececec;
}

.news-content .rating-item:last-child {
    border-bottom: none;
}

.news-content .rating-item--featured {
    background: linear-gradient(135deg, rgba(114, 0, 226, 0.06), rgba(152, 59, 233, 0.03));
    border: 1px solid rgba(114, 0, 226, 0.18);
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 0.5rem;
}

.news-content .rating-item__rank {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #7200e2;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-content .rating-item--featured .rating-item__rank {
    background: linear-gradient(135deg, #7200e2, #983be9);
}

.news-content .rating-item__thumb {
    flex-shrink: 0;
    width: 140px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    background: #f5f5f5;
}

.news-content .rating-item__body {
    flex: 1;
    min-width: 220px;
}

.news-content .rating-item__badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #7200e2;
    background: rgba(114, 0, 226, 0.08);
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    margin-bottom: 0.35rem;
}

.news-content .rating-item__body h3 {
    font-size: 1.25rem;
    margin: 0 0 0.35rem;
    color: #111;
}

.news-content .rating-item__tagline {
    color: #7200e2;
    font-size: 0.95rem;
    margin: 0 0 0.75rem;
}

.news-content .rating-item__body p {
    margin-bottom: 0.65rem;
    line-height: 1.6;
}

.news-content .rating-item__note {
    color: #666;
    font-size: 0.92rem;
}

.news-content .rating-item__link {
    color: #7200e2;
    font-weight: 600;
    text-decoration: none;
}

.news-content .rating-item__link:hover {
    text-decoration: underline;
}

.news-content .rating-outro {
    margin-top: 2rem;
    padding: 1.25rem 1.5rem;
    background: #f8f5ff;
    border-left: 4px solid #7200e2;
    border-radius: 0 8px 8px 0;
    line-height: 1.65;
}

@media (max-width: 576px) {
    .news-content .rating-item__thumb {
        width: 100%;
        height: auto;
        max-height: 160px;
    }
}
