.brand.site-logo-brand {
  width: 220px;
  min-width: 190px;
  height: 68px;
  display: flex;
  align-items: center;
  margin-right: auto;
}

/* Urenkeuze voor entertainmentdiensten */
.hour-picker {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 12px;
  align-items: center;
  margin: 0 0 18px;
  padding: 13px 14px;
  border-radius: 11px;
  background: #eef9ff;
}

.hour-picker label {
  font-size: 13px;
  font-weight: 800;
}

.hour-picker select {
  min-width: 92px;
  border: 2px solid #a8d9f1;
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff;
  color: #07265c;
  font: inherit;
  font-weight: 800;
}

.hour-picker small {
  grid-column: 1 / -1;
  color: #526179;
  font-size: 11px;
  line-height: 1.45;
}

.service .price small {
  display: block;
  color: #526179;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 700;
  text-align: right;
}

/* Houd ook lange prijsomschrijvingen uit het beheer binnen de dienstkaart. */
.service-title {
  min-width: 0;
  flex-wrap: wrap;
}

.service-title h3 {
  min-width: 0;
  flex: 1 1 150px;
}

.service-title .price {
  min-width: 0;
  max-width: 100%;
  flex: 1 1 170px;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.3;
  text-align: right;
}

/* De welkomstfoto blijft altijd zichtbaar, ook wanneer de scrollwaarnemer traag is. */
.professor-photo.photo-motion-ready:not(.photo-revealed) {
  opacity: 1;
  filter: none;
  clip-path: inset(0 round 60px 20px);
  transform: translate3d(0, 0, 0) rotate(-2deg) scale(1);
}

.professor-photo img {
  display: block;
  width: 100%;
}

.brand.site-logo-brand img {
  display: block;
  width: 100%;
  max-height: 62px;
  object-fit: contain;
  object-position: left center;
}

header nav a[href="voorstellingen"],
header nav a[href="seizoenen.html"] {
  white-space: nowrap;
}

#aanbod .service-grid.homepage-service-carousel {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#aanbod .service-card > img,
#aanbod .service-image-duo {
  width: 100%;
  height: auto;
  aspect-ratio: 40 / 29;
  background: #dff5ff;
}

#aanbod .service-card > img {
  object-fit: contain;
  object-position: center;
}

#aanbod .service-image-duo {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #dff5ff;
}

#aanbod .service-image-duo img {
  flex: 0 0 50%;
  width: 100%;
  height: 50%;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

#aanbod .service-image-duo::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 7px;
  background: #fff;
  box-shadow: 0 0 12px rgba(3, 38, 92, .15);
  transform: translateY(-50%);
}

.service-carousel-dots {
  display: none;
}

.show-category {
  padding: 22px;
  border-radius: 24px;
}

.show-category + .show-category {
  margin-top: 30px;
}

.show-category-regular {
  border: 1px solid #bfe7fa;
  background: linear-gradient(145deg, #effaff, #dff4ff);
}

.show-category-seasonal {
  border: 1px solid #c8d5ed;
  background: linear-gradient(145deg, #f5f8ff, #e8eefb);
}

.show-category-heading {
  margin: 0 0 20px;
  padding: 2px 2px 0;
}

.show-category-heading span {
  color: #078cca;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.show-category-heading h2 {
  margin: 5px 0 7px;
  color: #07265c;
  font-size: 29px;
  line-height: 1.1;
}

.show-category-heading p {
  margin: 0;
  color: #50617a;
  font-size: 14px;
  line-height: 1.6;
}

.show-category-grid {
  display: grid;
  gap: 22px;
}

.show-category .show-media {
  min-height: 0;
  align-self: start;
  background: #fff;
}

.show-category .show-media img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
}

.travel-cost-note {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 12px 0 14px;
  color: #51647d;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.55;
}

.travel-cost-note::before {
  content: "⌖";
  flex: 0 0 auto;
  color: #079fe8;
  font-size: 15px;
  line-height: 1.2;
}

.service-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin-top: 15px;
}

