html {
  background: #f6f2ea;
}

body.t-body,
body.t-body #allrecords,
body.t-body .t-records {
  background-color: #f6f2ea;
}

body.t-body .legacy-booking-fallback {
  padding: 24px 20px;
  text-align: center;
}

body.t-body .legacy-booking-fallback__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 8px;
  background: #243b31;
  color: #fffdf8 !important;
  font: 600 16px/1.2 Arial, sans-serif;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(23, 39, 31, 0.18);
}

body.t-body .legacy-booking-fallback__button:hover,
body.t-body .legacy-booking-fallback__button:focus-visible {
  background: #17271f;
}
