/* scoped: si-visit-VisitMapSection */

  .map-section:where(.si-visit-VisitMapSection, .si-visit-VisitMapSection *){
    width: 100%;
    height: 389px;
    display: flex;
    box-sizing: border-box;
  }

  .map-frame:where(.si-visit-VisitMapSection, .si-visit-VisitMapSection *){
    width: 100%;
    height: 100%;
  }



  html.is-mobile .map-section:where(.si-visit-VisitMapSection, .si-visit-VisitMapSection *){
    width: 430px;
    height: 319px;
  }
