/* Don Lucho v59 - notas de orientación discretas */
.menu-only-note.compact-menu-note{
  margin:12px 0 0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  color:#496a70!important;
  font-size:12.5px!important;
  line-height:1.45!important;
  font-weight:500!important;
  display:grid;
  gap:3px;
}
.menu-only-note.compact-menu-note span{display:block}
.menu-only-note.compact-menu-note b{color:var(--coral);font-weight:800}
@media(max-width:620px){
  .menu-only-note.compact-menu-note{font-size:12px!important;gap:4px}
}
