/* PATCH 34W RECOVERY: stabile Termin-/Statusanzeige ohne Header-Experimente */
.onb-term-inline{
  display:inline-flex;
  align-items:flex-start;
  gap:.28rem;
  white-space:nowrap;
  line-height:1.05;
  max-width:100%;
}
.onb-term-date{
  font-weight:700;
  font-size:15px;
  color:#12284a;
  letter-spacing:-.01em;
  white-space:nowrap;
}
.onb-term-time{
  font-size:10px;
  font-weight:600;
  color:#6b7280;
  line-height:1;
  position:relative;
  top:-.22em;
  white-space:nowrap;
  margin-left:.05rem;
}
.onb-term-inline-side .onb-term-date{font-size:14px;}
.onb-term-inline-side .onb-term-time{font-size:9.5px;}
.onb-mini-date .onb-detail-date-cell,
.onb-home-date-cell{min-width:0;}
.onb-detail-date-cell .onb-booking-meta,
.onb-side-date-link small,
.date-card small{font-size:12px;color:#6b7280;line-height:1.25;}
/* Keine farbigen Statusbalken an Karten/Sidebar: Farbe lebt im Button und in der Legende */
.onb-booking-status,
.onb-side-date-link{border-left:0!important;box-shadow:none!important;}
.onb-status-blue{--onb-status-color:#2563eb;}
.onb-status-green{--onb-status-color:#16a34a;}
.onb-status-orange{--onb-status-color:#f97316;}
.onb-status-red{--onb-status-color:#dc2626;}
.onb-status-grey{--onb-status-color:#94a3b8;}
.onb-status-dot{display:inline-block;width:.62rem;height:.62rem;border-radius:999px;margin-right:.35rem;vertical-align:-.04em;background:#94a3b8;}
.onb-status-dot.onb-status-blue{background:#2563eb;}
.onb-status-dot.onb-status-green{background:#16a34a;}
.onb-status-dot.onb-status-orange{background:#f97316;}
.onb-status-dot.onb-status-red{background:#dc2626;}
.onb-status-dot.onb-status-grey{background:#94a3b8;}
.onb-status-button,
.onb-mini-request{background:var(--onb-status-color,#2563eb)!important;border-color:var(--onb-status-color,#2563eb)!important;color:#fff!important;white-space:nowrap;}
.onb-status-button:hover,
.onb-mini-request:hover{filter:brightness(.94);}
.onb-status-legend-card p{display:none!important;}
.onb-status-legend-card .onb-status-legend{list-style:none;padding-left:0;margin:.65rem 0 0;display:grid;gap:.42rem;}
.onb-status-legend-card li{font-size:.9rem;line-height:1.25;}
.onb-status-legend-card details{margin-top:.5rem;}
.onb-status-legend-card summary{cursor:pointer;font-size:.86rem;color:#334155;font-weight:700;}
@media(max-width:640px){
  .onb-term-date{font-size:14px;}
  .onb-term-time{font-size:9.5px;}
  .onb-term-inline{gap:.2rem;}
}
