﻿body {
  background: #f7f7f8;
}

.page-header {
  border-bottom: 1px solid #dedede;
  padding-bottom: 1rem;
}

.reservation-form,
.notify-card {
  border-radius: 8px;
  max-width: 520px;
}

.reservation-result {
  border-radius: 8px;
  max-width: 520px;
}

.daily-number .label {
  color: #6c757d;
  display: block;
  font-size: 0.875rem;
}

.daily-number strong {
  font-size: 3rem;
  line-height: 1;
}

.message-alert {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.message-alert-body {
  min-width: 0;
}

.message-close-button {
  color: inherit;
  flex: 0 0 auto;
  line-height: 1;
  padding: 0;
  text-decoration: none;
}

.message-close-button:hover,
.message-close-button:focus {
  color: inherit;
  opacity: 0.75;
}
