
/* VG Canteen Menu – TV rodymui optimizuotas stilius */
.vgcm { background:#f7f7f7; padding-bottom:40px; }
.vgc-header { background:#006bb3; color:#fff; text-align:center; font-weight:700; padding:30px 20px; font-size: clamp(36px, 5vw, 72px); }
.vgc-date { text-align:center; color:#333; margin-top:18px; font-size: clamp(24px, 3.2vw, 48px); }
.vgc-box { width:min(92%, 1400px); margin:40px auto; background:#fff; border-radius:20px; padding: clamp(20px, 3.5vw, 50px); box-shadow:0 0 20px rgba(0,0,0,.08); }
.vgc-item { font-size: clamp(22px, 3.8vw, 48px); margin: 18px 0; line-height:1.25; color:#111; }
.vgc-price { font-weight:700; color:#0f5; margin-left:.25em; }
.vgc-notes { margin-top:24px; font-size: clamp(18px, 2.4vw, 30px); color:#444; }
