.pm-patient-page {
  display: grid;
  gap: clamp(1rem, 1.6vw, 1.5rem);
  width: 100%;
  overflow-x: clip;
  padding-top: clamp(1rem, 2vw, 2rem);
}

.pm-patient-page > * {
  min-width: 0;
  max-width: 100%;
}

.pm-patient-brand-hero {
  width: 100%;
  min-width: 0;
}

.pm-patient-detail-hero {
  width: 100%;
  min-width: 0;
}

.pm-patient-brand-hero__card {
  display: grid;
  gap: 1.3rem;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  align-content: start;
  padding: clamp(1.35rem, 2.8vw, 2.6rem);
}

.pm-patient-detail-hero__card {
  display: grid;
  gap: 1rem;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: clamp(1.2rem, 2.4vw, 2.2rem);
  border: 1px solid rgba(199, 219, 255, 0.92);
  border-radius: 1.7rem;
  background:
    radial-gradient(circle at top right, rgba(31, 100, 228, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
  box-shadow: 0 24px 60px rgba(23, 76, 175, 0.08);
}

.pm-patient-brand-hero__card > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0;
}

.pm-patient-brand-hero__heading,
.pm-patient-brand-hero__summary,
.pm-patient-brand-hero__title {
  min-width: 0;
}

.pm-patient-brand-hero__heading {
  max-width: none;
}

.pm-patient-detail-hero__heading {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  min-width: 0;
}

.pm-patient-detail-hero__mark {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 1.25rem;
}

.pm-patient-brand-hero__summary {
  display: grid;
  gap: 1rem;
  max-width: 53rem;
}

.pm-patient-brand-hero__title span {
  overflow-wrap: anywhere;
}

.pm-patient-detail-hero__title {
  max-width: 58rem;
  margin-top: 0.5rem;
  color: var(--pm-ink-900);
  font-family: var(--pm-font-heading);
  font-size: clamp(1.9rem, 3.5vw, 4.15rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.pm-patient-detail-hero__lead {
  max-width: 52rem;
  color: var(--pm-ink-700);
  font-size: clamp(1rem, 1.08vw, 1.16rem);
  line-height: 1.7;
}

.pm-patient-brand-hero__card .styles-module-scss-module__3PyzfW__description {
  max-width: 53rem;
  color: var(--pm-ink-700);
  font-size: clamp(0.98rem, 1vw, 1.12rem);
  line-height: 1.55;
}

.pm-patient-brand-hero__card .styles-module-scss-module__3PyzfW__h1 .styles-module-scss-module__3PyzfW__secondary {
  font-size: clamp(2rem, 3.1vw, 3.6rem);
}

.pm-patient-brand-hero__card .styles-module-scss-module__3PyzfW__h1 .styles-module-scss-module__3PyzfW__primary {
  font-size: clamp(3.2rem, 6.6vw, 7.4rem);
  line-height: 0.82;
  letter-spacing: 0;
}

.pm-preparation-brand-hero__summary,
.pm-preparation-brand-hero__summary .styles-module-scss-module__3PyzfW__description {
  max-width: 52rem;
}

.pm-faq-brand-hero__summary,
.pm-faq-brand-hero__summary .styles-module-scss-module__3PyzfW__description {
  max-width: 52rem;
}

.pm-patient-search {
  width: min(100%, 30rem);
}

.pm-patient-search--section {
  width: min(100%, 36rem);
}

.pm-patient-actions,
.pm-patient-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.pm-patient-actions .styles-module-scss-module____zJ0a__button {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 2.55rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.68rem 1.05rem;
  line-height: 1;
}

.pm-preparation-hero-actions .styles-module-scss-module____zJ0a__button {
  width: fit-content;
}

.pm-faq-hero-actions .styles-module-scss-module____zJ0a__button {
  width: fit-content;
}

.pm-patient-intro-grid,
.pm-patient-section,
.pm-patient-cta,
.pm-patient-detail-layout {
  display: grid;
  gap: 1rem;
  min-width: 0;
  max-width: 100%;
}

.pm-patient-intro-grid {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
  align-items: stretch;
}

.pm-patient-intro-card,
.pm-patient-media-card,
.pm-patient-section,
.pm-patient-info-card,
.pm-patient-faq-card,
.pm-patient-prep-card,
.pm-patient-prep-guide-card,
.pm-patient-notice-item,
.pm-patient-step-card,
.pm-patient-document-card,
.pm-patient-empty,
.pm-patient-cta,
.pm-patient-article-card,
.pm-patient-side-card {
  border: 1px solid rgba(199, 219, 255, 0.92);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 60px rgba(23, 76, 175, 0.08);
}

.pm-patient-intro-card {
  display: grid;
  gap: 0.85rem;
  align-content: center;
  padding: clamp(1.2rem, 2.4vw, 2.2rem);
}

.pm-patient-media-card {
  min-height: 22rem;
  overflow: hidden;
  background: #dbeafe;
}

.pm-patient-media-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
}

.pm-patient-kicker,
.pm-patient-card-eyebrow {
  color: var(--pm-brand-700);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.pm-patient-section-title {
  max-width: 54rem;
  color: var(--pm-ink-900);
  font-size: clamp(1.5rem, 2.35vw, 2.45rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
}

.pm-patient-section-copy,
.pm-patient-info-card p,
.pm-patient-faq-card p,
.pm-patient-prep-card p,
.pm-patient-prep-card li,
.pm-patient-prep-guide-card p,
.pm-patient-notice-item p,
.pm-patient-step-card p,
.pm-patient-document-card small,
.pm-patient-empty p,
.pm-patient-side-card p {
  color: rgba(51, 65, 85, 0.78);
  font-size: 0.94rem;
  line-height: 1.65;
}

.pm-patient-section {
  padding: clamp(1.1rem, 2vw, 1.8rem);
  background:
    radial-gradient(circle at top right, rgba(31, 100, 228, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
}

.pm-patient-section-head {
  display: grid;
  gap: 0.55rem;
}

.pm-patient-filter-row {
  overflow-x: auto;
  padding-bottom: 0.1rem;
  scrollbar-width: none;
}

.pm-patient-filter-row::-webkit-scrollbar {
  display: none;
}

.pm-patient-chip,
.pm-patient-card-link,
.pm-patient-card-link--button {
  transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, background 160ms ease, transform 160ms ease;
}

.pm-patient-chip {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.95rem;
  border: 1px solid rgba(199, 219, 255, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--pm-ink-900);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.pm-patient-chip:hover,
.pm-patient-card-link:hover,
.pm-patient-document-card:hover {
  border-color: rgba(31, 100, 228, 0.36);
  color: var(--pm-brand-700);
  transform: translateY(-1px);
}

.pm-patient-chip.is-active {
  border-color: transparent;
  background: linear-gradient(180deg, var(--pm-brand-500) 0%, var(--pm-brand-700) 100%);
  color: #fff;
  box-shadow: 0 14px 32px rgba(23, 76, 175, 0.18);
}

.pm-patient-faq-grid,
.pm-patient-card-grid,
.pm-patient-prep-list,
.pm-patient-prep-guide-grid,
.pm-patient-notice-list,
.pm-patient-step-grid,
.pm-patient-document-list,
.pm-patient-detail-side,
.pm-patient-related-list {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
  max-width: 100%;
}

.pm-patient-prep-list {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 21rem), 1fr));
}

.pm-patient-faq-grid {
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(199, 219, 255, 0.92);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.78);
}

.pm-patient-prep-guide-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pm-patient-notice-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pm-patient-card-grid--four,
.pm-patient-step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pm-patient-card-grid--two,
.pm-patient-document-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pm-patient-faq-card,
.pm-patient-info-card,
.pm-patient-prep-card,
.pm-patient-prep-guide-card,
.pm-patient-notice-item,
.pm-patient-step-card,
.pm-patient-document-card,
.pm-patient-empty {
  display: grid;
  gap: 0.65rem;
  align-content: start;
  padding: 1rem;
  color: var(--pm-ink-900);
}

.pm-patient-faq-card {
  gap: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  scroll-margin-top: 5.5rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.pm-patient-faq-card + .pm-patient-faq-card {
  border-top: 1px solid rgba(199, 219, 255, 0.7);
}

.pm-patient-faq-card:hover {
  background: rgba(248, 251, 255, 0.82);
}

.pm-patient-faq-card[open],
.pm-patient-faq-card:target,
.pm-patient-faq-card.is-selected {
  background: rgba(248, 251, 255, 0.9);
  box-shadow: inset 3px 0 0 var(--pm-brand-600);
}

.pm-patient-faq-card summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 12rem) minmax(0, 1fr);
  gap: 0.55rem;
  align-items: center;
  min-width: 0;
  cursor: pointer;
  list-style: none;
  padding: 1rem 3.2rem 1rem 1.1rem;
}

.pm-patient-faq-card summary::-webkit-details-marker {
  display: none;
}

.pm-patient-faq-card summary::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid rgba(23, 76, 175, 0.72);
  border-bottom: 2px solid rgba(23, 76, 175, 0.72);
  content: "";
  transform: translateY(-65%) rotate(45deg);
  transition: transform 160ms ease;
}

.pm-patient-faq-card[open] summary::after {
  transform: translateY(-35%) rotate(225deg);
}

.pm-patient-faq-card summary strong {
  color: var(--pm-ink-900);
  font-size: 1.12rem;
  font-weight: 850;
  line-height: 1.2;
}

.pm-patient-faq-card__body {
  max-width: 72ch;
  margin-left: min(12rem, 28%);
  padding: 0 3.2rem 1rem 1.65rem;
  color: rgba(30, 41, 59, 0.9);
  font-size: 0.96rem;
  line-height: 1.75;
}

.pm-patient-faq-card__body > * + * {
  margin-top: 0.8rem;
}

.pm-patient-faq-featured {
  display: grid;
  gap: clamp(0.9rem, 1.6vw, 1.2rem);
  padding: clamp(1.1rem, 2.2vw, 2rem);
  border: 1px solid rgba(199, 219, 255, 0.92);
  border-radius: 1.5rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.95));
  box-shadow: 0 24px 60px rgba(23, 76, 175, 0.08);
}

