.afn-be-alert {
  margin: 14px 0 18px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 13px;
}

.afn-be-alert--success {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}

.afn-be-alert--error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

.afn-be-field-error {
  margin-top: 6px;
  font-size: 12px;
  color: #dc2626;
  line-height: 1.3;
  /* Reserve space so the grid doesn't jump when errors appear */
  min-height: 16px;
}

/* Keep each field block consistent height in 2-column layout */
.broadcast-form .col.col-2,
.broadcast-form .col.col-1 {
  box-sizing: border-box;
}

/* Ensure labels/inputs stack cleanly and don't compress when errors show */
.broadcast-form label {
  display: block;
}

/* intl-tel-input: make phone field full width like others */
.broadcast-form .iti {
  width: 100%;
}

.broadcast-form .iti input.form-input {
  width: 100%;
  box-sizing: border-box;
}

/* Keep the selected flag area aligned inside the input */
.broadcast-form .iti--separate-dial-code .iti__selected-flag {
  background: transparent;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.broadcast-form .iti--separate-dial-code input.form-input {
  padding-left: 110px; /* room for flag + dial code */
}

