/* Виджет: Правила столовой */
.widget-canteen-rules--no-icon .widget-canteen-rules-icon { display: none; }
.widget-canteen-rules-inner.widget-card { flex-direction: column; gap: var(--widget-gap); }
.widget-canteen-rules-main { display: flex; flex-direction: column; align-items: center; min-width: 0; overflow: auto; align-self: stretch; width: 100%; box-sizing: border-box; }
.widget-canteen-rules-title { font-weight: 600; margin-bottom: var(--widget-gap-sm); font-size: 0.98em; text-align: center; }
.widget-canteen-rules-list { width: 100%; text-align: left; font-size: 0.88em; }
.widget-canteen-rules-table { width: 100%; max-width: 100%; border-collapse: collapse; table-layout: fixed; }
.widget-canteen-rules-table td { padding: var(--widget-gap-xs) var(--widget-gap-sm); vertical-align: middle; border-bottom: 1px solid var(--color-border); }
.widget-canteen-rules-table tr:last-child td { border-bottom: none; }
.widget-canteen-rules-num { width: 1.5em; font-weight: 600; color: var(--color-primary); white-space: nowrap; }
.widget-canteen-rules-cell { }
.widget-canteen-rules-hours { flex-shrink: 0; font-size: 0.82em; color: var(--color-text-muted); margin-top: var(--widget-gap-sm); }
.widget-canteen-rules-icon::before { content: ''; position: absolute; left: 50%; top: 32%; transform: translate(-50%, 0); width: 65%; height: 2px; background: var(--color-primary); border-radius: 1px; box-shadow: 0 0.25em 0 var(--color-primary), 0 0.5em 0 var(--color-primary); }
