body::before {
  display: block;
  content: '';
  height: 60px;
}

#map {
  width: 100%;
  height: 100%;

  border-radius: 10px;
}


html {
  --top-spacing: 92px;
  scroll-padding-top: var(--top-spacing);
}

@media (min-width: 768px) {
  .news-input {
    width: 50%;
  }
}
