/* Text + hotel refinements requested on 11 Aug 2026 */
.info-card .kicker{
  color:var(--blue-deep)!important;
  font-weight:500;
  display:inline;
  padding:.02em .14em .05em;
  background:linear-gradient(
    to bottom,
    transparent 18%,
    rgba(190, 218, 232, .84) 18%,
    rgba(190, 218, 232, .84) 92%,
    transparent 92%
  );
  border-radius:.08em;
  -webkit-box-decoration-break:clone;
  box-decoration-break:clone;
}

@media (min-width:1251px){
  .hotel-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
}

@media (min-width:1051px) and (max-width:1250px){
  .hotel-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
