.booking-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  color: #6b7280;
  font-weight: 600;
}

.booking-error {
  color: #b91c1c;
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
}

.booking-success {
  display: grid;
  gap: 12px;
  text-align: left;
  color: var(--text);
  font-weight: 600;
  padding: 8px 0 16px;
}

.booking-success__title {
  font-size: 16px;
  font-weight: 600;
}

.booking-success__note {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--muted);
}

.booking-success__contacts {
  display: grid;
  gap: 6px;
  padding-top: 12px;
  border-top: 1px dashed #d9e1ea;
  font-size: 13px;
}

.booking-success__label {
  font-weight: 600;
  color: var(--text);
}

.booking-success__link {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  word-break: break-word;
}

.booking-success__link:active,
.booking-success__link:focus {
  outline: none;
}
