.elementor-5036 .elementor-element.elementor-element-61552ad9{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for container, class: .elementor-element-61552ad9 *//* === AffiliateWP — Affiliate Registration form === */

/* Form as a light-blue card */
.affwp-register-form {
  background: #e9f1fb !important;
  border-radius: 16px !important;
  padding: 30px 34px !important;
  max-width: 680px !important;       /* borrá esta línea para ancho completo */
}

/* Reset fieldset default border/margins */
.affwp-register-form fieldset {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Legend ("Register a new affiliate account") */
.affwp-register-form legend {
  color: #0f2747 !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  margin-bottom: 18px !important;
  padding: 0 !important;
}

/* Each field wrapper (<p>) */
.affwp-register-form fieldset p {
  margin-bottom: 20px !important;
}

/* Labels */
.affwp-register-form .affwp-field-label,
.affwp-register-form label {
  display: block !important;
  color: #0f2747 !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  margin-bottom: 8px !important;
}

/* Inputs + textarea */
.affwp-register-form input[type="text"],
.affwp-register-form input[type="email"],
.affwp-register-form input[type="url"],
.affwp-register-form input[type="password"],
.affwp-register-form .affwp-field,
.affwp-register-form textarea {
  width: 100% !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  color: #0f2747 !important;
  -webkit-text-fill-color: #0f2747 !important;
  border: 1px solid #1b3a5c !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  font-size: 15px !important;
}
.affwp-register-form textarea {
  min-height: 140px !important;
  resize: vertical !important;
}

/* Register button — coral, white, full width */
.affwp-register-form input[type="submit"],
.affwp-register-form button[type="submit"],
.affwp-register-form .button {
  background: #ff6b6b !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 14px 28px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  width: 100% !important;
  margin-top: 6px !important;
  transition: background .15s ease;
}
.affwp-register-form input[type="submit"]:hover,
.affwp-register-form button[type="submit"]:hover,
.affwp-register-form .button:hover {
  background: #f55a5a !important;
}/* End custom CSS */