/* Error state for our custom-required fields */
.tws-checkout--custom-required.tws-checkout--field-invalid .tws-checkout--field-control {
  border-color: #e2401c !important;
}

.tws-checkout--custom-required-message {
  color: #e2401c;
  font-style: italic;
  font-size: 13px;
  margin-top: 4px;
  display: none;
}

.tws-checkout--custom-required.tws-checkout--field-invalid .tws-checkout--custom-required-message {
  display: block;
}