/* ============================================================
   STRUTTURA DI BASE
   ============================================================ */
.rura-menu-wrapper {
    max-width: var(--rura-larghezza, 700px);
    margin: 40px auto;
    padding: 15px;
    box-sizing: border-box;
}

.rura-menu-card {
    background: #FFF;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
}

.rura-menu-titolo {
    font-size: 2.6rem !important;
    font-weight: bold !important;
    margin: 0 0 5px 0 !important;
    text-transform: uppercase;
}

.rura-menu-sottotitolo {
    font-size: 1.1rem;
    color: #666;
    font-style: italic;
    margin: 0 0 25px 0 !important;
}

.rura-menu-sezione {
    margin-bottom: 25px;
}

.rura-menu-sezione h4 {
    font-size: 1.2rem !important;
    font-weight: bold !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px !important;
}

.rura-menu-lista {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.rura-menu-lista li {
    font-size: 1.25rem !important;
    color: #222 !important;
    margin: 8px 0 !important;
    line-height: 1.4 !important;
    transition: all 0.2s ease;
}

.rura-menu-lista li:hover {
    transform: scale(1.02);
}

/* ============================================================
   BOX BAMBINI
   ============================================================ */
.rura-menu-bambini {
    background: #F4F9FF;
    border: 1px solid #BEE3F8;
    border-radius: 12px;
    padding: 15px;
    margin: 25px 0;
    text-align: center;
}

.rura-menu-bambini h5 {
    font-size: 1.1rem !important;
    font-weight: bold !important;
    margin: 0 0 5px 0 !important;
    text-transform: uppercase;
    color: #2B6CB0 !important;
}

.rura-menu-bambini p {
    font-size: 1.05rem !important;
    margin: 0 !important;
    font-style: italic;
    color: #4A5568 !important;
}

.rura-menu-bambini ul.rura-menu-lista li {
    font-size: 1.05rem !important;
    color: #4A5568 !important;
    font-style: italic;
}

/* ============================================================
   FOOTER PREZZI
   ============================================================ */
.rura-menu-footer {
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px dashed #E2E8F0;
}

.rura-prezzo-tag {
    font-size: 1.1rem;
    font-weight: bold;
    color: #4A5568;
}

.rura-prezzo-tag span {
    font-size: 1.6rem;
    display: block;
    font-weight: 800;
}

/* ============================================================
   BOX VARIANTI ALTERNATIVE
   ============================================================ */
.rura-alternativo-box {
    margin-top: 20px;
    padding: 15px;
    background: #F7FAFC;
    border-left: 4px solid #CBD5E0;
    border-radius: 4px;
    text-align: left;
}

.rura-alternativo-box strong {
    color: #2D3748;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 0.9rem;
}

/* ============================================================
   NOTE INFORMATIVE
   ============================================================ */

/* NOTA FINALE (sotto il footer prezzi) */
.rura-menu-nota {
    margin: 20px auto 0;
    padding: 12px 18px;
    background: #F7FAFC;
    border-left: 4px solid #CBD5E0;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    color: #4A5568;
    font-style: italic;
    text-align: left;
    max-width: 100%;
}

.rura-menu-nota .rura-nota-icona {
    font-style: normal;
    font-size: 1.2rem;
    flex-shrink: 0;
}

/* NOTA IN ALTA (sotto il sottotitolo) */
.rura-menu-nota-alta {
    margin: 15px auto 25px;
    padding: 10px 16px;
    background: #FFFBEB;
    border: 1px solid #FCD34D;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    color: #92400E;
    font-weight: 500;
    text-align: left;
    max-width: 100%;
}

.rura-menu-nota-alta .rura-nota-icona {
    flex-shrink: 0;
}

/* ============================================================
   TEMA: NATALE
   ============================================================ */
.theme-natale {
    border: 3px double #C29B38 !important;
    box-shadow: 0 15px 40px rgba(211, 47, 47, 0.1) !important;
    background-image: radial-gradient(rgba(194, 155, 56, 0.03) 1px, transparent 0) !important;
    background-size: 20px 20px !important;
}

.theme-natale .rura-menu-titolo {
    color: #D32F2F !important;
    font-family: 'Georgia', serif !important;
}

.theme-natale .rura-menu-sezione h4 {
    color: #C29B38 !important;
    font-family: 'Georgia', serif !important;
}

.theme-natale .rura-menu-lista li:hover {
    color: #C29B38 !important;
}

.theme-natale .rura-menu-nota {
    background: #FFFBF0;
    border-left-color: #C29B38;
    color: #7B5E1F;
}

.theme-natale .rura-menu-nota-alta {
    background: #FEF3C7;
    border-color: #C29B38;
    color: #7B5E1F;
}

/* ============================================================
   TEMA: SAN MARTINO
   ============================================================ */
.theme-san-martino {
    background-color: #FFFDF9 !important;
    border: 2px solid #D7CCC8 !important;
    box-shadow: 0 10px 30px rgba(78, 52, 46, 0.08) !important;
}

.theme-san-martino::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px dashed #BCAAA4 !important;
    border-radius: 12px;
    pointer-events: none;
}

