html {
  font-size: 16px;
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/* 字級按鈕：目前選中者 */
[data-font-size].active {
  background-color: #6c757d;
  color: #fff;
}

/* 行事曆色塊（Phase 2 使用；先定義以固定語意）
   顏色不可為唯一訊號：每格另有圖示／文字 */
.slot-free { background-color: #f8f9fa; }
/* 空格內的「＋」用 Bootstrap stretched-link 撐滿整格：它的覆蓋層以「最近的 position 非 static 祖先」為界，
   td 不設 position 時會撐到整張表格，點已預約的格子會打到旁邊空格的「＋」（2026-09-03 Playwright 實測抓到）。 */
.schedule-grid td { position: relative; }
.slot-busy { background-color: #fff3cd; }
.slot-mine { background-color: #d1e7dd; }
.slot-today { background-color: #cfe2ff; }
