@charset "UTF-8";
/* ==========================================================================
   2024投保改版
   1. inseb-style.css 由廠商維護
   2. 後續有修改css先放在inseb-custom-style.css
   3. 優先序inseb-style >> inseb-custom-style
   ========================================================================== */
/*------------------- 2024 改版前聲明事項樣式---START----------- */
.text-danger {
  color: #dc3545 !important;
}

.text-center {
  text-align: center !important;
}

/* 2. 表格樣式 (Table Styles) - 客戶新增的表格框線與排版 */
table.table.table-bordered {
  width: 100%;
  max-width: 1160px;
  border-collapse: collapse;
  margin-bottom: 1rem;
  background-color: transparent;
  border: 2px solid #e1e4e9;
}

table.table td,
table.table th {
  padding: 8px 10px;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e1e4e9; 
}
/*------------------- 2024 改版前聲明事項樣式---END----------- */