#cbdce-education-finder {
  min-height: 100px;
}

.cbdce-education-finder-app {
  margin: 0;
}
.cbdce-education-finder-app > .row {
  row-gap: var(--t-sp-40);
}.cbdce-education-finder__filters {
  margin-top: var(--t-sp-40);
}
.cbdce-education-finder__filters-desc {
  color: var(--t-color-light-black);
  font-size: var(--t-font-size-body-md);
  font-weight: var(--t-font-weight-regular);
  line-height: var(--t-line-height-base);
  margin-top: var(--t-sp-16);
  margin-bottom: var(--t-sp-16);
}.cbdce-education-finder__result-item {
  padding: var(--t-sp-24);
  background-color: var(--t-color-light-gray);
  display: flex;
  flex-direction: column;
  gap: var(--t-sp-24);
  color: var(--t-color-light-black);
  font-size: var(--t-font-size-body-md);
  font-weight: var(--t-font-weight-regular);
  line-height: var(--t-line-height-base);
}
.cbdce-education-finder__result-item-address {
  margin-bottom: 0;
}
.cbdce-education-finder__result-item-address p {
  color: var(--t-color-light-black);
  font-size: var(--t-font-size-body-md);
  font-weight: var(--t-font-weight-regular);
  line-height: var(--t-line-height-base);
  margin-bottom: 0;
}
.cbdce-education-finder__result-item-address p + p {
  margin-top: var(--t-sp-8);
}
.cbdce-education-finder__result-item-contact {
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 8px;
}
.cbdce-education-finder__result-item-contact dd {
  padding-top: 2px;
  line-height: var(--t-line-height-lg);
  margin-bottom: 0;
}
.cbdce-education-finder__result-item--embedded {
  padding: 0;
  background-color: transparent;
  font-family: var(--t-font-family-base);
  gap: var(--t-sp-16);
}
.cbdce-education-finder__result-item--embedded .cbdce-heading {
  max-width: calc(100% - 28px);
}.cbdce-education-finder__map {
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(200px, 75vh, 660px);
  width: 100%;
}
.cbdce-education-finder__map-info-window {
  margin: -32px 16px 16px 4px;
}
.gm-style .gm-style-iw-d:has(> .cbdce-education-finder__map-info-window)[style] {
  overflow: visible !important;
}.cbdce-education-finder__search-results {
  margin: var(--t-sp-40) 0;
}
.cbdce-education-finder__search-results-count {
  margin-bottom: var(--t-sp-40);
}
.cbdce-education-finder__search-results-list {
  margin-top: var(--t-sp-40);
  gap: var(--t-sp-24);
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-inline-start: 0;
}
.cbdce-education-finder__search-results-msg {
  margin: var(--t-sp-40) 0;
}
.cbdce-education-finder__search-results-msg .cbdce-heading {
  text-align: center;
  text-wrap: balance;
}
.cbdce-education-finder__search-results-list {
  list-style: none;
}
.cbdce-education-finder__search-results-list::marker {
  display: none;
}.cbdce-education-finder__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--t-sp-32);
  margin-top: var(--t-sp-40);
}
.cbdce-education-finder__pagination-msg {
  color: var(--t-color-light-black);
  font-size: var(--t-font-size-body-md);
  font-weight: var(--t-font-weight-regular);
  line-height: var(--t-line-height-base);
}