.booking__step {
  padding: 20px 0;
}
.picker-day.blocked,
.picker-day.blocked:hover {
  background-color: #e81c2e;
  color: #fff;
}

.picker-day.picker-selected:not(.picker-off),
.picker-day:not(.picker-off):not(.picker-empty):hover {
  background-color: green;
  color: #fff;
}

.picker-day:not(.picker-off):not(.picker-empty):hover {
  cursor: pointer;
}
