.elementor-168 .elementor-element.elementor-element-147f69a{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-755fa5b *//* ===============================
   REFUND FORM CONTAINER
================================ */
.refund-form {
  max-width: 700px;
  margin: 40px auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
  font-family: Arial, Helvetica, sans-serif;
}

/* ===============================
   HEADINGS & TEXT
================================ */
.refund-form h3 {
  color: #014C8F;
  font-size: 24px;
  margin-bottom: 10px;
}

.refund-form p {
  font-size: 14px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.6;
}

.refund-form .form-note {
  margin-top: 15px;
  font-size: 12px;
  color: #666;
}

/* ===============================
   LABELS
================================ */
.refund-form label {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  color: #333;
}

/* ===============================
   INPUTS & FIELDS
================================ */
.refund-form input,
.refund-form select,
.refund-form textarea {
  width: 100%;
  padding: 12px;
  margin-top: 6px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  background: #fff;
}

.refund-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* ===============================
   INPUT FOCUS
================================ */
.refund-form input:focus,
.refund-form select:focus,
.refund-form textarea:focus {
  outline: none;
  border-color: #014C8F;
  box-shadow: 0 0 0 2px rgba(1, 76, 143, 0.15);
}

/* ===============================
   ACCEPTANCE CHECKBOX
================================ */
.refund-form input[type="checkbox"] {
  width: auto;
  margin-right: 8px;
}

/* ===============================
   SUBMIT BUTTON
================================ */
.refund-form input[type="submit"] {
  width: 100%;
  margin-top: 20px;
  background: #014C8F;
  color: #ffffff;
  border: none;
  padding: 14px;
  border-radius: 10px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* HOVER COLOR */
.refund-form input[type="submit"]:hover {
  background: #F36F32;
}

/* ===============================
   CF7 ERROR & SUCCESS
================================ */
.wpcf7-not-valid-tip {
  color: #d63638;
  font-size: 12px;
  margin-top: 4px;
}

.wpcf7-response-output {
  margin-top: 20px;
  padding: 14px;
  border-radius: 10px;
  font-size: 14px;
}

.wpcf7-mail-sent-ok {
  background: #f0f7ff;
  border-left: 4px solid #014C8F;
  color: #014C8F;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  background: #fff1ed;
  border-left: 4px solid #F36F32;
  color: #c43d00;
}

/* ===============================
   MOBILE RESPONSIVE
================================ */
@media (max-width: 600px) {
  .refund-form {
    padding: 28px 20px;
  }

  .refund-form h3 {
    font-size: 22px;
  }
}/* End custom CSS */