body {
        font-family: "Noto Sans TC", "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 18px;
        line-height: 1.6;
        color: #333;
        background-color: #f8f9fa;
      }

      
/* 僅做必要覆蓋，避免與 Bootstrap 衝突 */
:root { --header-offset: 80px; }

.hero-minh { min-height: calc(100vh - var(--header-offset)); }

/* 卡片標題行距微調 */
.card .h5 { line-height: 1.35; }

/* 表單樣式 - 保險資訊頁面 */
.form-group.row .form-label {
  white-space: nowrap;
  font-weight: 500;
}

.form-control {
  border-radius: 4px;
  border: 1px solid #ced4da;
}

/* 生日輸入框樣式 */
#birthYear, #birthMonth, #birthDay {
  text-align: center;
}

/* 標籤與輸入欄位間距 */
.form-group.row .col-auto {
  padding-right: 0;
}

