@import "https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css";
/* Colours */
/* Responsive */
/* Global */
html, body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #000000;
}

.clinic-locator-map {
  font-family: "Sofia Sans", sans-serif;
}
.clinic-locator-map label {
  color: #3757C8;
  letter-spacing: 0.1em;
}
.clinic-locator-map .button {
  min-width: 144px;
  height: 100%;
  max-height: 2.75rem;
  border-radius: 0;
  letter-spacing: 0.1em;
}
.clinic-locator-map .button.is-info {
  color: #ffffff;
  background-color: #3757C8;
}
.clinic-locator-map .select {
  height: 100%;
  width: 100%;
}
.clinic-locator-map .select select {
  background: #ffffff;
  color: #000000;
  border-radius: 0;
  width: inherit;
}
.clinic-locator-map .select .choices {
  height: inherit;
}
.clinic-locator-map .select .choices .choices__inner {
  height: inherit;
  border-radius: 0;
  background: #ffffff;
}
.clinic-locator-map .select .choices__list--multiple .choices__item {
  background-color: #3757C8;
  line-height: 1.2;
}
.clinic-locator-map #map {
  width: 100%;
  height: 100%;
  min-height: 560px;
}
.clinic-locator-map .clinic-locations {
  height: 388px;
  background-color: #F9F9F9;
  padding: 20px 0 20px 20px;
  overflow: hidden;
}
.clinic-locator-map #location-list {
  display: block;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
}
.clinic-locator-map input {
  border-radius: 0;
  background-color: #ffffff;
}
.clinic-locator-map input.choices__input {
  height: 16px;
  margin: 0;
  border: none;
}
.clinic-locator-map .location-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 10px 20px;
  margin: 0 20px 10px 0;
  cursor: pointer;
}
.clinic-locator-map .location-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.clinic-locator-map .location-item strong {
  color: #000000;
  font-size: 1.125rem;
  max-width: 300px;
}
.clinic-locator-map .location-item a {
  color: #3757C8;
}
.clinic-locator-map .location-item span {
  opacity: 0.7;
}
.clinic-locator-map .location-item .item-contact {
  margin: 1.25rem 0;
}
.clinic-locator-map .select.is-multiple {
  width: 100%;
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  background-color: transparent;
  padding: 0 5px;
}

/*# sourceMappingURL=style.css.map */