/* Holiday reminders (js/holidays.js) */
.hol-banner { border-left: 4px solid var(--accent); background: color-mix(in srgb, var(--accent) 7%, var(--panel)); }
.hol-due { border-top: 1px solid var(--line); }
.hol-due:first-of-type { border-top: none; }
.hol-row { border-top: 1px solid var(--line); }
.hol-row:first-of-type { border-top: none; }
.hol-cost { margin-top: 10px; padding: 9px 11px; border-radius: 8px; background: var(--panel-2); border: 1px solid var(--line); font-size: 13px; }
