/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
.payment-table {
  background-color: #fff;
  border: 1px solid #7b2cff;
  border-radius: 10px;
  overflow: hidden;
}

.payment-table td,
.payment-table th {
  vertical-align: middle;
}

.method-header td {
  background: linear-gradient(135deg, #7b2cff, #5f18d9);
  color: #fff;
  font-size: 15px;
  padding: 14px;
}

.method-header strong {
  font-weight: 700;
}

.method-delay {
  font-size: 13px;
  opacity: 0.9;
  margin-left: 8px;
}

.sub-header th {
  background-color: #f3ecff;
  color: #4a2bbd;
  font-weight: 600;
}

.text-brown {
  color: #7b2cff;
}
/* =========================
   Vapoteck - Page À propos
   Scope : .vtc-about
   ========================= */

.vtc-about {
  --vtc-primary: #7b2cff;
  --vtc-bg-soft: #f7f5ff;
  --vtc-border: #e6e2f3;
  --vtc-text: #1f1f28;
  --vtc-muted: #6b6b7a;

  max-width: 980px;
  margin: 0 auto;
  color: var(--vtc-text);
  line-height: 1.7;
}

.vtc-about h1 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}

.vtc-about h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 40px 0 12px;
  position: relative;
  padding-left: 14px;
}

.vtc-about h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 18px;
  background-color: var(--vtc-primary);
  border-radius: 2px;
}

.vtc-about p {
  margin: 0 0 14px 0;
  color: var(--vtc-text);
}

.vtc-about .vtc-box {
  background-color: var(--vtc-bg-soft);
  border: 1px solid var(--vtc-border);
  border-radius: 14px;
  padding: 22px;
  margin: 26px 0;
}

.vtc-about ul {
  padding-left: 18px;
  margin: 12px 0;
}

.vtc-about li {
  margin-bottom: 8px;
}

.vtc-about .vtc-highlight {
  color: var(--vtc-primary);
  font-weight: 600;
}

.vtc-about .vtc-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px dashed var(--vtc-border);
  font-weight: 600;
  text-align: center;
}

@media (max-width: 768px) {
  .vtc-about h1 {
    font-size: 28px;
  }

  .vtc-about h2 {
    font-size: 20px;
  }
}
/* =========================
   Vapoteck - Page paiement note pour viva
   ========================= */

.payment-provider-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
  margin-bottom: 18px;
}

