.country-listing-map-block {
  overflow: hidden;
  padding-bottom: 4px;
  margin-bottom: -4px;
}

.map-list-view .country-listing .select2-container--default .select2-selection--single {
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.map-list-view .country-listing .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  padding-left: 0;
  font-family: var(--font-medium);
}

.map-list-view .filter-wrap {
  justify-content: flex-start;
}

.map-list-view .country-listing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.map-list-view .filter-wrap .switch-list-map-wrap {
  flex: 1;
  text-align: right;
}

.switch-list-map-wrap {
  white-space: nowrap;
  margin-left: 20px;
}

.map-list-view .reset-wrap {
  margin-right: 0 !important;
}

.switch-list-map-wrap a {
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.875rem;
}

.switch-list-map-wrap a::before {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: 30px; */
  background-size: contain;
  position: relative;
  /* top: -1px; */
  content: "";
}

.switch-map::before {
  background-image: url('/themes/custom/unaids/components/pages/listing-pages/countries/img/map.svg');
}

.switch-list::before {
  background-image: url('/themes/custom/unaids/components/pages/listing-pages/countries/img/list.svg');
}

.switch-map:hover::before {
  background-image: url('/themes/custom/unaids/components/pages/listing-pages/countries/img/map_hover.svg');
}

.switch-list:hover::before {
  background-image: url('/themes/custom/unaids/components/pages/listing-pages/countries/img/list_hover.svg');
}

.map-list-view .dropdown-search {
  max-width: 100%;
}

body .select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #aaa;
}

.map-list-view.custom-accordion a {
  line-height: 1.21;
  /* display: block; */
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .map-list-view .dropdown-search select {
    width: 200px;
  }

  .reset__btn {
    padding: 7px 20px;
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 539px) {
  .map-list-view .filter-wrap {
    flex-wrap: wrap;
  }

  .map-list-view .filter-wrap .switch-list-map-wrap {
    margin: 0;
    margin-top: 15px;
    width: 100%;
  }

  .switch-list-map-wrap a::before {
    width: 24px;
    height: 24px;
  }
}
