#wpm-c-map {
  width: 100%;
  height: 600px;
  max-width: 1000px;
  margin: 0 auto;
}

.wpm-c-map-shortcode {
  max-width: 1230px !important;
  padding: 20px;
  margin: 0 auto !important;
}

.wpm-c-map-shortcode * {
  font-family: 'Lato', sans-serif;
}

.wpm-c-grid {
  padding: 50px 0;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.wpm-c-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  padding-bottom: 50px;
  margin: 0 auto;
  gap: 20px;
}

.wpm-c-divider {
  width: 3px;
  height: 100px;
  margin: 0 50px;
  background-color: var(--main-color-wpmc);
}

.wpm-c-next {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.wpm-c-map-shortcode {
  position: relative;
  overflow: hidden;
}

.wpm-c-map-shortcode::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  height: 63%;
  background: linear-gradient(
          0deg,
          var(--main-color-wpmc) 0%,
          rgba(255, 255, 255, 1) 22%
  );
  top: 0;
  left: -150%;
  right: 0;
  bottom: 0;
  width: 500%;
}

.wpm-c-form__field button.wpm-c-form__button {
  background-color: var(--main-color-wpmc) !important;
  border: 1px solid var(--main-color-wpmc);
  transition: all 0.3s ease-in-out;
  color: #000 !important;
  width: 203px;
  text-align: start;
}

.wpm-c-card {
  background: #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  border: 2px solid var(--main-color-wpmc);
}

.wpm-c-card .wpm-c-card__logo img {
  margin: 30px 0;
  scale: 0.6;
}

.wpm-c-card h4 {
  text-transform: uppercase;
  min-height: 55px;
  font-size: 19px;
}

.wpm-c-card__miles {
  text-transform: uppercase;
}

.wpm-c-card__miles-wrapper {
  margin-bottom: 30px;
}

.wpm-c-card img {
  width: 250px;
  height: 90px !important;
  object-fit: scale-down;
}

.wpm-c-card__miles-wrapper span,
.wpm-c-card__miles-wrapper,
.wpm-c-card__address {
  font-size: 15px;
}

.wpm-c-grid-wrapper {
  /*position: absolute;*/
  /*bottom: -60%;*/
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  padding-bottom: 100px;
}

.wpm-c-card__link-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
}

.wpm-c-card h4,
.wpm-c-card p {
  text-align: center;
}

.wpm-c-spacer {
  height: 50px;
}

.wpm-c-card a {
  width: 100%;
  display: block;
  background-color: var(--main-color-wpmc);
  padding: 5px;
  text-align: center;
  text-decoration: none;
}

.wpm-c-form__input {
  border: 1px solid var(--main-color-wpmc) !important;
  margin: 0 !important;
}

.wpm-c-form__field button.wpm-c-form__button:hover {
  background-color: transparent !important;
}

.wpmc-custom-marker-label {
  color: #ffffff !important;
  display: block !important;
  padding-top: 13px !important;
  font-weight: bold;
}

.wpm-c-btn {
  background: var(--main-color-wpmc);
  display: block;
  padding: 5px 20px;
  text-align: center;
  max-width: 300px;
  text-decoration: none;
}

.wpc-blank-link {
  background-color: transparent !important;
  margin-bottom: 30px;
  font-size: 19px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
}

.select2-container--custom-select2 {
  height: 42px;
}

.wpm-blank-info {
  font-size: 19px;
}

.wpm-c-card h4,
.wpm-c-card p {
  font-family: 'Open Sans';
}

.wpm-c-card__bottom {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.wpm-c-btn {
  margin-bottom: 250px;
}

.select2-container {
  padding: 10px !important;
  border: 1px solid var(--main-color-wpmc) !important;
  width: 203px !important;
}

@media screen and (max-width: 600px) {
  .select2-container {
    width: 100% !important;
  }
}

.select2-container--open {
  margin-top: -20px !important;
}

.wpm-c-form__button {
  padding: 8px 10px;
  font-size: 16px;
}

.select2-selection__rendered {
  padding: 0 !important;
}

.select2-search__field {
  border-color: var(--main-color-wpmc) !important;
}

.wpm-c-form__button,
.wpm-c-next a,
.wpm-c-card__link-wrapper a {
  font-family: 'Open Sans';
}

.wpm-c-form__button {
  margin-top: 5px;
}

@media screen and (max-width: 600px) {
  .wpm-c-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .wpm-c-divider {
    display: none !important;
  }

  .wpm-c-form__button,
  .wpm-c-form__input {
    width: 100%;
  }

  .wpm-c-grid-wrapper {
    position: static;
    transform: none;
  }

  .wpm-c-spacer {
    height: 0;
  }

  .wpm-c-grid {
    grid-template-columns: 1fr;
  }

  .wpm-c-btn {
    color: #000000;
    background: #ffffff;
  }
}

.select2-search__field:focus {
  outline: none !important;
}

.wpm-toast__wrapper {
  max-width: 380px;
}

.wpm-toast_title {
  font-size: 30px;
}

.wpm-toast__description {
  font-size: 18px;
}

.wpm-toast__link {
  text-decoration: none !important;
  display: inline-block;
  padding-top: 10px;
  font-size: 22px;
  font-weight: bold;
  vertical-align: middle;
}

.wpm-toast__arrow {
  transition: all 0.3s ease-in-out;
}

.wpm-toast__link:hover > .wpm-toast__arrow {
  transform: translateX(10px);
}

.gm-ui-hover-effect {
  width: 40px !important;
  height: 40px !important;
}

.gm-ui-hover-effect > span {
  width: 25px !important;
  height: 25px !important;
}

.gm-svpc {
  display: none !important;
}
.wpc-blank-link {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: bold;
}
.wpc-blank-link svg {
  transition: all 0.3s ease-in-out;
}
.wpc-blank-link:hover svg {
  transform: translateX(8px);
}
.wpm-c-form__search-field {
  border: 1px solid var(--main-color-wpmc) !important;
  background: #ffffff;
  color: #000 !important;
  width: 203px;
  text-align: start;
  outline: none;
  margin: 0 !important;
  font-size: 16px;
  padding: 8px 10px;
}
.wpm-c-form__search-field:focus {
  outline: none !important;
}

.wpm-c-form__superfield {
  position: absolute;
  width: 100%;
  padding: 20px 10px;
  background: #ffffff;
  bottom: -155px;
  height: 150px;
  border: 1px solid var(--main-color-wpmc) !important;
  z-index: 10;
  overflow-y: auto;
}

.wpm-c-form__superfield ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
}
.wpm-c-form__superfield ul li {
  cursor: pointer;
}

.wpm-c-form__superfield ul li a {
  text-decoration: none;
  padding-bottom: 5px;
}

.wpm-c-form__superfield ul li a:hover {
  text-decoration: underline;
}

.wpm-c-form__superfield-wrapper {
  position: relative;
}

.wpm-c-form__button:focus {
  outline: none !important;
}

.goog-card {
  max-width: 250px;
  gap: 2px;
  border: 0;
  padding-top: 0;
}

.goog-card .wpm-c-card__logo img {
  width: 190px;
  height: 60px;
}

.goog-card .wpc-blank-link,
.goog-card .wpm-c-card__miles-wrapper {
  margin-bottom: 5px;
}

.wpm-blank-info:focus,
.wpc-blank-link:focus {
  outline: none !important;
  text-decoration: none !important;
}
.wpm-c-next,
.wpm-blank-info,
.wpc-blank-link {
  color: black !important;
}

.wpm-c-card__logo {
  height: 95px !important;
}
