#plan-generator {
  display: flex;
  gap: 0.75em;
  flex-direction: column;
  width: 100%;
}

.form-item {
  display: grid;
  gap: 20px;
  grid-template-columns: 8em auto;
}

#plan-generator ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.weekday-hours {
  min-width: 1.75rem;
}

li.custom-holidays-item:not(:last-child) {
  margin-bottom: 0.75em;
}

.custom-holidays {
  margin-top: 0.75em;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}

.custom-holidays input {
  width: 100%;
}

.custom-holidays > table > tbody > td > button {
  margin-left: auto;
}

.custom-holidays-item {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
}

.weekday-hours {
  width: 4rem;
}

@media only screen and (max-width: 720px) {
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
}

/*# sourceMappingURL=syplaner.css.map */
