/* RC5.1 · Travel tabs only. Marga owns the content; Core only stabilises state. */
.vmon-marga-page .h-tabs .h-tabs-item-content.hide{display:none!important}
.vmon-marga-page .h-tabs .h-tabs-item-content[hidden]{display:none!important}
.vmon-marga-page .h-tabs .h-tabs-item-content.h-tabs-content-active:not(.hide){display:block!important}
.vmon-marga-page .h-tabs-navigation-item[aria-selected="true"]{position:relative}
.vmon-marga-page #itinerario,
.vmon-marga-page #imagenes,
.vmon-marga-page #alojamiento,
.vmon-marga-page #precioIncluye{scroll-margin-top:110px!important}

/* Native-hash safety net: even if an optimiser delays JS, a direct URL such
   as /viaje/#imagenes or /viaje/#alojamiento must reveal that real panel. */
@supports selector(.h-tabs:has(#imagenes:target)){
  .vmon-marga-page .h-tabs:has(#itinerario:target,#imagenes:target,#alojamiento:target,#precioIncluye:target)>.h-tabs-item-content{display:none!important}
  .vmon-marga-page .h-tabs>#itinerario:target,
  .vmon-marga-page .h-tabs>#imagenes:target,
  .vmon-marga-page .h-tabs>#alojamiento:target,
  .vmon-marga-page .h-tabs>#precioIncluye:target{display:block!important}
}
