/* ===== 基礎樣式（非顏色相關） ===== */
.node-group {
  padding: 1rem 1.5rem;
  margin-bottom: 4rem;
}

.node-group .sty-dec {
  margin-bottom: 0;
}

.node-group .sty-dec li {
  margin-bottom: 1rem;
}


/* ===== 主題顏色 - Carrefour (預設) ===== */
.node-group.carrefour-theme {
  background-color: #0970E6;
  color: #fff;
}


/* ===== 主題顏色 - Mia ===== */
.node-group.mia-theme {
  background-color: #000;
  color: #fff;
}


/* ===== 表單標題顏色 - Carrefour (預設) ===== */
.form-title {
  color: #0e3368;
  text-align:center;
}

.form-title.carrefour-theme {
  color: #0e3368;
}

.form-title.mia-theme {
  color: #000;
}

/* ===== 表單標題顏色 - Carrefour (預設) ===== */
.col-form-label.carrefour-theme {
  color: #0e3368;
}

.col-form-label.mia-theme {
  color: #000;
}

/* ===== 按鈕顏色 ===== */
.btn-submt {
  background: #0e3368;
  color: #fff;
}

.btn-submt.carrefor-theme {
  background: #0e3368;
  color: #fff;
}

.btn-submt.mia-theme {
  background: #000;
  color: #fff;
}
/* ===== 頁尾樣式 ===== */
.footer {
  text-align: center;
  border-top: 1px solid #e60012;
  padding: 15px 0;
}
