/* === Begin Region dropdown ===*/
.lp__country_dropdown_components {
  display: block;
  margin: 0px;
}
@media (min-width: 500px) {
  .lp__country_dropdown_components {
    display: flex;
    justify-content: center !important;
  }
}
.lp__country_dropdown_components .lp__dropdown {
  width: 100%;
}
@media (min-width: 600px) {
  .lp__country_dropdown_components .lp__dropdown {
    width: 70%;
  }
}
.lp__country_dropdown_components .lp__dropdown .lp__dropdown_title {
  font-size: 1.5rem;
  line-height: 2rem;
  float: left;
  margin: 0px 16px 0px 0px;
}
@media (min-width: 991px) {
  .lp__country_dropdown_components .lp__dropdown .lp__dropdown_title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.lp__country_dropdown_components .lp__dropdown .lp__dropdown_group {
  float: left;
  width: 75%;
}

/* === end Region dropdown ===*/