/* SBN Bookings — dark theme to match spacebetweennotes.com (black bg, white text,
   rainbow sound-wave logo provides the colour) */
body { background: #000; }

.sbn-nav { background: #0a0a0a; border-bottom: 1px solid #2a2a2a; }
.sbn-nav .navbar-brand img { height: 42px; }
.sbn-nav .nav-link, .sbn-nav .navbar-text { color: #fff; }
.sbn-nav .nav-link:hover { color: #f7b32b; }
.sbn-nav .nav-link.active { color: #f7b32b; font-weight: 600; }
.sbn-login-bg { background: #000; }
.sbn-login-bg .card { background: #111; border: 1px solid #2a2a2a; }

.card { background: #111; border: 1px solid #2a2a2a; }

.table-sm td, .table-sm th { vertical-align: middle; }
.cal-table { table-layout: fixed; }
.cal-cell { min-height: 7rem; font-size: .8rem; }
.cal-cell .gig { display: block; border-radius: .25rem; padding: 1px 4px;
  margin-bottom: 2px; text-decoration: none; color: #ddd;
  background: #1c1c1c; overflow: hidden; white-space: nowrap;
  text-overflow: ellipsis; }
.cal-cell .gig.st-CONFIRMED { background: #0f3d26; color: #a6e9c5; }
.cal-cell .gig.st-TBC { background: #4d3a08; color: #ffe28a; }
.cal-cell .gig.st-CANCELLED { background: #4a1218; color: #f1aeb5; text-decoration: line-through; }
.cal-day-num { font-weight: 600; }
.conflict-warning { border-left: 4px solid var(--bs-danger); }
