/**
 * jesda_web 編輯器產出的表格內容樣式還原
 * 前台／預覽頁請在 bootstrap.css 之後載入此檔
 */
table th[style],
table td[style] {
  box-shadow: none !important;
  --bs-table-bg-type: initial !important;
  --bs-table-bg-state: initial !important;
  --bs-table-accent-bg: transparent !important;
}

/* Bootstrap reboot 將 td/th 的 border-width 設為 0，僅設 border-color 時邊框不會顯示 */
table th[style*="border-color"],
table td[style*="border-color"] {
  border-style: solid !important;
}

table th[style*="border-color"]:not([style*="border-width"]):not([style*="border:"]),
table td[style*="border-color"]:not([style*="border-width"]):not([style*="border:"]) {
  border-width: 1px !important;
}

table[border] th,
table[border] td {
  border-width: 1px !important;
  border-style: solid;
}
