/* Redesign: бейджи и теги (r__*) */

.r__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    min-height: 22px;
    padding: 0 0.45rem;
    border-radius: 6px;
    background: var(--r__secondary-bg);
    color: var(--r__text-muted);
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.r__badge--flag {
    width: 22px;
    min-height: 22px;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    font-size: 0.7rem;
    text-transform: none;
}

.r__badge--hot {
    width: 28px;
    min-height: 28px;
    padding: 0;
    border-radius: 8px;
    background: rgba(17, 24, 39, 0.72);
    color: #fff;
    backdrop-filter: blur(6px);
}

.r__badge--warn {
    background: #fef3c7;
    color: #92400e;
    text-transform: none;
}
