/* 공통: 모바일·iOS Safari 스크롤 */
html {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.statistics-iframe {
  height: calc(100vh - 4.5rem);
  height: calc(100dvh - 4.5rem);
}
