/* Places page styling */
.leaflet-control-container a {
  text-decoration: none !important; }

.map-table {
  max-width: 680px;
  margin: 20px auto 35px;
  border-radius: 4px;
  width: 100%;
  height: 400px;
  border: 1px solid var(--horizontalRule);
  -webkit-box-shadow: 0 30px 60px -10px rgba(0, 0, 0, 0.22), 0 18px 36px -18px rgba(0, 0, 0, 0.25);
  box-shadow: 0 30px 60px -10px rgba(0, 0, 0, 0.22), 0 18px 36px -18px rgba(0, 0, 0, 0.25); }

/* Leaflet popup styling to match website typography */
.leaflet-popup-content-wrapper {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }

.leaflet-popup-content {
  font-family: var(--sanserif);
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 400;
  margin: 12px 16px !important;
  font-optical-sizing: auto; }

.leaflet-popup-tip {
  background: white; }

/* Responsive popup font size */
@media screen and (max-width: 768px) {
  .leaflet-popup-content {
    font-size: 15px !important;
    margin: 10px 14px !important; } }
