#bdmlf-map-filter {
  font-family: inherit;
  color: inherit;
  padding: 1em;
  border: 1px solid #ccc;
  background: #f9f9f9;
  border-radius: 5px;
}

.bdmlf-select-boxes {
  margin-top: 1em;
}

.bdmlf-select-boxes select,
.bdmlf-select-boxes button {
  padding: 8px;
  margin: 5px 0;
  width: 100%;
  max-width: 300px;
  font-size: 16px;
}

.bdmlf-posts {
  margin-top: 1.5em;
}

.bdmlf-post a {
  display: block;
  padding: 8px;
  background: #fff;
  margin-bottom: 5px;
  border-left: 3px solid #0073aa;
  text-decoration: none;
}

.bdmlf-map-container svg [data-term-id]:hover {
  cursor: pointer;
  fill: #007bff !important;
}
