.booking-message-main {
  margin: 0 0 10px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 0.82rem;
  line-height: 1.3;
  font-weight: 650;
  white-space: pre-line;
}

.booking-message-main.message-info {
  background: #eff6ff;
  border-color: #93c5fd;
  color: #1e3a8a;
}

.booking-message-main.message-error {
  background: #fff1f2;
  border-color: #fda4af;
  color: #9f1239;
}

.booking-message-main.message-success {
  background: #ecfdf5;
  border-color: #86efac;
  color: #166534;
}

.booking-message-main.has-active-reservation {
  font-weight: 750;
}
