/* Find provider strip (from static For Patients HTML) */
.tr-find-provider {
  background: #fff;
  color: #111827;
  padding: clamp(2.5rem, 5vw, 4.5rem) 1.5rem;
  text-align: center;
  border-top: 1px solid #e5e7eb;
}

.tr-find-provider__inner {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
}

.tr-find-provider h2 {
  font-family: "Ivy Mode", serif;
  font-weight: 300;
  font-size: clamp(1.75rem, 3.5vw, 2.45rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0;
  color: #111827;
}

.tr-find-provider h2 .tr-find-provider__accent {
  font-style: normal;
  font-weight: 400;
  color: #2b64f5;
}

.tr-find-provider p {
  font-size: clamp(0.95rem, 2.2vw, 1.05rem);
  line-height: 1.65;
  color: #4b5563;
  margin: 0;
  max-width: 56ch;
}

.tr-find-provider .btn {
  min-width: 200px;
}