.pm-patient-faq-featured__body {
  max-width: 78ch;
  color: rgba(30, 41, 59, 0.9);
  font-size: clamp(1rem, 1vw, 1.08rem);
  line-height: 1.75;
}

.pm-patient-faq-featured__body > * + * {
  margin-top: 0.8rem;
}

.pm-patient-faq-card h3,
.pm-patient-info-card h3,
.pm-patient-prep-card h3,
.pm-patient-prep-guide-card h3,
.pm-patient-notice-item h3,
.pm-patient-step-card h3,
.pm-patient-empty h3 {
  color: inherit;
  font-size: 1.12rem;
  font-weight: 850;
  line-height: 1.2;
}

.pm-patient-prep-guide-card {
  min-height: 15rem;
  background:
    radial-gradient(circle at top right, rgba(31, 100, 228, 0.08), transparent 36%),
    rgba(255, 255, 255, 0.95);
}

.pm-patient-prep-guide-card strong {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 2rem;
  align-items: center;
  margin-top: auto;
  padding: 0.5rem 0.7rem;
  border-radius: 999px;
  background: rgba(238, 245, 255, 0.92);
  color: var(--pm-brand-700);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.15;
}

.pm-patient-prep-guide-card small {
  color: rgba(100, 116, 139, 0.86);
  font-size: 0.82rem;
  line-height: 1.45;
}

