﻿body {
    /*font-family: 'Roboto', sans-serif;*/
    /*font-size: 2rem;*/
    font-family: 'Montserrat', sans-serif;
}

.card-body {
    padding: 0 !important;
}

.list-group-item {
    border: none !important;
    border-bottom: 1px solid gray;
}

.btn {
    font-size: 2rem !important;
}

.desc {
    font-size: 0.9rem;
    font-weight: 500;
    font-style: italic;
}

.menu-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.navbar-brand {
    width: 100%;
}

.no-hover:hover {
    text-decoration: none;
}

.fg-white {
    color: white;
}

.bg-black {
    background-color: black;
}

.p-r-0 {
    padding-right: 0;
}

.p-l-0 {
    padding-left: 0;
}

.accordion .card-header .no-hover h4:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.accordion .card-header.collapsed .no-hover.collapsed:after h4 {
    /* symbol for "collapsed" panels */
    content: "\f106";
}

.nome-categoria {
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: #333;
}

.card-temp {
    border: none;
    border-bottom: 1px solid !important;
}

.list-group-item {
    padding: .2rem 1rem 0.2rem 1rem !important;
    border-bottom: 1px dotted #333 !important;
}

.desc-red {
    color: red;
    font-weight: 600;
}

.cat-desc {
    color: black;
    font-weight: 400;
}

.cat-note {
    color: black;
    font-weight: 400;
    font-size: 0.8em;
    background: #ededed;
    padding: 1em;
}
.surgelato {
    font-size: 0.7rem;
}
.ul-no-bullets {
    list-style-type: none; /* niente pallini */
    margin: 0;
    padding-left: 0;
}

    .ul-no-bullets li {
        display: flex; /* icona + testo sulla stessa riga */
        align-items: center; /* centrati in altezza rispetto all'icona */
        font-size: 12px; /* se vuoi tenere il font a 12 */
    }

        .ul-no-bullets li .eicon {
            margin-right: 8px; /* spazio tra icona e testo */
        }

.allergeni-box {
    font-size: 10px;
    color: orangered;
    margin-top: 4px;
}

.allergeni-titolo {
    margin-bottom: 4px; /* distacco dal gruppo icone */
}

.allergeni-icone {
    display: flex; /* icone su una riga, che vanno a capo se servono */
    flex-wrap: wrap;
    gap: 4px; /* spazio tra le icone */
}
