.res-wrap {
  max-width: 520px;
  margin: 0 auto;
  padding: 0 0.75rem 2rem;
}

.res-card {
  margin-top: 1rem;
  padding: 1rem 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 16, 20, 0.72);
}

.res-card h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: 0.04em;
  color: var(--a0);
}

.res-intro {
  margin: 0 0 1rem;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.res-errors {
  margin: 0 0 1rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(251, 113, 133, 0.55);
  background: rgba(251, 113, 133, 0.12);
  color: #fecdd3;
  font-size: 0.9rem;
}

.res-errors ul {
  margin: 0;
  padding-left: 1.1rem;
}

.res-field-error {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.82rem;
  color: #fecdd3;
}

.res-thanks-icon {
  font-size: 2rem;
  color: var(--a0);
  margin-bottom: 0.35rem;
}

.res-summary {
  margin: 0.85rem 0 0;
  padding: 0.75rem;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.22);
  font-size: 0.92rem;
  line-height: 1.55;
}

.res-summary dt {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}

.res-summary dd {
  margin: 0.1rem 0 0;
  font-weight: 700;
}

.res-actions {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.res-actions--buttons .oo-btn {
  margin-top: 0;
  flex: 1 1 8rem;
  min-width: 0;
  width: auto;
  justify-content: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  padding: 0.55rem 0.75rem;
}

.site-header--reserve .site-logo-link {
  display: inline-block;
  line-height: 0;
}

.site-header--reserve h1 {
  margin: 0.35rem 0 0;
  font-family: var(--font-display);
  font-size: 1.65rem;
  letter-spacing: 0.05em;
  color: var(--text);
}

.flatpickr-calendar {
  font-family: var(--font-body);
}

.res-checkout select {
  width: 100%;
  padding: 0.56rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #0f1a1f;
  color: var(--text);
}

.res-checkout input[readonly] {
  cursor: pointer;
}
