.hp-allergy-category__radio-wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .hp-allergy-category__radio-wrap {
    display: block;
  }
}

.hp-allergy-category__radio {
  width: calc(50% - 12px);
}

@media screen and (max-width: 767px) {
  .hp-allergy-category__radio {
    width: 100%;
  }

  .hp-allergy-category__radio:not(:first-of-type) {
    margin-top: 12px;
  }
}

.hp-allergy-category__radio .hc-radio {
  width: 100%;
  margin: 0;
}

.hp-allergy-category__radio .hc-radio label {
  display: block;
  padding: 18px 12px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  display: block;
  box-sizing: border-box;
}

.hp-allergy-category__select-wrap {
  display: none;
}

.hp-allergy-category__select-wrap.is-open {
  display: block;
}
