.booking {
  background: #fff;
  padding: 26px;
  border-radius: 10px;
}
.booking h2 {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  margin-bottom: 20px;
}
.booking-date {
  margin-bottom: 35px;
}
.booking-date__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.booking-date__item {
  border-radius: 10px;
  border: 1px solid #1e3a5e;
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 20px;
  white-space: nowrap;
  cursor: pointer;
  opacity: 0.9;
}
.booking-date__item:hover {
  opacity: 1;
}
.booking-date__item--current {
  background: #1e3a5e;
  color: #fff;
}
.booking-time h2 {
  display: none;
}
.booking-time__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.booking-time__item {
  border-radius: 10px;
  border: 1px solid #1e3a5e;
  background: #fff;
  cursor: pointer;
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 25px;
  white-space: nowrap;
  display: inline-flex;
}
.booking-time__item:hover {
  background: #1e3a5e;
  color: #fff;
}

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