.map {
  background-image: url(/themes/custom/omaxb5/assets/images/bg/map-graphic.webp);
  background-size: cover;
}

.map .language-picker .country {
  background-color: transparent;
  border: 0;
  position: relative;
  z-index: 1;
}

.map .language-picker .country * {
  position: relative;
  z-index: 3;
}

.map .language-picker .country:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  z-index: 0;
}

.map .language-picker .country .card h4 {
  border-bottom: 3px solid #d5d6d7;
  line-height: 1.75em;
}

.map .language-picker .country .card ul {
  list-style: none;
  padding-left: 0;
}

.map .language-picker .country .card a {
  color: #1b1b1b;
  font-size: 16px;
}

.map .language-picker .country .card a:hover {
  border-bottom: 1px #1b1b1b solid;
}

.map .language-picker .country .card .card-body {
  padding: 1rem 1.5rem 0rem 1.5rem;
}
/*# sourceMappingURL=pickcountry.css.map */