/* Taxi Kalmar – 20% online booking campaign, 15 Sep–31 Oct 2026 */
.tk-discount-bar,
.tk-campaign-block,
.tk-campaign-inline{display:none!important}

html.tk-discount-active .tk-discount-bar{display:block!important}
html.tk-discount-active .tk-campaign-block{display:block!important}
html.tk-discount-active .tk-campaign-inline{display:inline!important}
html.tk-discount-active .tk-default-only{display:none!important}

.tk-discount-bar{
  position:relative;
  z-index:90;
  width:100%;
  overflow:hidden;
  background:#FDD654;
  color:#101316;
  border-bottom:1px solid rgba(16,19,22,.14);
  min-height:44px;
  line-height:44px;
  font-weight:950;
  letter-spacing:.01em;
  white-space:nowrap;
  box-shadow:0 8px 24px rgba(16,19,22,.08);
}
.tk-discount-bar__track{
  display:flex;
  width:max-content;
  will-change:transform;
  animation:tkDiscountMarquee 20s linear infinite;
}
.tk-discount-bar__item{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:0 34px;
  font-size:.95rem;
}
.tk-discount-bar__item strong{font-weight:950}
.tk-discount-bar__dot{font-size:.7em;opacity:.6}

@keyframes tkDiscountMarquee{
  from{transform:translateX(-50%)}
  to{transform:translateX(0)}
}

.tk-hero-offer{
  width:max-content;
  max-width:100%;
  margin:0 0 18px;
  padding:10px 14px;
  border-radius:999px;
  background:#FDD654;
  color:#101316;
  font-size:.9rem;
  font-weight:950;
  line-height:1.25;
  box-shadow:0 10px 26px rgba(253,214,84,.22);
}
.tk-hero-offer span{font-weight:800;opacity:.72}

html.tk-discount-active .tk-btn--yellow{
  box-shadow:0 14px 34px rgba(253,214,84,.38);
}
html.tk-discount-active .tk-booking-card>h2{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
}
.tk-discount-pill{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:4px 10px;
  border-radius:999px;
  background:#FDD654;
  color:#101316;
  font-size:.74rem;
  font-weight:950;
  line-height:1;
  vertical-align:middle;
}
.tk-campaign-note{
  margin:12px 0 0;
  color:#173A60;
  font-weight:900;
}

@media(max-width:1050px){
  html.tk-discount-active .tk-mobile-book{
    min-height:58px;
    font-size:1rem;
    box-shadow:0 16px 38px rgba(16,19,22,.30);
  }
}

@media(max-width:720px){
  .tk-discount-bar{
    min-height:42px;
    line-height:42px;
  }
  .tk-discount-bar__track{animation-duration:15s}
  .tk-discount-bar__item{
    padding:0 20px;
    font-size:.86rem;
  }
  .tk-hero-offer{
    width:100%;
    margin-bottom:14px;
    padding:11px 14px;
    border-radius:14px;
    text-align:center;
    font-size:.88rem;
  }
  html.tk-discount-active .tk-actions .tk-btn--yellow{
    width:100%;
    min-height:54px;
    font-size:1rem;
  }
  html.tk-discount-active .tk-booking-card>h2{
    font-size:1.5rem!important;
    line-height:1.15;
  }
  .tk-discount-pill{
    min-height:27px;
    font-size:.7rem;
  }
}

@media(prefers-reduced-motion:reduce){
  .tk-discount-bar__track{animation:none;transform:none}
}