.pm-patient-section--notice {
  background:
    radial-gradient(circle at top left, rgba(211, 75, 48, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 246, 0.98) 100%);
}

.pm-patient-notice-item {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  background: rgba(255, 255, 255, 0.82);
}

.pm-patient-notice-item > span {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(211, 75, 48, 0.1);
  color: #a33725;
  font-size: 0.86rem;
  font-weight: 900;
}

.pm-patient-prep-accordion,
.pm-patient-service-prep-list {
  display: grid;
  gap: 0.7rem;
  min-width: 0;
}

.pm-patient-prep-panel,
.pm-patient-service-prep-row {
  min-width: 0;
  border: 1px solid rgba(199, 219, 255, 0.9);
  border-radius: 1.05rem;
  background: rgba(255, 255, 255, 0.88);
  color: var(--pm-ink-900);
  overflow: hidden;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.pm-patient-prep-panel[open],
.pm-patient-service-prep-row[open] {
  border-color: rgba(31, 100, 228, 0.26);
  background:
    radial-gradient(circle at top right, rgba(31, 100, 228, 0.06), transparent 34%),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(23, 76, 175, 0.08);
}

.pm-patient-prep-panel summary,
.pm-patient-service-prep-row summary {
  position: relative;
  display: grid;
  gap: 0.8rem;
  align-items: center;
  min-width: 0;
  cursor: pointer;
  list-style: none;
  padding: 1rem 3rem 1rem 1rem;
}

.pm-patient-prep-panel summary {
  grid-template-columns: minmax(0, 1fr) auto;
}

.pm-patient-service-prep-row summary {
  grid-template-columns: minmax(0, 1fr) auto;
}

.pm-patient-prep-panel summary::-webkit-details-marker,
.pm-patient-service-prep-row summary::-webkit-details-marker {
  display: none;
}

.pm-patient-prep-panel summary::after,
.pm-patient-service-prep-row summary::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid rgba(23, 76, 175, 0.72);
  border-bottom: 2px solid rgba(23, 76, 175, 0.72);
  content: "";
  transform: translateY(-62%) rotate(45deg);
  transition: transform 160ms ease;
}

