/* ========================================
   SM MULTI FORM — Custom Overrides
   Add WordPress-specific or theme-specific
   overrides here
   ======================================== */

/* Fix potential theme conflicts */
.sm-multi-form-wrapper * {
  box-sizing: border-box;
}

.sm-multi-form-wrapper h1,
.sm-multi-form-wrapper h2,
.sm-multi-form-wrapper h3,
.sm-multi-form-wrapper h4 {
  line-height: 1.3;
}

.sm-multi-form-wrapper button {
  outline: none;
}

.sm-multi-form-wrapper button:focus-visible {
  outline: 2px solid var(--sm-orange);
  outline-offset: 2px;
}
