/* booking-test.css (basic, neutraal) */

body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.4;
  margin: 20px;
}

h1, h2, h3 {
  margin: 0 0 12px 0;
}

label {
  display: block;
  margin: 10px 0 6px;
  font-weight: 600;
}

input[type="date"],
input[type="number"],
input[type="text"],
input[type="email"] {
  width: 100%;
  max-width: 420px;
  padding: 10px 12px;
  border: 1px solid #cfd6df;
  border-radius: 8px;
  box-sizing: border-box;
}

button {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid #1f2937;
  background: #111827;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}

button:hover {
  opacity: 0.92;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 14px;
}

.table th,
.table td {
  border-bottom: 1px solid #e5e7eb;
  padding: 10px 8px;
  text-align: left;
  vertical-align: top;
}

.muted {
  color: #6b7280;
  font-size: 0.95rem;
}

.notice {
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  padding: 10px 12px;
  border-radius: 10px;
  margin: 12px 0;
}

.error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  padding: 10px 12px;
  border-radius: 10px;
  margin: 12px 0;
}

.frame {
  width: 100%;
  height: 950px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

.booking-confirm-wrap{
  max-width: 900px;
  margin: 24px auto;
  padding: 0 16px;
}

.booking-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  padding: 16px;
  margin: 16px 0;
  box-shadow: 0 1px 10px rgba(0,0,0,.04);
}

.booking-title{
  margin: 0 0 8px 0;
}

.booking-subtitle{
  margin: 0 0 12px 0;
}

.booking-muted{
  margin: 0;
  color: #6b7280;
}

.booking-pills{
  margin-top: 12px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.booking-pill{
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3f4f6;
  font-size: 13px;
}

.booking-table{
  width: 100%;
  border-collapse: collapse;
}

.booking-table th,
.booking-table td{
  padding: 10px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  text-align: left;
  vertical-align: top;
}

.booking-table th{
  font-size: 13px;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.right{ text-align: right; }

.booking-totals{
  width: 100%;
  border-collapse: collapse;
}

.booking-totals td{
  padding: 10px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.booking-totals .booking-total-row td{
  font-weight: 700;
  font-size: 16px;
  border-bottom: none;
}

.booking-actions{
  margin-top: 12px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn{
  display: inline-block;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.12);
  text-decoration: none;
}

.btn-primary{
  background: #111827;
  color: #fff;
  border-color: #111827;
}

.booking-card {
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 14px;
  padding: 18px;
  margin: 0 0 18px;
  box-shadow: 0 2px 10px rgba(16, 24, 40, 0.04);
}

.booking-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.booking-table th,
.booking-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #eceff3;
  vertical-align: top;
}

.booking-table th {
  text-align: left;
  font-weight: 600;
  background: #fafbfc;
}

.booking-table .right,
.right {
  text-align: right;
}

.booking-muted {
  margin-top: 4px;
  color: #667085;
  font-size: 13px;
}

.booking-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.booking-totals-box {
  background: #fafbfc;
  border: 1px solid #e6e8ec;
  border-radius: 12px;
  padding: 14px 16px;
  margin-top: 18px;
}

.booking-total-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
}

.booking-total-line-grand {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid #dfe3e8;
  font-size: 18px;
}

.booking-error {
  background: #fef3f2;
  color: #b42318;
  border: 1px solid #fecdca;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 16px;
}

.booking-confirm-wrap {
  max-width: 980px;
  margin: 24px auto;
  padding: 0 16px 32px;
}

.booking-title {
  margin: 0 0 6px;
}

.booking-subtitle {
  margin: 0 0 12px;
}

.booking-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.booking-pill {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #344054;
  font-size: 13px;
}

.booking-child-ages-summary {
  margin-top: 18px;
}