.form-required::after {
  display: inline-block;
  width: calc(calc(1.5em + 1rem + 2px) / 6);
  height: calc(calc(1.5em + 1rem + 2px) / 6);
  content: "*";
}

form .filter-wrapper {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .form-type-textarea {
  margin-bottom: 0;
}

input[type=text]::-ms-clear,
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
