/**
 * island_watch — Web UI 補強樣式（搭配 Bootstrap 5）
 * 以淺色、可讀、商用簡潔為主。
 */

/* 表格：略縮小字級、避免過寬欄位溢出 */
.table-responsive table {
  font-size: 0.9rem;
}

.table td.text-truncate {
  max-width: 14rem;
}

/* 程式碼與技術欄位 */
code {
  font-size: 0.88em;
}

/* 主要內容區與頁尾間距 */
main.container-fluid {
  min-height: calc(100vh - 8rem);
}

footer.border-top {
  margin-top: auto;
}

/* 表單區塊標題層級 */
.card-header.fw-semibold {
  font-size: 0.95rem;
}

/* 導覽列品牌字距 */
.navbar-brand {
  letter-spacing: 0.02em;
}
