.btn-outline-brand {
  --bs-btn-color: #641f2d;
  --bs-btn-border-color: #641f2d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #641f2d;
  --bs-btn-hover-border-color: #641f2d;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4a1320;
  --bs-btn-active-border-color: #4a1320;
  min-height: 54px;
  border-radius: 14px;
  font-weight: 700;
}

.booking-activities-button span[aria-hidden="true"] {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-inline-end: .35rem;
  border-radius: 50%;
  background: rgba(100, 31, 45, .1);
}

.booking-modal-content {
  overflow: hidden;
  border: 1px solid rgba(100, 31, 45, .14);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(63, 17, 27, .2);
}

.booking-modal-content .modal-header,
.booking-modal-content .modal-footer {
  padding: 1.25rem 1.5rem;
  border-color: #eee2d7;
  background: #fffdf9;
}

.booking-modal-content .modal-body {
  padding: 1.5rem;
}

.booking-modal-kicker {
  display: block;
  margin-bottom: .2rem;
  color: #c1531a;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.booking-modal-content .modal-title {
  color: #541520;
  font-weight: 800;
}

.activity-option {
  padding: 1rem;
  border: 1px solid #e7dbd0;
  border-radius: 14px;
  background: #fffdf9;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.activity-option.is-selected {
  border-color: #c1531a;
  background: #fff8ef;
  box-shadow: 0 8px 24px rgba(100, 31, 45, .08);
}

.activity-option .form-check {
  display: flex;
  gap: .7rem;
  margin: 0;
  padding: 0;
}

.activity-option .form-check-input {
  flex: 0 0 auto;
  margin: .25rem 0 0;
}

.activity-option .form-check-label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .2rem .55rem;
  cursor: pointer;
}

.activity-icon {
  grid-row: 1 / span 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #f5e8d8;
  color: #9f3d18;
  font-size: 1.15rem;
}

.activity-option strong {
  color: #321f22;
}

.activity-option small {
  display: block;
  color: #7a6b67;
  line-height: 1.55;
}

.activity-price {
  color: #9f3d18;
  font-weight: 800;
}

.activity-quantity-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: .85rem;
  padding-top: .75rem;
  border-top: 1px solid #eee2d7;
  color: #665553;
  font-size: .82rem;
  font-weight: 700;
}

.activity-quantity {
  width: 84px;
  min-height: 42px;
  text-align: center;
}

.booking-summary-guest {
  margin-bottom: 1rem;
  color: #541520;
  font-size: 1.15rem;
  font-weight: 800;
}

.booking-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
  margin-bottom: 1rem;
}

.booking-summary-fact {
  padding: .8rem .9rem;
  border: 1px solid #eee2d7;
  border-radius: 12px;
  background: #fffdf9;
}

.booking-summary-fact small {
  display: block;
  margin-bottom: .15rem;
  color: #8a7771;
}

.booking-summary-fact strong {
  color: #342326;
}

.booking-summary-fact-wide {
  grid-column: 1 / -1;
}

.booking-summary-activities {
  padding: 1rem;
  border-radius: 12px;
  background: #f8efe5;
}

.booking-summary-activities h3 {
  margin-bottom: .65rem;
  color: #541520;
  font-size: 1rem;
  font-weight: 800;
}

.booking-summary-activity {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .35rem 0;
  color: #5f4c48;
}

.booking-summary-table td {
  padding: .55rem .35rem;
  border-color: #eaded3;
  color: #62514e;
}

.booking-summary-table td:last-child {
  text-align: end;
  color: #2f2022;
  font-weight: 700;
  white-space: nowrap;
}

.booking-summary-table .booking-summary-total td {
  padding-top: .85rem;
  padding-bottom: .85rem;
  border: 0;
  background: #641f2d;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
}

@media (max-width: 575.98px) {
  .booking-summary-grid { grid-template-columns: 1fr; }
  .booking-modal-content .modal-header,
  .booking-modal-content .modal-footer,
  .booking-modal-content .modal-body { padding: 1rem; }
}
