.local-map-consent {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  padding: 16px;
}

.local-map-consent-card {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: min(100%, 440px);
  max-height: none;
  overflow: visible;
  margin: auto 0;
}

@media (max-height: 700px) {
  .local-map-consent-card {
    margin: 0;
    padding: 18px;
    border-radius: 20px;
  }

  .local-map-consent-card h2 {
    margin-bottom: 8px;
    font-size: 19px;
  }

  .local-map-consent-card p {
    font-size: 13px;
    line-height: 1.5;
  }

  .local-map-consent-card button {
    min-height: 46px;
  }
}
