/* Виджет: График питания / Смены столовой */
.widget-canteen-shifts--no-icon .widget-canteen-shifts-icon { display: none; }
.widget-canteen-shifts-inner.widget-card { flex-direction: column; gap: var(--widget-gap); }
.widget-canteen-shifts-main { display: flex; flex-direction: column; align-items: center; min-width: 0; overflow: auto; align-self: stretch; width: 100%; }
.widget-canteen-shifts-title { font-weight: 600; margin-bottom: var(--widget-gap-sm); font-size: 0.98em; text-align: center; }
.widget-canteen-shifts-status { font-weight: 600; font-size: 0.9em; margin-bottom: var(--widget-gap); padding: var(--widget-box-pad); background: rgba(21, 128, 61, 0.25); border-radius: 6px; text-align: center; width: 100%; box-sizing: border-box; }
.widget-canteen-shifts-countdown { font-size: 0.82em; opacity: 0.95; margin-bottom: var(--widget-gap-sm); }
.widget-canteen-shifts-list { width: 100%; font-size: 0.88em; }
.widget-canteen-shifts-table { width: 100%; border-collapse: collapse; font-size: 0.88em; }
.widget-canteen-shifts-table td, .widget-canteen-shifts-table th { padding: var(--widget-box-pad); border: 1px solid var(--color-border); text-align: center; }
.widget-canteen-shifts-table .widget-canteen-shifts-time { font-variant-numeric: tabular-nums; }
.widget-canteen-shifts-table tr.widget-canteen-shifts-row--current { background: rgba(21, 128, 61, 0.35); font-weight: 600; }
.widget-canteen-shifts-table tr.widget-canteen-shifts-row--current td { border-color: rgba(21, 128, 61, 0.5); }
.widget-canteen-shifts-icon::before { content: ''; position: absolute; left: 50%; top: 28%; transform: translate(-50%, 0); width: 36%; height: 26%; border: 2px solid var(--color-primary); border-radius: 50%; border-bottom: none; }
.widget-canteen-shifts-icon::after { content: ''; position: absolute; left: 50%; top: 38%; width: 2px; height: 18%; background: var(--color-primary); transform: translate(-50%, 0) rotate(-45deg); transform-origin: 50% 100%; }
