/* Corrección responsiva aislada del hub Excursiones y entradas. */
body.oja-excursions-hub .oje-content-v2{
  width:min(1080px,calc(100% - 40px))!important;
  max-width:1080px!important;
  min-width:0!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
  margin-top:12px!important;
  padding-top:0!important;
}
body.oja-excursions-hub .oja-more-excursions{margin-top:0!important}
body.oja-excursions-hub .oja-context-links{display:none!important}
body.oja-excursions-hub .oja-hub-controls--excursions{
  margin-top:0!important;
  padding:17px 22px!important;
}
body.oja-excursions-hub .oja-hub-controls--excursions .oja-hub-search{margin-top:0!important}
body.oja-excursions-hub .oje-content-v2>*,
body.oja-excursions-hub .oja-more-excursions,
body.oja-excursions-hub .oja-hub-controls--excursions,
body.oja-excursions-hub .oja-more-grid,
body.oja-excursions-hub .oje-parks-panel,
body.oja-excursions-hub .oje-buy-guide,
body.oja-excursions-hub .oje-check-grid{
  min-width:0!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}

@media (max-width:900px){
  body.oja-excursions-hub .oje-content-v2{
    width:calc(100% - 32px)!important;
  }
  body.oja-excursions-hub .oja-more-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media (max-width:782px){
  body.oja-excursions-hub .oje-content-v2{
    display:block!important;
    width:calc(100% - 24px)!important;
    max-width:none!important;
  }
  body.oja-excursions-hub .oja-more-excursions{
    width:100%!important;
    margin-top:24px!important;
    margin-left:0!important;
    margin-right:0!important;
  }
  body.oja-excursions-hub .oja-hub-controls--excursions{
    width:100%!important;
    padding:15px 14px!important;
    border-radius:15px!important;
  }
  body.oja-excursions-hub .oja-hub-controls--excursions h2{
    margin-bottom:15px!important;
    font-size:clamp(25px,8vw,34px)!important;
    line-height:1.12!important;
    text-align:left!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
  }
  body.oja-excursions-hub .oja-hub-search,
  body.oja-excursions-hub .oja-hub-search input{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  body.oja-excursions-hub .oja-hub-categories{
    display:flex!important;
    width:100%!important;
    max-width:100%!important;
    flex-wrap:nowrap!important;
    justify-content:flex-start!important;
    gap:8px!important;
    padding:2px 1px 10px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  body.oja-excursions-hub .oja-hub-categories::-webkit-scrollbar{display:none}
  body.oja-excursions-hub .oja-hub-categories button{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:max-content!important;
    white-space:nowrap!important;
  }
  body.oja-excursions-hub .oja-hub-result{text-align:left!important}
  body.oja-excursions-hub .oja-more-grid,
  body.oja-excursions-hub .oje-check-grid{
    display:grid!important;
    width:100%!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:16px!important;
  }
  body.oja-excursions-hub .oja-more-grid article{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
  }
  body.oja-excursions-hub .oja-more-grid h3,
  body.oja-excursions-hub .oja-more-grid p,
  body.oja-excursions-hub .oja-excursion-card-facts,
  body.oja-excursions-hub .oja-excursion-card-price{
    overflow-wrap:break-word!important;
    word-break:normal!important;
  }
  body.oja-excursions-hub .oje-parks-panel,
  body.oja-excursions-hub .oje-buy-guide{
    width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    padding:21px 16px!important;
    border-radius:16px!important;
  }
  body.oja-excursions-hub .oje-park-chips{
    display:flex!important;
    width:100%!important;
    max-width:100%!important;
    flex-wrap:wrap!important;
  }
  body.oja-excursions-hub img{
    max-width:100%!important;
    height:auto;
  }
}

@media (max-width:430px){
  body.oja-excursions-hub .oje-content-v2{width:calc(100% - 18px)!important}
  body.oja-excursions-hub .oja-more-grid h3{font-size:20px!important}
  body.oja-excursions-hub .oja-more-grid article>p,
  body.oja-excursions-hub .oja-excursion-card-facts,
  body.oja-excursions-hub .oja-excursion-card-price{
    margin-left:16px!important;
    margin-right:16px!important;
  }
  body.oja-excursions-hub .oja-more-grid article>a{
    margin-left:16px!important;
    margin-right:16px!important;
  }
}
