/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

.logo-main.scale-with-grid.svg{max-height:90px !important;}

.badge-sezioni{border-radius:8px;}
.badge-sezioni h3{margin-bottom:0;}


/* MENU DEL GIORNO */
.mgm-daily{padding:20px;
background:#fcedd1;
border:1px solid #b14926;}

.mgm-daily h3{font-size:28px;
font-weight:600;
margin-bottom:50px;
text-align:center;
line-height:120%;
background: #b14926;
    color: #fff;
    padding: 10px;}

.mgm-daily .section-title{margin-bottom:-5px;
margin-top:30px;}

.mgm-daily .section-title h4,
.mgm-extra-title{color:#b14926;
font-family:"Poppins", sans-serif;
text-transform:uppercase;
font-size:26px;}

.mgm-beverages{background:#f0f0f0;
border:1px solid #b14926;
padding:15px;
border-radius:8px;
margin-top:50px;}

.mgm-legend{text-align: right !important;;
    margin-top: 50px;}
.mgm-legend p{font-size:14px;
margin-bottom:5px !important;}

.mgm-legend h6{font-size:14px;}

.mgm-extra-title{letter-spacing:0 !important;
font-weight:700;}

.mgm-daily-extra p{line-height:140%;}

.mgm-daily-extra{text-align:center;
color:#333;}

.mgm-daily .price{font-size:18px;
color:#000;}

.mgm-daily .product-title{color:#000;
margin-bottom:8px;}

.mgm-daily .product-desc{margin-top:-5px;
color:#333;
font-style:italic;
font-size:14px;}

.mgm-daily .variants{margin-top:-5px;}

.mgm-daily .variants .mgm-muted{
color:#333;
font-style:italic;
font-size:14px;}

.mgm-daily .alg-btn{text-transform: uppercase;
    font-size: 11px;
    color: #333;
    border: 1px solid #333;
    padding: 3px;
    border-radius: 5px;
	font-weight:600;
}

.mgm-daily .variants{margin-left:0;}

.variant .mgm-muted{font-style:normal;
color:#333;
font-size:16px;}

.mgm-muted{font-size:12px;
color:#333;
font-style:italic;}

.mgm-not-available{font-size: 18px;
    text-align: center;
    min-height: 300px;}

/* linea titolo + prezzo del prodotto */
.mgm-daily .product > .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;      /* allinea le baseline del testo */
  gap: .5rem;
}
.mgm-daily .product .product-title { flex: 1 1 auto; min-width: 0; }
.mgm-daily .product .price { white-space: nowrap; margin-left: .75rem; }

.mgm-daily .product-desc,
.mgm-daily .variants,
.mgm-daily .variant .mgm-muted {
  max-width: 85%;       /* ≈ 2/3 della larghezza totale */
  display: block;       /* assicura che vadano a capo correttamente */
  line-height: 1.4;
}

.mgm-daily .mgm-mini-notes {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #444;
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.mgm-daily .mgm-mini-notes span {
  color: #b1471d;
  font-weight: 600;
}

.contatti-pranzo a{color:#000 !important;}

@media screen and (max-width:767px)
{
	
	.mgm-daily h3{font-size:23px;
	    padding: 4px;}
	.mgm-daily .section-title h4,
	.mgm-extra-title{font-size:21px;}
	.mgm-daily .product-title{font-size:16px;}
	
	.variant .mgm-muted{font-size:13px;
	margin-bottom: 5px;}

}