.provider-detail-wrap {
  background: #f7f7f7;
}

.provider-title {
  color: #005c52;
  font-weight: 800;
  margin-bottom: 8px;
}

.provider-type-badge {
  display: inline-block;
  background: #4da3ff;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 999px;
  padding: 4px 12px;
  margin-bottom: 24px;
}

.provider-section-title {
  position: relative;
  margin-bottom: 18px;
}

.provider-section-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #dbdbdb;
}

.provider-section-title span {
  position: relative;
  background: #f7f7f7;
  padding-right: 16px;
  color: #2f2f2f;
  font-weight: 600;
  font-size: 1.2rem;
}

.provider-summary-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.provider-summary-list li {
  color: #333;
  margin-bottom: 8px;
  font-size: 1rem;
}

.provider-summary-list i {
  width: 24px;
  color: #005c52;
}

.provider-summary-list a {
  color: #0f665e;
}

.provider-summary-row {
  align-items: center;
}

.map-card {
  border: 3px solid white;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  height: 400px;
}

.map-embed {
  display: block;
  width: 100%;
  height: 100%;
}

.map-empty {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b6b6b;
  font-size: 18px;
}

.provider-description-content {
  color: #262626;
  font-size: 19px;
}

.provider-description-content p,
.provider-description-content li {
  margin-bottom: 14px;
}

.provider-description-content h2,
.provider-description-content h3,
.provider-description-content h4 {
  color: #2f2f2f;
  margin-top: 18px;
  margin-bottom: 8px;
}

.provider-card-link {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 1023px) {
  .provider-section-title span {
    font-size: 28px;
  }

  .provider-summary-list li {
    font-size: 17px;
  }

  .provider-description-content {
    font-size: 17px;
  }

  .map-embed {
    height: 100%;
  }

  .map-empty {
    min-height: 290px;
  }

  .map-card {
    height: 290px;
  }
}