.pm-patient-prep-panel[open] summary::after,
.pm-patient-service-prep-row[open] summary::after {
  transform: translateY(-35%) rotate(225deg);
}

.pm-patient-prep-panel__title,
.pm-patient-service-prep-row__copy {
  display: grid;
  gap: 0.34rem;
  min-width: 0;
}

.pm-patient-prep-panel__title strong,
.pm-patient-service-prep-row__copy strong {
  color: var(--pm-ink-900);
  font-size: clamp(1.03rem, 1vw, 1.14rem);
  font-weight: 850;
  line-height: 1.2;
}

.pm-patient-service-prep-row__copy > span:not(.pm-patient-card-eyebrow) {
  color: rgba(51, 65, 85, 0.72);
  font-size: 0.9rem;
  line-height: 1.45;
}

.pm-patient-prep-panel__badge,
.pm-patient-service-prep-row__count {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(238, 245, 255, 0.92);
  color: var(--pm-brand-700);
  font-size: 0.8rem;
  font-weight: 850;
  line-height: 1.15;
  padding: 0.5rem 0.72rem;
  white-space: nowrap;
}

.pm-patient-prep-panel__body,
.pm-patient-service-prep-row__body {
  display: grid;
  gap: 0.8rem;
  padding: 0 1rem 1rem;
}

.pm-patient-prep-panel__body {
  max-width: 74rem;
}

.pm-patient-prep-panel__body p,
.pm-patient-service-prep-row__body li {
  color: rgba(51, 65, 85, 0.82);
  font-size: 0.96rem;
  line-height: 1.7;
}

.pm-patient-prep-panel__note {
  margin-top: -0.15rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(199, 219, 255, 0.74);
  color: rgba(100, 116, 139, 0.92) !important;
  font-size: 0.88rem !important;
}

