/* OUM: use popups on mobile, not the fullscreen overlay */
.open-user-map #location-fullscreen-container { 
  display: none !important;
}
body.oum-location-opened {
  overflow: auto !important;
}

/* Optional: make popup actions easier to tap on phones */
@media (max-width: 640px){
  .open-user-map .leaflet-popup-content a,
  .open-user-map .leaflet-popup-content button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 14px;
    font-size:16px;
    line-height:1.25;
  }
}
