/* Don Lucho v52 - Disponibilidad diaria del almuerzo */
#featuredLunch[hidden],#lunchBtn[hidden]{display:none!important}
.lunch-admin-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:12px}
.lunch-admin-head h3{margin-bottom:4px}.lunch-admin-head p{margin:0;color:#496a70;font-size:13px;line-height:1.4;max-width:700px}
.lunch-available-toggle{display:flex!important;align-items:center;gap:9px;white-space:nowrap;font-weight:800;background:#f4fbfc;border:1px solid var(--line);border-radius:10px;padding:10px 12px}
.lunch-available-toggle input{width:20px!important;height:20px;min-height:0!important;margin:0}
@media(max-width:620px){.lunch-admin-head{flex-direction:column;gap:10px}.lunch-available-toggle{width:100%;box-sizing:border-box;justify-content:flex-start}}