.pm-patient-service-prep-row__body ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pm-patient-service-prep-row__body li {
  position: relative;
  padding-left: 1rem;
}

.pm-patient-service-prep-row__body li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: var(--pm-brand-600);
  content: "";
}

.pm-patient-card-link {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 2.45rem;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0.64rem 0.9rem;
  border: 1px solid rgba(199, 219, 255, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--pm-brand-700);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1;
}

.pm-patient-prep-card ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pm-patient-prep-card li {
  position: relative;
  padding-left: 1rem;
}

.pm-patient-prep-card li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: var(--pm-brand-600);
}

.pm-patient-step-card span {
  color: rgba(23, 76, 175, 0.32);
  font-size: 2rem;
  font-weight: 900;
  line-height: 0.95;
}

.pm-patient-document-card {
  color: var(--pm-ink-900);
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.pm-patient-document-card strong {
  overflow-wrap: anywhere;
  color: inherit;
  font-size: 1.12rem;
  font-weight: 850;
  line-height: 1.2;
}

.pm-patient-cta {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: clamp(1.15rem, 2vw, 1.8rem);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 245, 255, 0.98) 100%);
}

.pm-patient-detail-layout {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
  align-items: start;
}

.pm-patient-article-card,
.pm-patient-side-card {
  display: grid;
  gap: 0.85rem;
  align-content: start;
  padding: clamp(1.15rem, 2vw, 1.8rem);
}

