/* Car Rental v1 and Little Harbours layout cache-busting safeguards. */
body.til-car-rental-active .til-car-quick-answer{
  margin-top:1.25rem;
}
body.til-car-rental-active .til-car-rental-banner{
  position:relative;
  overflow:hidden;
  margin:1.5rem auto 2.5rem;
  padding:clamp(1.5rem,4vw,3rem);
  border-radius:18px;
  background:linear-gradient(125deg,#123f43 0%,#1b5b5f 62%,#b76e52 150%);
  color:#fff;
  box-shadow:0 18px 45px rgba(18,63,67,.18);
}
body.til-car-rental-active .til-car-rental-banner:after{
  content:"";
  position:absolute;
  right:-70px;
  bottom:-110px;
  width:270px;
  height:270px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
  box-shadow:0 0 0 28px rgba(255,255,255,.04),0 0 0 58px rgba(255,255,255,.025);
}
body.til-car-rental-active .til-car-rental-banner>*{position:relative;z-index:1}
body.til-car-rental-active .til-car-rental-banner__kicker{
  margin:0 0 .6rem;
  color:#f3d8cb;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
body.til-car-rental-active .til-car-rental-banner h2{
  margin:.1rem 0 .7rem;
  max-width:760px;
  color:#fff;
}
body.til-car-rental-active .til-car-rental-banner p{max-width:820px}
body.til-car-rental-active .til-car-rental-banner .wp-block-buttons{margin-top:1.1rem}
body.til-car-rental-active .til-car-rental-banner__button .wp-block-button__link{
  border:2px solid #fff;
  border-radius:999px;
  background:#fff;
  color:#123f43;
  font-weight:800;
  text-decoration:none;
}
body.til-car-rental-active .til-car-rental-banner__button .wp-block-button__link:hover,
body.til-car-rental-active .til-car-rental-banner__button .wp-block-button__link:focus-visible{
  background:transparent;
  color:#fff;
}
body.til-car-rental-active .til-affiliate-disclosure{
  margin:.9rem 0 0;
  color:rgba(255,255,255,.78);
  font-size:.78rem;
}
body.til-car-rental-active .til-car-practical{
  margin:2rem 0;
  padding:clamp(1.25rem,3vw,2rem);
  border-left:5px solid #b76e52;
  border-radius:12px;
  background:#eef6f3;
}
body.til-car-rental-active .til-car-practical h2{margin-top:0}

/* Gutenberg constrained Groups must not collapse the regional harbour grids. */
@media (min-width:783px){
  body.til-car-rental-active.til-therma-harbours-active .til-harbours-grid:not(.til-harbours-grid--single){
    display:grid!important;
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    align-items:stretch;
    box-sizing:border-box;
  }
  body.til-car-rental-active.til-therma-harbours-active .til-harbours-grid>.til-harbour-card{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
    justify-self:stretch;
    box-sizing:border-box;
  }
}
@media (max-width:782px){
  body.til-car-rental-active .til-car-rental-banner{border-radius:13px}
  body.til-car-rental-active.til-therma-harbours-active .til-harbours-grid{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
    grid-template-columns:minmax(0,1fr)!important;
  }
  body.til-car-rental-active.til-therma-harbours-active .til-harbours-grid>.til-harbour-card{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
}
