/* Staff + Owner views — design source: StaffApp.dc.html / OwnerApp.dc.html */
.bh-head { flex: none; background: var(--ink); color: var(--cream); padding: 14px 20px 12px; }
.bh-head .top { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.bh-kicker { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; letter-spacing: 0.16em; color: #C4A0AF; }
.bh-title { font-size: 19px; font-weight: 600; letter-spacing: -0.01em; margin-top: 3px; }
.bh-right { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: rgba(242,240,235,0.55); }
.bh-block-btn { height: 36px; padding: 0 14px; border-radius: 6px; border: 1px solid rgba(242,240,235,0.28); display: flex; align-items: center; font-size: 12.5px; cursor: pointer; }

.chairs { display: flex; gap: 6px; margin-top: 12px; overflow-x: auto; }
.chair { display: flex; align-items: center; gap: 8px; padding: 9px 13px; border-radius: 6px; cursor: pointer; font-size: 13px; white-space: nowrap; background: rgba(242,240,235,0.09); color: rgba(242,240,235,0.8); border: 1px solid rgba(242,240,235,0.18); }
.chair.on { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.chair .cnt { font-family: 'IBM Plex Mono', monospace; font-size: 10px; opacity: 0.7; }

.st-shell { flex: 1; min-height: 0; position: relative; display: flex; flex-direction: column; }
.st-shell.wide { flex-direction: row; }
.st-main { flex: 1; min-width: 0; min-height: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; touch-action: pan-y; }

.st-stats { display: flex; gap: 8px; padding: 14px 16px 4px; }
.st-stat { flex: 1; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 12px 14px; }
.st-stat .k { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; letter-spacing: 0.1em; color: var(--muted); }
.st-stat .v { font-family: 'IBM Plex Mono', monospace; font-size: 20px; margin-top: 6px; color: var(--ink); }

.agenda { padding: 10px 16px 20px; }
.ag-row { display: flex; align-items: flex-start; gap: 12px; padding: 13px 14px; margin-bottom: 8px; border-radius: 8px; cursor: pointer; background: #fff; border: 1px solid var(--line); }
.ag-row.soft { background: transparent; border: 1px dashed rgba(22,17,15,0.22); }
.ag-row.soft.nogap { cursor: default; }
.ag-row.dim { opacity: 0.62; }
.ag-row.sel { border: 1px solid var(--wine); }
.ag-time { width: 50px; flex: none; }
.ag-time .t { font-family: 'IBM Plex Mono', monospace; font-size: 15px; font-weight: 500; }
.ag-time .l { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; color: var(--muted); margin-top: 3px; }
.ag-bar { width: 3px; align-self: stretch; border-radius: 99px; flex: none; background: transparent; }
.ag-bar.now { background: var(--wine); }
.ag-bar.next { background: var(--blush); }
.ag-main { flex: 1; min-width: 0; }
.ag-title { font-size: 15px; font-weight: 500; color: var(--ink); }
.ag-title.soft { font-weight: 400; color: var(--body); }
.ag-title.strike { text-decoration: line-through; }
.ag-sub { font-size: 12.5px; color: var(--body); margin-top: 3px; font-weight: 300; }
.ag-note { font-size: 11.5px; color: var(--wine); margin-top: 5px; }
.ag-side { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; flex: none; }
.ag-chip { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 0.1em; padding: 4px 7px; border-radius: 4px; }
.ag-price { font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; color: var(--wine); }

.st-sec-head { padding: 16px 16px 8px; }
.st-sec-head .t { font-size: 20px; font-weight: 600; letter-spacing: -0.01em; }
.st-sec-head .s { font-size: 12.5px; color: var(--body); margin-top: 4px; font-weight: 300; }
.cl-row { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 13px 14px; margin: 0 16px 8px; cursor: pointer; }
.cl-av { width: 38px; height: 38px; border-radius: 6px; background: var(--blush); color: var(--wine); display: flex; align-items: center; justify-content: center; font-family: 'IBM Plex Mono', monospace; font-size: 13px; flex: none; }
.cl-flag { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 0.1em; flex: none; padding: 4px 7px; border-radius: 4px; }
.cl-flag.care { background: #F4DADA; color: #8A2E2E; }
.cl-flag.card { background: var(--blush); color: var(--wine); }

.cd-wrap { padding: 16px 16px 20px; }
.cd-back { width: 44px; height: 44px; border-radius: 6px; border: 1px solid rgba(22,17,15,0.15); display: flex; align-items: center; justify-content: center; font-size: 18px; cursor: pointer; }
.cd-name { font-size: 24px; font-weight: 600; letter-spacing: -0.02em; margin-top: 14px; }
.cd-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.cd-chip { padding: 7px 11px; border-radius: 6px; font-size: 11.5px; background: var(--blush); color: var(--wine); }
.cd-chip.warn { background: rgba(22,17,15,0.06); color: var(--body); }
.cd-actions { display: flex; gap: 8px; margin-top: 14px; }
.cd-actions > * { flex: 1; height: 46px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 14px; cursor: pointer; }
.allergy { margin-top: 16px; padding: 14px 16px; border-radius: 8px; background: #F4DADA; color: #8A2E2E; }
.allergy .k { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; letter-spacing: 0.12em; }
.allergy .b { font-size: 13.5px; margin-top: 6px; line-height: 1.5; }
.facts { margin-top: 16px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 4px 16px; }
.facts .row { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line-soft); font-size: 13.5px; }
.facts .row:last-child { border-bottom: none; }
.facts .k { color: var(--muted); font-weight: 300; }
.facts .v { text-align: right; }
.note-card { background: var(--blush); border-radius: 8px; padding: 13px 16px; font-size: 13.5px; line-height: 1.5; color: #4A3A40; margin-top: 8px; }
.add-note { margin-top: 8px; height: 46px; border-radius: 8px; border: 1px dashed rgba(122,46,74,0.4); color: var(--wine); display: flex; align-items: center; justify-content: center; font-size: 13.5px; cursor: pointer; }
.hist { margin-top: 8px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 4px 16px; }
.hist .row { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line-soft); }
.hist .row:last-child { border-bottom: none; }
.hist .d { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: var(--muted); width: 52px; flex: none; }
.hist .w { flex: 1; font-size: 13.5px; font-weight: 300; }
.hist .a { font-family: 'IBM Plex Mono', monospace; font-size: 13px; color: var(--wine); }

.wk-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.wk-chip { padding: 10px 14px; border-radius: 8px; font-size: 13px; cursor: pointer; white-space: nowrap; background: #fff; color: var(--ink); border: 1px solid var(--line); }
.wk-chip.on { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.wk-scroll { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; flex-wrap: nowrap; }

.st-btn { height: 48px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 13.5px; font-weight: 500; cursor: pointer; text-align: center; background: #fff; color: var(--ink); border: 1px solid var(--line); }
.st-btn.dark { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.st-btn.solid { background: var(--wine); color: var(--cream); border-color: var(--wine); }
.st-btn.disabled { opacity: 0.55; cursor: default; }

.panel { display: flex; flex-direction: column; background: #F7F5F1; }
.st-shell.wide .panel { flex: none; width: 380px; min-height: 0; border-left: 1px solid var(--line); }
.st-shell:not(.wide) .panel { position: absolute; left: 0; right: 0; bottom: 0; top: 56px; z-index: 31; border-top: 1px solid var(--line); box-shadow: 0 -12px 40px rgba(22,17,15,0.18); }
.scrim { position: absolute; inset: 0; background: rgba(22,17,15,0.45); z-index: 30; }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px 12px; border-bottom: 1px solid rgba(22,17,15,0.09); }
.panel-head .k { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; letter-spacing: 0.14em; color: var(--muted); }
.panel-head .t { font-size: 17px; font-weight: 600; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.panel-close { width: 40px; height: 40px; flex: none; border-radius: 6px; border: 1px solid rgba(22,17,15,0.15); display: flex; align-items: center; justify-content: center; font-size: 16px; cursor: pointer; }
.panel-body { flex: 1; min-height: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; touch-action: pan-y; padding: 16px 18px 24px; }
.appt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
.noshow-btn { margin-top: 8px; height: 48px; border-radius: 8px; border: 1px solid rgba(122,46,74,0.35); color: var(--wine); display: flex; align-items: center; justify-content: center; font-size: 13.5px; cursor: pointer; }
.panel-hint { font-size: 11.5px; color: var(--muted); margin-top: 10px; line-height: 1.5; font-weight: 300; }
.pay-hero { background: var(--ink); color: var(--cream); border-radius: 8px; padding: 18px 20px; }
.pay-hero .k { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; letter-spacing: 0.14em; color: #C4A0AF; }
.pay-hero .v { font-family: 'IBM Plex Mono', monospace; font-size: 38px; font-weight: 500; margin-top: 8px; }
.pay-hero .s { font-size: 13px; color: rgba(242,240,235,0.6); margin-top: 4px; font-weight: 300; }
.pay-methods { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; margin-top: 10px; }
.pay-m { height: 46px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 13px; cursor: pointer; background: #fff; border: 1px solid var(--line); }
.pay-m.on { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.text-opt { padding: 14px 16px; border-radius: 8px; font-size: 13.5px; line-height: 1.5; cursor: pointer; background: #fff; border: 1px solid var(--line); }
.text-opt.on { background: var(--blush); border-color: var(--wine); }
.sent-ok { margin-top: 14px; padding: 12px 16px; border-radius: 8px; background: #DDEBDD; color: #2F5D3A; font-size: 13px; }

.st-tabs { flex: none; display: flex; gap: 8px; padding: 10px 16px calc(16px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: var(--bg); }
.st-tab { flex: 1; height: 46px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 13.5px; font-weight: 500; cursor: pointer; color: var(--body); }
.st-tab.on { background: var(--ink); color: var(--cream); }

/* Owner */
.ow-periods { display: flex; gap: 4px; background: rgba(242,240,235,0.09); border-radius: 6px; padding: 3px; }
.ow-period { padding: 8px 14px; border-radius: 4px; font-size: 12.5px; cursor: pointer; color: rgba(242,240,235,0.7); }
.ow-period.on { background: var(--cream); color: var(--ink); font-weight: 500; }
.ow-scroll { flex: 1; min-height: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; touch-action: pan-y; padding: 16px 16px 28px; }
.ow-top { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px; }
.ow-takings { background: var(--ink); color: var(--cream); border-radius: 10px; padding: 20px 22px; }
.ow-takings .k { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; letter-spacing: 0.14em; color: #C4A0AF; }
.ow-takings .vrow { display: flex; align-items: baseline; gap: 12px; margin-top: 10px; flex-wrap: wrap; }
.ow-takings .v { font-family: 'IBM Plex Mono', monospace; font-size: 42px; font-weight: 500; letter-spacing: -0.02em; }
.ow-delta { font-family: 'IBM Plex Mono', monospace; font-size: 13px; padding: 5px 9px; border-radius: 5px; }
.ow-delta.up { background: rgba(221,235,221,0.22); color: #BEE0BE; }
.ow-delta.down { background: rgba(244,218,218,0.22); color: #F0C0C0; }
.ow-takings .s { font-size: 12.5px; color: rgba(242,240,235,0.55); margin-top: 6px; font-weight: 300; }
.ow-track { height: 6px; border-radius: 99px; background: rgba(242,240,235,0.16); margin-top: 18px; overflow: hidden; }
.ow-fill { height: 100%; border-radius: 99px; background: #C4A0AF; }
.ow-target-row { display: flex; justify-content: space-between; margin-top: 8px; font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; color: rgba(242,240,235,0.55); }
.ow-chart { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 18px 20px; }
.ow-chart .k { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; letter-spacing: 0.12em; color: var(--muted); }
.ow-bars { display: flex; align-items: flex-end; gap: 8px; height: 120px; margin-top: 16px; }
.ow-bcol { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; gap: 6px; }
.ow-bval { font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: var(--wine); text-align: center; }
.ow-bar { border-radius: 4px; background: var(--blush); }
.ow-bar.max { background: var(--wine); }
.ow-blab { font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: var(--muted); text-align: center; }
.ow-kpis { display: grid; grid-template-columns: repeat(auto-fit, minmax(148px, 1fr)); gap: 10px; margin-top: 12px; }
.ow-kpi { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 15px 16px; }
.ow-kpi .k { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 0.1em; color: var(--muted); }
.ow-kpi .v { font-family: 'IBM Plex Mono', monospace; font-size: 26px; margin-top: 8px; }
.ow-kpi .s { font-size: 11.5px; color: var(--muted); margin-top: 5px; font-weight: 300; line-height: 1.4; }
.ow-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 12px; margin-top: 22px; }
.ow-card { margin-top: 10px; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 6px 18px; }
.ow-team-row { padding: 14px 0; border-bottom: 1px solid var(--line-soft); }
.ow-team-row:last-child { border-bottom: none; }
.ow-tr-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.ow-tr-top .n { font-size: 15px; font-weight: 500; }
.ow-tr-top .v { font-family: 'IBM Plex Mono', monospace; font-size: 15px; color: var(--wine); }
.ow-meter { display: flex; align-items: center; gap: 10px; margin-top: 9px; }
.ow-meter .track { flex: 1; height: 5px; border-radius: 99px; background: rgba(22,17,15,0.08); overflow: hidden; }
.ow-meter .fill { height: 100%; border-radius: 99px; background: #C4A0AF; }
.ow-meter .fill.hot { background: var(--wine); }
.ow-meter .fill.soft { background: var(--blush); }
.ow-meter .pct { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; color: var(--muted); width: 44px; text-align: right; }
.ow-tr-sub { font-size: 11.5px; color: var(--muted); margin-top: 7px; font-weight: 300; }
.ow-item { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 13px 16px; margin-bottom: 8px; }
.ow-item .when { font-family: 'IBM Plex Mono', monospace; font-size: 13.5px; width: 74px; flex: none; }
.ow-item .mid { flex: 1; min-width: 0; font-size: 13.5px; font-weight: 300; }
.ow-item .n { font-size: 14.5px; font-weight: 500; }
.ow-item .s { font-size: 11.5px; color: var(--muted); margin-top: 3px; font-weight: 300; }
.ow-small-btn { flex: none; height: 38px; padding: 0 13px; border-radius: 6px; display: flex; align-items: center; font-size: 12.5px; cursor: pointer; background: #fff; color: var(--wine); border: 1px solid rgba(122,46,74,0.3); }
.ow-small-btn.done { background: #DDEBDD; color: #2F5D3A; border-color: #DDEBDD; cursor: default; }
.ow-small-btn.na { color: var(--muted); border-color: var(--line); cursor: default; }
.ow-note { font-size: 11.5px; color: var(--muted); margin-top: 2px; font-weight: 300; line-height: 1.5; }
.ow-statement { margin-top: 22px; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 18px 20px; }
.ow-st-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.ow-st-head .t { font-size: 17px; font-weight: 600; margin-top: 5px; }
.ow-export { flex: none; height: 40px; padding: 0 16px; border-radius: 6px; display: flex; align-items: center; font-size: 13px; cursor: pointer; background: var(--ink); color: var(--cream); }
.ow-export.done { background: #DDEBDD; color: #2F5D3A; cursor: default; }
.ow-st-row { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line-soft); }
.ow-st-row:last-child { border-bottom: none; }
.ow-st-row .k { font-size: 13.5px; }
.ow-st-row .k.sub { color: var(--muted); font-weight: 300; padding-left: 14px; }
.ow-st-row .v { font-family: 'IBM Plex Mono', monospace; font-size: 14px; }

@media (min-width: 700px) {
  .bh-wide #app { max-width: none; border: none; }
}

/* ── Real-data additions (22 Aug) ─────────────────────────────────────────── */
.bh-signin { max-width: 380px; margin: 0 auto; padding: 56px 20px 20px; }
.bh-signin .bh-kicker { margin-bottom: 10px; }
.bh-signin h1 { font-size: 30px; font-weight: 600; letter-spacing: -0.02em; }
.bh-signin p { font-size: 13.5px; color: var(--body); font-weight: 300; margin: 8px 0 18px; line-height: 1.5; }

/* Day stepper — the mockups only ever showed one hard-coded day. */
.bh-days { display: flex; align-items: center; gap: 10px; margin-top: 12px; }
/* Sits on the dark header, so it takes the header's palette — a white
   button here rendered as a blank box with an invisible chevron. */
.bh-day-nav { width: 34px; height: 34px; border-radius: 6px;
  border: 1px solid rgba(242,240,235,0.28); background: rgba(242,240,235,0.09);
  color: var(--cream); display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 18px; line-height: 1; user-select: none; }
.bh-day-nav:hover { background: rgba(242,240,235,0.18); }
.bh-day-now { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.1em;
  color: rgba(242,240,235,0.75); }
.bh-day-today { margin-left: auto; font-size: 12.5px; color: rgba(242,240,235,0.8);
  text-decoration: underline; cursor: pointer; }

.bh-note { padding: 18px 2px; font-size: 13.5px; color: var(--body); font-weight: 300; line-height: 1.55; }
.ag-ref { font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: var(--muted); margin-top: 3px; }
.ow-till-note { margin-top: 14px; background: #fff; border: 1px solid var(--line); border-radius: 8px;
  padding: 14px 16px; font-size: 12.5px; color: var(--body); font-weight: 300; line-height: 1.55; }

/* Switching between the diary, the owner view and what a client sees — the
   three things Trang needs off one handset. */
.bh-switch { display: flex; gap: 6px; margin-top: 12px; }
.bh-sw {
  flex: 1; text-align: center; padding: 9px 6px; border-radius: 6px;
  font-size: 12.5px; font-weight: 400; text-decoration: none;
  color: rgba(242, 240, 235, 0.62); border: 1px solid rgba(242, 240, 235, 0.18);
}
.bh-sw.on { background: var(--cream, #F2F0EB); color: #16110F; font-weight: 500; border-color: transparent; }

.bh-sw.out {
  flex: 0 0 auto; padding-left: 12px; padding-right: 12px; cursor: pointer;
  border-style: dashed; color: rgba(242, 240, 235, 0.5);
}

/* A time she can take but that runs past the next appointment. Not an error —
   her call — so it reads as a warning, not a refusal. */
.wk-chip.over { border-color: #C9A227; color: #7A5E12; }
.wk-chip.over.on { background: #7A5E12; border-color: #7A5E12; color: #F2F0EB; }

/* Owner tabs: the figures, the whole salon's day, and the settings. */
.ow-tabs { display: flex; gap: 6px; margin-top: 10px; }
.ow-tab { flex: 1; text-align: center; padding: 9px 6px; border-radius: 6px; font-size: 12.5px;
  cursor: pointer; color: rgba(242,240,235,0.62); border: 1px solid rgba(242,240,235,0.18); }
.ow-tab.on { background: var(--cream, #F2F0EB); color: #16110F; font-weight: 500; border-color: transparent; }

.ow-daynav { display: flex; align-items: center; gap: 10px; padding: 4px 0 14px; }
.ow-day { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; }
.ow-daycol { background: #fff; border: 1px solid rgba(22,17,15,0.1); border-radius: 8px; overflow: hidden; }
.ow-dayhead { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 14px;
  background: rgba(22,17,15,0.04); font-size: 14px; font-weight: 500; }
.ow-dayhead .mono { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: #6B625B; font-weight: 400; }
.ow-slot { display: flex; gap: 10px; align-items: baseline; padding: 10px 14px; border-top: 1px solid rgba(22,17,15,0.06); }
.ow-slot .t { font-size: 13px; min-width: 44px; }
.ow-slot .m { flex: 1; min-width: 0; }
.ow-slot .m .n { font-size: 14px; }
.ow-slot .m .s { font-size: 11.5px; color: #6B625B; font-weight: 300; margin-top: 2px; }
.ow-slot .r { font-size: 12px; color: #7A2E4A; }
.ow-slot.empty { color: #8A8078; font-size: 13px; font-weight: 300; justify-content: center; }

/* The day arrows were built for the dark header, where cream on near-black
   reads fine. Dropped into the owner's Diary tab they were cream on cream —
   present, clickable, and completely invisible (Darren, 31 Aug: "doesn't
   allow you to change days"). Same control, colours for a light page, and a
   proper thumb-sized target. */
.ow-daynav .bh-day-nav {
  color: #16110F; background: #fff; border: 1px solid rgba(22, 17, 15, 0.18);
  min-width: 44px; height: 44px; display: flex; align-items: center;
  justify-content: center; border-radius: 8px; font-size: 20px; cursor: pointer;
}
.ow-daynav .bh-day-now { color: #16110F; font-weight: 500; }
.ow-daynav .bh-day-today { color: var(--wine, #7A2E4A); text-decoration: underline; cursor: pointer; }