@media (min-width: 651px) {
  .service {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .service-content {
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  .service-title {
    min-height: 62px;
  }

  .service-actions {
    margin-top: auto;
  }
}

.copyright {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  column-gap: 20px !important;
  row-gap: 9px !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  text-align: center !important;
}

.footer-company-details,
.footer-terms-link,
.footer-privacy-link,
.footer-credit {
  display: block;
}

.footer-legal-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px 18px;
}

.footer-terms-link,
.footer-privacy-link {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-privacy-note {
  margin: 10px 0 0 !important;
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
}

.form-privacy-note a {
  color: #087fc2 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.footer-credit {
  display: inline-flex;
  flex: 0 0 100%;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 5px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.sbb-mark {
  width: 31px;
  height: 31px;
  display: inline-grid;
  flex: 0 0 31px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(145deg, #3a9b70, #0c4f3a);
  box-shadow: 0 5px 13px rgba(0, 20, 14, .22);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.service-action {
  width: 100%;
  min-height: 42px;
  padding: 9px 14px;
  border-radius: 9px;
  border: 2px solid #079fe8;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.service-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 20px rgba(7, 159, 232, .18);
}

.service-action.info {
  color: #075b8d;
  background: #edf9ff;
}

.service-action.contact {
  color: #fff;
  background: linear-gradient(135deg, #35c7ff, #079fe8);
}

.info-modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(3, 24, 61, .76);
  backdrop-filter: blur(7px);
}

.info-modal.open {
  display: flex;
  animation: infoFade .24s ease both;
}

.info-dialog {
  position: relative;
  width: min(780px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-radius: 22px;
  background: #fff;
  color: #07265c;
  box-shadow: 0 32px 90px rgba(0, 16, 52, .42);
}

.info-dialog-head {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 27px 70px 23px 30px;
  color: #fff;
  background: linear-gradient(125deg, #07265c, #0b76b4 62%, #20baf2);
}

.info-dialog-head span {
  display: block;
  margin-bottom: 6px;
  color: #bcecff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.info-dialog-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 4vw, 36px);
  line-height: 1.12;
}

.info-dialog-close {
  position: absolute;
  top: 16px;
  right: 17px;
  width: 43px;
  height: 43px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .14);
  font-size: 27px;
  cursor: pointer;
}

.info-dialog-body {
  padding: 29px 31px 34px;
  color: #40516a;
  font-size: 15px;
  line-height: 1.75;
}

.info-dialog-body p {
  margin: 0 0 16px;
}

.info-dialog-body h3 {
  margin: 25px 0 8px;
  color: #07265c;
  font-size: 18px;
}

.info-dialog-body ul {
  margin: 0 0 17px;
  padding-left: 22px;
}

.info-dialog-body .info-tariff {
  margin-top: 24px;
  padding: 17px 19px;
  border: 1px solid #cdeafa;
  border-radius: 13px;
  color: #075b8d;
  background: #effaff;
  font-weight: 800;
}

@keyframes infoFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 760px) {
  .brand.site-logo-brand {
    width: 170px;
    min-width: 150px;
    height: 56px;
  }

  .brand.site-logo-brand img {
    max-height: 50px;
  }

  .show-category {
    padding: 16px;
    border-radius: 19px;
  }

  .show-category-heading h2 {
    font-size: 25px;
  }

  #aanbod .service-grid.homepage-service-carousel {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  #aanbod .service-grid.homepage-service-carousel::-webkit-scrollbar {
    display: none;
  }

  #aanbod .homepage-service-carousel .service-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  #aanbod .service-card > img,
  #aanbod .service-image-duo {
    height: auto;
  }

  .service-carousel-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }

  .service-carousel-dot {
    width: 11px;
    height: 11px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #a9dff6;
    cursor: pointer;
    transition: width .2s ease, background .2s ease, transform .2s ease;
  }

  .service-carousel-dot.active {
    width: 29px;
    border-radius: 999px;
    background: #079fe8;
    transform: scaleY(1.05);
  }

  .info-modal {
    align-items: flex-end;
    padding: 0;
  }

  .info-dialog {
    max-height: 94vh;
    border-radius: 22px 22px 0 0;
  }

  .info-dialog-head {
    padding: 24px 62px 20px 22px;
  }

  .info-dialog-body {
    padding: 23px 22px 30px;
  }
}

.mobile-cart-shortcut {
  display: none;
}

/* Het boekingsoverzicht blijft op desktop zichtbaar tijdens het scrollen. */
@media (min-width: 981px) {
  .booking {
    overflow: visible !important;
  }

  .booking-grid .cart {
    position: sticky !important;
    top: 104px !important;
    align-self: start;
  }
}

/* Rustige uitlijning van diensten en bedragen in alle boekingsformulieren */
.modal-overview-items {
  gap: 0 !important;
  padding: 12px 0 14px !important;
}

.modal-overview-item {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(210px, .9fr);
  gap: 18px !important;
  align-items: start;
  padding: 11px 0;
  border-bottom: 1px solid rgba(168, 217, 241, .55);
  font-size: 14px !important;
  line-height: 1.45;
}

.modal-overview-item:last-child {
  border-bottom: 0;
}

.modal-overview-item b {
  min-width: 0;
  color: #07265c;
  font-weight: 800;
}

.modal-overview-item span {
  min-width: 0;
  color: #178fd4 !important;
  font-weight: 800 !important;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.modal-overview-total {
  display: grid !important;
  grid-template-columns: 1fr auto;
  align-items: baseline !important;
}

.modal-overview-total b {
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 980px) {
  .entertainment-page .hero-grid,
  .balloons-page .hero-grid,
  .shows-page .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .entertainment-page .hero-visual,
  .balloons-page .hero-visual {
    display: block !important;
    order: -1;
    width: min(100%, 360px);
    height: 170px;
    margin: 0 auto;
  }

  .entertainment-page .hero-visual .treat-one,
  .balloons-page .hero-visual .treat-one {
    width: 126px;
    height: 145px;
    left: 3%;
    top: 14px;
  }

  .entertainment-page .hero-visual .treat-two,
  .balloons-page .hero-visual .treat-two {
    width: 112px;
    height: 112px;
    right: 4%;
    top: 0;
  }

  .entertainment-page .hero-visual .treat-three,
  .balloons-page .hero-visual .treat-three {
    width: 94px;
    height: 94px;
    right: 31%;
    bottom: 0;
  }

  .shows-page .hero-visual {
    display: block !important;
    order: -1;
    width: min(100%, 370px);
    height: 205px;
    margin: 0 auto;
  }

  .shows-page .hero-poster {
    width: 118px;
    border-width: 3px;
    border-radius: 13px;
    box-shadow: 0 16px 34px rgba(0,20,55,.28);
  }

  .shows-page .hero-poster:nth-child(1) {
    left: 2%;
    top: 28px;
  }

  .shows-page .hero-poster:nth-child(2) {
    left: 34%;
    top: 0;
  }

  .shows-page .hero-poster:nth-child(3) {
    right: 2%;
    top: 30px;
  }

  .mobile-cart-shortcut {
    position: fixed;
    right: 16px;
    bottom: 18px;
    z-index: 140;
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 52px;
    padding: 8px 10px 8px 12px;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg,#07265c,#079fe8);
    box-shadow: 0 14px 32px rgba(0,35,90,.3);
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    opacity: 0;
    pointer-events: none;
    transform: translateY(85px) scale(.92);
    transition: opacity .25s ease, transform .35s cubic-bezier(.2,.8,.2,1);
  }

  .mobile-cart-shortcut.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .mobile-cart-icon {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
  }

  .mobile-cart-icon svg {
    width: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .mobile-cart-shortcut strong {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    color: #07265c;
    background: #fff;
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .entertainment-page .hero-visual,
  .balloons-page .hero-visual {
    height: 145px;
  }

  .entertainment-page .hero-visual .treat-one,
  .balloons-page .hero-visual .treat-one {
    width: 108px;
    height: 124px;
  }

  .entertainment-page .hero-visual .treat-two,
  .balloons-page .hero-visual .treat-two {
    width: 94px;
    height: 94px;
  }

  .entertainment-page .hero-visual .treat-three,
  .balloons-page .hero-visual .treat-three {
    width: 80px;
    height: 80px;
  }

  .shows-page .hero-visual {
    height: 176px;
  }

  .shows-page .hero-poster {
    width: 101px;
  }

  .shows-page .hero-poster:nth-child(1) {
    left: 1%;
    top: 24px;
  }

  .shows-page .hero-poster:nth-child(2) {
    left: calc(50% - 50px);
  }

  .shows-page .hero-poster:nth-child(3) {
    right: 1%;
    top: 25px;
  }
}

@media (max-width: 650px) {
  .modal-overview-item {
    grid-template-columns: 1fr;
    gap: 4px !important;
    padding: 12px 0;
  }

  .modal-overview-item span {
    text-align: left;
    font-size: 13px;
  }

  .modal-overview-total b {
    font-size: 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-action,
  .info-modal.open {
    animation: none !important;
    transition: none !important;
  }
}
/* Dynamisch dienstenbeheer */
.cms-category-block{grid-column:1/-1;display:grid;gap:16px}.cms-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.shows .cms-category-grid{grid-template-columns:1fr;gap:22px}.cms-category-heading{padding:18px 4px 4px;border-bottom:2px solid rgba(7,159,232,.18)}.cms-category-heading span{color:#079fe8;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.cms-category-heading h3{margin:4px 0 0;color:#07265c;font-size:clamp(24px,3vw,34px);letter-spacing:-.035em}.cms-media{background:linear-gradient(145deg,#eefaff,#d5f1ff)!important}.cms-media .service-icon{max-width:72%;max-height:78%;object-fit:contain}.cms-amount{display:grid;grid-template-columns:auto minmax(84px,110px);align-items:center;gap:8px 12px;margin:0 0 17px;padding:12px;border-radius:12px;background:#eef8fd}.cms-amount label{color:#07265c;font-size:13px;font-weight:900}.cms-amount select,.cms-amount input{width:100%;min-height:40px;border:2px solid #bfe2f3;border-radius:9px;padding:7px 9px;background:#fff;color:#07265c;font:inherit;font-weight:800}.cms-amount small{grid-column:1/-1;color:#596b82;font-size:11px;font-weight:700}.cms-empty{grid-column:1/-1;padding:42px;border:2px dashed #cce5f2;border-radius:18px;color:#596b82;text-align:center}.cms-card .service-actions{position:relative;z-index:3}
@media(max-width:650px){.cms-category-grid{grid-template-columns:1fr}.cms-category-heading{padding-top:8px}}

/* Meescrollende WhatsApp-knop */
.whatsapp-float{position:fixed;right:18px;bottom:20px;z-index:135;display:grid;width:48px;height:48px;place-items:center;border:2px solid rgba(255,255,255,.92);border-radius:50%;background:#25d366;color:#fff;box-shadow:0 10px 26px rgba(0,72,45,.26);opacity:0;pointer-events:none;transform:translateX(calc(100% + 36px)) scale(.94);text-decoration:none;transition:opacity .4s ease,transform .55s cubic-bezier(.22,.75,.24,1),box-shadow .22s ease}.whatsapp-float.is-visible{opacity:1;pointer-events:auto;transform:none}.whatsapp-float.is-visible:hover,.whatsapp-float.is-visible:focus-visible{transform:translateY(-3px) scale(1.03);box-shadow:0 15px 34px rgba(0,72,45,.36)}.whatsapp-float svg{width:28px;height:28px;fill:#fff}.whatsapp-float .whatsapp-phone{fill:#25d366}.whatsapp-tooltip{position:absolute;right:58px;top:50%;width:max-content;max-width:190px;padding:8px 11px;border-radius:9px;background:#07265c;color:#fff;font-size:13px;font-weight:800;line-height:1.2;box-shadow:0 10px 24px rgba(0,20,55,.25);opacity:0;pointer-events:none;transform:translate(8px,-50%);transition:opacity .2s ease,transform .2s ease}.whatsapp-tooltip:after{content:"";position:absolute;left:100%;top:50%;border:6px solid transparent;border-left-color:#07265c;transform:translateY(-50%)}.whatsapp-float:hover .whatsapp-tooltip,.whatsapp-float:focus-visible .whatsapp-tooltip{opacity:1;transform:translate(0,-50%)}

/* Reageerbuisanimatie na een boekingsaanvraag */
.booking-submit-overlay{position:fixed;inset:0;z-index:500;display:none;place-items:center;background:rgba(235,248,255,.96);opacity:0}.booking-submit-overlay.active{display:grid;opacity:1}.booking-submit-overlay.fading{animation:booking-overlay-fade .55s ease forwards}.booking-submit-scene{position:relative;width:320px;height:390px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:34px}.booking-beaker{position:relative;z-index:2;width:120px;height:auto;transform-origin:bottom center;animation:booking-beaker-shake .5s ease-in-out infinite;animation-play-state:paused}.booking-submit-overlay.brewing .booking-beaker{animation-play-state:running}.booking-smoke{position:absolute;left:50%;bottom:180px;width:0;height:0;z-index:3}.booking-smoke span{position:absolute;left:0;top:0;width:26px;height:26px;border-radius:50%;background:radial-gradient(circle,#fff 0%,#dfe8f2 60%,transparent 75%);opacity:0;transform:translate(-50%,-50%) scale(.3)}.booking-submit-overlay.exploding .booking-smoke span{animation:booking-smoke-puff 1.6s ease-out forwards}.booking-smoke span:nth-child(1){animation-delay:0s;--tx:-10px;--ty:-40px;--scale:5}.booking-smoke span:nth-child(2){animation-delay:.03s;--tx:60px;--ty:-70px;--scale:6.5}.booking-smoke span:nth-child(3){animation-delay:.06s;--tx:-70px;--ty:-60px;--scale:6}.booking-smoke span:nth-child(4){animation-delay:.02s;--tx:20px;--ty:-100px;--scale:7.5}.booking-smoke span:nth-child(5){animation-delay:.08s;--tx:-30px;--ty:-90px;--scale:6.8}.booking-smoke span:nth-child(6){animation-delay:.05s;--tx:80px;--ty:-30px;--scale:5.5}.booking-smoke span:nth-child(7){animation-delay:.1s;--tx:-80px;--ty:-20px;--scale:5}.booking-smoke span:nth-child(8){animation-delay:.04s;--tx:0;--ty:-120px;--scale:8}.booking-smoke-message{position:absolute;left:50%;bottom:250px;z-index:4;width:260px;padding:16px 18px;border-radius:14px;background:#fff;color:#07265c;text-align:center;font-size:15px;font-weight:800;line-height:1.4;box-shadow:0 12px 30px rgba(0,10,30,.28);opacity:0;transform:translateX(-50%) scale(.6)}.booking-submit-overlay.exploding .booking-smoke-message{animation:booking-message-in 1.6s ease-out forwards .35s}@keyframes booking-beaker-shake{0%,100%{transform:rotate(0)}25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}}@keyframes booking-smoke-puff{0%{opacity:0;transform:translate(-50%,-50%) scale(.2)}12%{opacity:.95}100%{opacity:0;transform:translate(calc(-50% + var(--tx)),calc(-50% + var(--ty))) scale(var(--scale))}}@keyframes booking-message-in{0%{opacity:0;transform:translateX(-50%) scale(.6)}25%,75%{opacity:1;transform:translateX(-50%) scale(1)}100%{opacity:0;transform:translateX(-50%) scale(1.03)}}@keyframes booking-overlay-fade{to{opacity:0}}

@media(max-width:980px){.whatsapp-float{right:14px;bottom:82px;width:45px;height:45px}.whatsapp-float svg{width:26px;height:26px}.whatsapp-tooltip{right:55px}}
@media(prefers-reduced-motion:reduce){.whatsapp-float,.whatsapp-tooltip{transition:none}.booking-beaker,.booking-submit-overlay.exploding .booking-smoke span,.booking-submit-overlay.exploding .booking-smoke-message,.booking-submit-overlay.fading{animation:none!important}.booking-submit-overlay.exploding .booking-smoke-message{opacity:1;transform:translateX(-50%) scale(1)}}
