.booking-status {
  margin: 0 0 12px;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.booking-status:empty {
  display: none;
}

.booking-status-info {
  background: #f6f2e8;
  color: #735515;
}

.booking-status-success {
  background: #f0f7f0;
  color: #2a6b2a;
}

.booking-status-error {
  background: #fdf0f0;
  color: #8b2020;
}

.form-date-input {
  color-scheme: light;
}

.booking-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