.theme-san-martino .rura-menu-titolo {
    color: #4E342E !important;
}

.theme-san-martino .rura-menu-sezione h4 {
    color: #8D6E63 !important;
}

.theme-san-martino .rura-menu-lista li:hover {
    color: #8D6E63 !important;
}

.theme-san-martino .rura-menu-nota {
    background: #FAF6F0;
    border-left-color: #BCAAA4;
    color: #5D4037;
}

.theme-san-martino .rura-menu-nota-alta {
    background: #FFF3E0;
    border-color: #D7CCC8;
    color: #4E342E;
}

/* ============================================================
   TEMA: HALLOWEEN
   ============================================================ */
.theme-halloween {
    background-color: #1A1A1A !important;
    border: 2px solid #FF6F00 !important;
    box-shadow: 0 10px 30px rgba(255, 111, 0, 0.2) !important;
}

.theme-halloween .rura-menu-titolo {
    color: #FF6F00 !important;
    text-shadow: 2px 2px 0px #000;
}

.theme-halloween .rura-menu-sottotitolo {
    color: #A0AEC0;
}

.theme-halloween .rura-menu-sezione h4 {
    color: #BBF7D0 !important;
}

.theme-halloween .rura-menu-lista li {
    color: #E2E8F0 !important;
}

.theme-halloween .rura-menu-lista li:hover {
    color: #FF6F00 !important;
}

.theme-halloween .rura-prezzo-tag {
    color: #A0AEC0;
}

.theme-halloween .rura-prezzo-tag span {
    color: #FF6F00;
}

.theme-halloween .rura-alternativo-box {
    background: #2D2D2D;
    border-left-color: #FF6F00;
    color: #FFF;
}

.theme-halloween .rura-alternativo-box strong {
    color: #FF6F00;
}

.theme-halloween .rura-menu-nota {
    background: #2D2D2D;
    border-left-color: #FF6F00;
    color: #E2E8F0;
}

.theme-halloween .rura-menu-nota-alta {
    background: #3D2A00;
    border-color: #FF6F00;
    color: #FFB74D;
}

.theme-halloween .rura-menu-bambini {
    background: #1F2937;
    border-color: #374151;
}

.theme-halloween .rura-menu-bambini h5 {
    color: #60A5FA !important;
}

.theme-halloween .rura-menu-bambini p,
.theme-halloween .rura-menu-bambini ul.rura-menu-lista li {
    color: #CBD5E0 !important;
}

/* ============================================================
   RESPONSIVE
   ------------------------------------------------------------
   Su mobile (≤768px) la larghezza viene forzata a 100%
   per garantire leggibilità, ignorando l'attributo larghezza.
   ============================================================ */
@media (max-width: 768px) {
    .rura-menu-wrapper {
        max-width: 100% !important;
    }

    .rura-menu-card {
        padding: 30px 15px !important;
    }

    .rura-menu-titolo {
        font-size: 1.8rem !important;
    }

    .rura-menu-lista li {
        font-size: 1.1rem !important;
    }

    .rura-menu-footer {
        flex-direction: column;
        gap: 15px;
    }

    .rura-menu-nota,
    .rura-menu-nota-alta {
        display: flex;
        width: 100%;
    }
}/* ============================================================
   SEPARATORE VISIVO TRA SEZIONI
   ============================================================ */
.rura-menu-separatore-visivo {
    text-align: center;
    color: #CBD5E0;
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    margin: 25px 0;
    font-weight: 400;
    user-select: none;
    line-height: 1;
}

.theme-natale .rura-menu-separatore-visivo {
    color: #C29B38;
}

.theme-san-martino .rura-menu-separatore-visivo {
    color: #BCAAA4;
}

.theme-halloween .rura-menu-separatore-visivo {
    color: #FF6F00;
    text-shadow: 0 0 8px rgba(255, 111, 0, 0.4);
}

