.gam-order-confirm {
  background: #f9fafb;
  border-radius: 18px;
  padding: 24px 24px 22px;
  border: 1px solid #e5e7eb;
  max-width: 640px;
}

.gam-order-confirm-title {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
}

.gam-order-confirm-body {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
}

.gam-order-bank-box {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

.gam-order-bank-box dt {
  font-weight: 600;
  margin-top: 4px;
  font-size: 13px;
  color: #111827;
}

.gam-order-bank-box dd {
  margin: 0;
  font-size: 14px;
  color: #111827;
}

.gam-order-confirm-note {
  margin-top: 12px;
  font-size: 14px;
  color: #111827;
}

.gam-order-confirm-note strong {
  font-weight: 700;
}

