/* 舊樣式已移除，改用動態配色系統 */

/* 表格條紋和邊框樣式已移至動態配色系統 */
.table-morandi {
  background-color: #ffffff;
  color: #212529;
}

.table-morandi td {
  vertical-align: middle;
}



/* 修正白底按鈕問題，改為透明背景＋紅邊＋紅字 */
.btn-outline-danger {
  background-color: transparent;
  color: #dc3545;
  border: 1px solid #dc3545;
}

.btn-outline-danger:hover {
  background-color: #dc3545;
  color: white;
}

.badge-status {
  font-size: 1rem;
  padding: 8px 16px;
  min-width: 80px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border-radius: 1.5rem;
}

.icon-hover {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.icon-hover:hover {
  transform: scale(1.06);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}







