
/* Fueltek v6.9.320
   Larger desktop coverage map for all 30 local Fuel Management pages.
   Desktop only: top-align the map and make it occupy the full visual
   area alongside the local hero copy. Tablet/mobile remain unchanged. */

@media(min-width:1181px){
  .local-page-v302 .hero.local-hero-v302{
    align-items:start!important;
  }

  .local-page-v302 .hero.local-hero-v302>.fueltek-postcode-map-host-v309{
    align-self:start!important;
    justify-self:stretch!important;
    width:100%!important;
    max-width:100%!important;
    height:clamp(540px,62vh,680px)!important;
    min-height:540px!important;
    margin:0!important;
    transform:none!important;
  }

  .local-page-v302 .hero.local-hero-v302 .fueltek-postcode-map-v309,
  .local-page-v302 .hero.local-hero-v302 .maplibregl-map,
  .local-page-v302 .hero.local-hero-v302 .maplibregl-canvas-container,
  .local-page-v302 .hero.local-hero-v302 .maplibregl-canvas{
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
  }
}

/* Slightly shorter on low-height desktop/laptop screens. */
@media(min-width:1181px) and (max-height:820px){
  .local-page-v302 .hero.local-hero-v302>.fueltek-postcode-map-host-v309{
    height:clamp(500px,66vh,560px)!important;
    min-height:500px!important;
  }
}
