.elementor-4750 .elementor-element.elementor-element-7c372b29{--display:flex;}.elementor-4750 .elementor-element.elementor-element-de1eb2a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a48cec4 */.payment-wrapper {
  max-width: 700px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  color: blue;
  text-align: center; /* ✅ จัดกึ่งกลางทั้งข้อความและรูปภาพ */
}

.payment-wrapper h2 {
  font-size: 26px;
  margin-bottom: 20px;
  color: blue;
}

.bank-info {
  margin-bottom: 30px;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 10px;
  color: blue;
}

.bank-info h3 {
  margin-bottom: 10px;
  color: blue;
}

.qr-code {
  margin-top: 20px;
}

.qr-code img {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  max-width: 200px;
  display: block;
  margin: 0 auto; /* ✅ จัดรูปให้อยู่กึ่งกลาง */
}

.payment-form {
  margin-top: 20px;
  color: blue;
}/* End custom CSS */