/* ── Sections ───────────────────────────────────── */

.rm-section {
    margin-bottom: 2.5rem;
}

.rm-section__heading {
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: 2px solid currentColor;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.rm-section__note {
    font-style: italic;
    opacity: 0.7;
    margin-top: 0;
    margin-bottom: 1rem;
}

/* ── Items ──────────────────────────────────────── */

.rm-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rm-item {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.rm-item:last-child {
    border-bottom: none;
}

.rm-item__header {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.rm-item__name {
    font-weight: 600;
    flex: 1;
}

.rm-item__price {
    font-weight: 600;
    white-space: nowrap;
}

.rm-item__description {
    margin: 0.25rem 0 0;
    opacity: 0.7;
    font-size: 0.9em;
}

/* ── Badges ─────────────────────────────────────── */

.rm-item__badge {
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.2em 0.5em;
    border-radius: 3px;
    white-space: nowrap;
}

.rm-item__badge--popular { background: #fff3cd; color: #856404; }
.rm-item__badge--new     { background: #d1e7dd; color: #0a3622; }
.rm-item__badge--gf      { background: #d3f4e0; color: #1a5c38; }
.rm-item__badge--vegan   { background: #d4edda; color: #155724; }
.rm-item__badge--v       { background: #e2f0cb; color: #3d6b21; }
.rm-item__badge--spicy   { background: #f8d7da; color: #721c24; }