.pm-patient-article-title {
  max-width: 52rem;
  color: var(--pm-ink-900);
  font-size: clamp(1.55rem, 2.45vw, 2.55rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
}

.pm-patient-article-body {
  max-width: 68ch;
  color: rgba(30, 41, 59, 0.92);
  font-size: clamp(1rem, 1.02vw, 1.12rem);
  line-height: 1.85;
}

.pm-patient-article-body > * + * {
  margin-top: 1rem;
}

.pm-patient-side-card h2 {
  color: var(--pm-ink-900);
  font-size: 1.25rem;
  font-weight: 850;
  line-height: 1.16;
}

.pm-patient-related-link {
  display: block;
  padding: 0.86rem 0.95rem;
  border: 1px solid rgba(199, 219, 255, 0.86);
  border-radius: 1rem;
  background: rgba(248, 251, 255, 0.82);
  color: var(--pm-ink-900);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease, transform 160ms ease;
}

.pm-patient-related-link:hover {
  border-color: rgba(31, 100, 228, 0.36);
  background: #fff;
  color: var(--pm-brand-700);
  transform: translateY(-1px);
}

@media (max-width: 1180px) {
  .pm-patient-card-grid--four,
  .pm-patient-prep-guide-grid,
  .pm-patient-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .pm-patient-intro-grid,
  .pm-patient-cta,
  .pm-patient-detail-layout {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 900px) {
  .pm-faq-brand-hero__card,
  .pm-preparation-brand-hero__card {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 30rem);
    align-items: end;
  }

  .pm-faq-brand-hero__summary,
  .pm-preparation-brand-hero__summary {
    justify-self: end;
  }

}

@media (max-width: 640px) {
  .pm-patient-brand-hero__card {
    padding: 1.1rem;
  }

  .pm-patient-detail-hero__card {
    padding: 1rem;
  }

  .pm-patient-brand-hero__heading {
    display: grid;
    grid-template-columns: 3.2rem minmax(0, 1fr);
    align-items: center;
    gap: 0.7rem;
  }

  .pm-patient-brand-hero__mark {
    width: 3.2rem;
    height: 3.2rem;
  }

  .pm-patient-detail-hero__heading {
    grid-template-columns: 3.2rem minmax(0, 1fr);
    gap: 0.75rem;
  }

  .pm-patient-detail-hero__mark {
    width: 3.2rem;
    height: 3.2rem;
  }

  .pm-patient-detail-hero__title {
    font-size: clamp(1.55rem, 8.4vw, 2.55rem);
    line-height: 1.08;
  }

  .pm-patient-brand-hero__card .styles-module-scss-module__3PyzfW__h1 .styles-module-scss-module__3PyzfW__secondary {
    font-size: clamp(1.4rem, 7.2vw, 2rem);
  }

  .pm-patient-brand-hero__card .styles-module-scss-module__3PyzfW__h1 .styles-module-scss-module__3PyzfW__primary {
    font-size: clamp(2.1rem, 12vw, 3.35rem);
  }

  .pm-faq-brand-hero__card,
  .pm-preparation-brand-hero__card {
    gap: 1rem;
    padding: clamp(1.35rem, 2.8vw, 2.6rem);
  }

  .pm-faq-brand-hero__heading,
  .pm-preparation-brand-hero__heading {
    display: flex;
    grid-template-columns: none;
    align-items: flex-start;
  }

  .pm-faq-brand-hero__mark,
  .pm-preparation-brand-hero__mark {
    width: 3.15rem;
    height: 3.15rem;
  }

  .pm-faq-brand-hero__card .styles-module-scss-module__3PyzfW__h1 .styles-module-scss-module__3PyzfW__secondary,
  .pm-preparation-brand-hero__card .styles-module-scss-module__3PyzfW__h1 .styles-module-scss-module__3PyzfW__secondary {
    font-size: 2rem;
    line-height: 1;
  }

  .pm-faq-brand-hero__card .styles-module-scss-module__3PyzfW__h1 .styles-module-scss-module__3PyzfW__primary,
  .pm-preparation-brand-hero__card .styles-module-scss-module__3PyzfW__h1 .styles-module-scss-module__3PyzfW__primary {
    font-size: clamp(2.55rem, 10.2vw, 3.15rem);
    line-height: 0.9;
    letter-spacing: 0;
  }

  .pm-faq-hero-actions .styles-module-scss-module____zJ0a__button,
  .pm-preparation-hero-actions .styles-module-scss-module____zJ0a__button {
    width: fit-content;
  }

  .pm-patient-prep-panel summary,
  .pm-patient-faq-card summary,
  .pm-patient-service-prep-row summary {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding-right: 2.65rem;
  }

  .pm-patient-prep-panel__badge,
  .pm-patient-service-prep-row__count {
    justify-content: flex-start;
    white-space: normal;
  }

  .pm-patient-faq-grid {
    border-radius: 1rem;
  }

  .pm-patient-faq-card__body {
    margin-left: 0;
    padding: 0 3rem 0.9rem 1rem;
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .pm-patient-actions .styles-module-scss-module____zJ0a__button,
  .pm-patient-card-link--button {
    width: 100%;
  }

  .pm-patient-card-grid--four,
  .pm-patient-card-grid--two,
  .pm-patient-prep-guide-grid,
  .pm-patient-notice-list,
  .pm-patient-step-grid,
  .pm-patient-document-list {
    grid-template-columns: 1fr;
  }

  .pm-patient-intro-card,
  .pm-patient-faq-featured,
  .pm-patient-section,
  .pm-patient-cta,
  .pm-patient-article-card,
  .pm-patient-side-card {
    padding: 1rem;
  }

  .pm-patient-media-card,
  .pm-patient-media-card img {
    min-height: 16rem;
  }
}

@media (max-width: 399px) {
  .pm-faq-brand-hero__heading {
    flex-direction: column;
  }

  .pm-faq-brand-hero__mark {
    width: 2.8rem;
    height: 2.8rem;
  }

  .pm-preparation-brand-hero__heading {
    flex-direction: column;
  }

  .pm-preparation-brand-hero__mark {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.pm-preparation-hero-actions .styles-module-scss-module____zJ0a__button {
  width: fit-content;
}
