.oh-wrap { width: 100%; margin: 0 auto; }
.oh-today { margin-bottom:12px; font-weight:600; }
.oh-days, .oh-irregulars, .oh-holidays { margin-top:10px; }
.oh-day { display:flex; justify-content:space-between; gap:12px; padding:6px 0; border-bottom:1px solid #eee; }
.oh-day-name { font-weight:600; }
.oh-day-time { color:#444; }
.oh-day.is-override .oh-day-time { opacity:0.5; }
.oh-day-override { margin-left:8px; color:#b24a2a; font-size:0.9em; }
.oh-irregular, .oh-holiday { display:flex; flex-wrap:wrap; gap:10px; padding:6px 0; border-bottom:1px dashed #eee; }
.oh-irr-date, .oh-hol-date { font-weight:600; }
.oh-irr-status, .oh-hol-status { color:#b24a2a; }
.oh-irr-note, .oh-hol-note { color:#555; }
