.phone-input-container-class {
  input {
    /* This makes the phone input responsiveness in line with other SJS form inputs.  Note: 78px is the intlTelInput flag width + padding and 16px is SJS input padding */
    width: calc(100% - 78px - 16px) !important;
  }
}
/* Applied to the Validations tabbed-menu button when expression/regex
   validators are missing an error message. Highlights the whole tab control in
   amber to match the in-tab alert styling. */
.validationTab_warningTab__fBdso {
  background-color: #fde68a !important; /* amber-200 */
  border-radius: 4px;
}
.validationTab_warningTab__fBdso,
.validationTab_warningTab__fBdso * {
  color: #92400e !important; /* amber-800 */
}

