.booking-form .border-wrapper-after {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
}
.booking-form .pricing-summary .row {
  margin-bottom: 5px;
}
.booking-form .pricing-summary .total {
  font-weight: bold;
}

.availability-check {
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 8px;
}
.availability-check input {
  text-align: center;
}

.btn-check-availability {
  background-color: #79553d;
  color: white;
  border: none;
}
.btn-check-availability:hover {
  background-color: #5d412e;
}
