@layer components {
  .howto-questions-form__inquiry-type-wrapper {
    display: flex;
    flex-direction: column;
  }
  .howto-questions-form__required {
    margin-left: 0.25rem;
    color: var(--theme-text-primary);
  }
  .howto-questions-form__inquiry-type-error {
    font-family: var(--font-primary);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    margin-top: 0.5rem;
    color: var(--theme-feedback-error);
  }
  .howto-questions-form__inquiry-type-error:empty {
    margin-top: 0;
  }
}