.sidebar-ad-placeholder {
    margin-bottom: 20px;
}

@media (min-width: 800px) {
    .leaflet-page-layout__sidebar--right {
        position: -webkit-sticky;
        position: sticky;
        top: 80px;
        max-height: 100vh;
        overflow-y: auto;
        scrollbar-width: none; /* Firefox */
    }

    .leaflet-page-layout__sidebar--right::-webkit-scrollbar {
        display: none;  /* Safari and Chrome */
    }
}
