﻿.pqr-menu-group-title{
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 6px;
    font-weight: 600;
}

.pqr-menu-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.pqr-menu-item{
    padding: 12px 0;
    border-bottom: 1px dotted #ccc;
}

.pqr-menu-item:last-child{
    border-bottom: none;
}

/* NÉV BALRA + ÁR JOBBRA, EGY SORBAN */
.pqr-menu-line{
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    gap: 12px;
}

.pqr-menu-name{
    font-weight: 600;
    flex: 1 1 auto;
    min-width: 0;              /* fontos, hogy törhessen */
}

.pqr-menu-price{
    font-weight: 600;
    white-space: nowrap;       /* ár ne törjön */
    flex: 0 0 auto;
    text-align: right;
}

/* LEÍRÁS ALATTA */
.pqr-menu-desc{
    margin-top: 4px;
    font-size: 0.9rem;
    color: #555;
}
