.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-claim-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 34px;
  padding: 24px;
  border: 1px solid #cde5e0;
  border-radius: 12px;
  background: linear-gradient(135deg, #f2fbf9, #fff);
  box-shadow: 0 10px 30px rgba(15, 102, 94, 0.08);
}

.provider-claim-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: #dff4ef;
  color: #0f796d;
  font-size: 22px;
}

.provider-claim-label {
  display: block;
  margin-bottom: 4px;
  color: #168d7d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.provider-claim-copy h3 {
  margin-bottom: 7px;
  color: #173d38;
  font-size: 21px;
}

.provider-claim-copy p {
  max-width: 850px;
  margin-bottom: 14px;
  color: #596c68;
  line-height: 1.6;
}

.provider-claim-button {
  padding: 11px 17px;
  border: 0;
  border-radius: 7px;
  background: #168d7d;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.provider-claim-button:hover,
.provider-claim-button:focus {
  background: #117568;
  color: #fff;
  outline: 0;
  transform: translateY(-1px);
}

.provider-claim-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff4d8;
  color: #8a650f;
  font-size: 13px;
  font-weight: 700;
}

.provider-claim-status-muted {
  background: #edf1f0;
  color: #66736f;
}

.claim-confirmation-copy {
  color: #52635f;
  text-align: left;
}

.claim-confirmation-copy p {
  margin-bottom: 8px;
}

.claim-confirmation-copy ol {
  margin: 0;
  padding-left: 20px;
}

.claim-confirmation-copy li {
  margin-bottom: 7px;
  line-height: 1.5;
}

.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;
  }
}

@media (max-width: 575.98px) {
  .provider-claim-card {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

.provider-trust-meta {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.provider-trust-meta p {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1.5;
}

.provider-last-verified {
  color: #52645f;
}

.provider-last-verified i,
.provider-report-link i {
  margin-right: 6px;
}

.provider-report-link a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
