[validate] .input-box.error input[type="checkbox"] {
  outline: 1px solid #D53820;
}
[validate] .parent-error {
  border: 1px solid red;
}

[validate] div.has-error.has-error--has-attribute:after {
  right: 1.75rem;
  top: 0.5rem;
}

[validate] .error-message {
  color: red;
  font-size: 1.15rem;
}

[validate] .input__feedback-message.custom {
  display: none;
}
[validate] .input__feedback-message:not(.custom) {
  display: block;
}
[validate] .cmb-internal-el {
  flex: 1 1 0;
}
