/* Виджет: Сейчас в столовой */
.widget-canteen-status--no-icon .widget-canteen-status-icon { display: none; }
.widget-canteen-status-card.widget-card { flex-direction: column; gap: var(--widget-gap); }
.widget-canteen-status-main { display: flex; flex-direction: column; align-items: center; min-width: 0; overflow: auto; }
.widget-canteen-status-inner { display: flex; align-items: center; justify-content: center; min-height: 2em; width: 100%; text-align: center; }
.widget-canteen-status-text { font-weight: 600; font-size: 0.95em; }
.widget-canteen-status-icon::before { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 35%; height: 35%; background: var(--color-primary); border-radius: 50%; opacity: 0.9; }
