.aivp-members-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: flex-end;
  margin-bottom: 28px;
}

.aivp-members-filter-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 180px;
  flex: 1 1 260px;
}

.aivp-members-filter-block--search {
  flex: 1 1 260px;
}

.aivp-members-filter-label {
  font-weight: 600;
  font-size: 0.92rem;
}

.aivp-members-filters input,
.aivp-members-filters select,
.aivp-members-filters button {
  min-height: 44px;
  font: inherit;
}

.aivp-members-filters input,
.aivp-members-filters select {
  width: 100%;
  border: 1px solid #d7d7d7;
  border-radius: 999px;
  padding: 0 16px;
  background: #fff;
}

.aivp-members-filter-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.aivp-members-submit,
.aivp-members-reset {
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  cursor: pointer;
}

.aivp-members-submit {
  font-weight: 700;
  border: 1px solid #123c69;
  background: #123c69;
  color: #ffffff;
}

.aivp-members-reset {
 border: 1px solid rgba(19, 35, 59, .14);
  background: #fff;
  color: #123c69;
}

.aivp-members-submit:hover, .aivp-members-reset:hover, .aivp-members-submit:focus, .aivp-members-reset:focus {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(19, 35, 59, .12);
}

.aivp-members-results-count {
  margin: 0 0 18px;
  font-weight: 600;
}

.aivp-members-map-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
}

.aivp-members-map {
  width: 100%;
  min-height: 420px;
  border-radius: 18px;
  overflow: hidden;
  background: #f3f3f3;
}

.aivp-members-map-status {
  margin: 8px 0 0;
  font-size: 0.92rem;
}

.leaflet-popup-content {
  font-family: inherit;
  font-size: 14px;
}

.leaflet-popup-content strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}

.leaflet-popup-content a {
  display: inline-block;
  margin-top: 4px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 767px) {
  .aivp-members-filters {
    display: grid;
    grid-template-columns: 1fr;
  }

  .aivp-members-filter-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .aivp-members-map {
    min-height: 360px;
  }
}


.aivp-members-filters select {
    appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 22px) 21px, calc(100% - 16px) 21px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  
  
  width: 100%;
  min-height: 48px;
  padding: 0 44px 0 16px;
  border: 1px solid rgba(19, 35, 59, .14);
  border-radius: 999px;
  background-color: #ffffff;
  color: #13233b;
  font: inherit;
    line-height: inherit;
  line-height: 1.2;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}


.aivp-adherent-single-map-wrap {
  margin-bottom: 0;
}
