/* Statikus előnézet: a foglalás ezen a másolaton nem működik. */
.mx-preview-note {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  padding: 10px 18px;
  background-color: #06263E;
  border-top: 1px solid rgba(192, 149, 83, .5);
  font-family: 'Jost', system-ui, sans-serif;
  font-size: 0.82rem;
  letter-spacing: .06em;
  color: rgba(246, 239, 224, .9);
  text-align: center;
}

.mx-preview-note b {
  color: #C09553;
  font-weight: 500;
}

/* A kosárba tevő gomb itt nem vezet sehova. */
.mx-booking button.single_add_to_cart_button {
  opacity: .45;
  pointer-events: none;
}
