.interestsOptions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
}

.reserveInterestsForm {
  padding: 1em;
}

.reserveInterestsForm input,
.reserveInterestsForm label {
  padding-bottom: 0.5em;
  color: var(--primary_txt_color);
  font-weight: bold;
}

.reserveInterestsSubmit {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reserveInterestsNotice {
  display: flex;
  flex-direction: column;
}

.reserveInterestsNotice ul {
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
}

.reserveInterestsNotice p {
  font-size: var(--min-font-size);
}

.reserveInterestsStatus {
  padding: 1em;
}

