/* --- FlowsBuilder public overrides (v2.2.3) --- */

/* Edit link under user messages: remove the negative top offset (desktop),
   tighten slightly on mobile. Scoped + !important to beat the inline style. */
.smartweb-flow-root .sw-edit-wrap { margin-top: 2px !important; padding-right: 6px !important; }
@media (max-width: 600px) {
  .smartweb-flow-root .sw-edit-wrap { margin-top: 0 !important; }
}

/* Phone field: keep the intended underline only, and stop a theme's global
   input border/outline (often set with !important) from bleeding in as a
   stray top border. Does not affect other inputs (OTP, number, etc.). */
.smartweb-flow-root .sw-phone-field {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
}
.smartweb-flow-root .sw-phone-field input {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
}
