.mss-doctor-page {
  background: #fafbf9;
  color: #0e1f1a;
  overflow-x: clip;
}

.mss-doctor-page svg {
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.mss-doctor-hero {
  padding: 42px 0 54px;
}

.mss-doctor-breadcrumbs {
  align-items: center;
  color: #5a7268;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px;
  margin-bottom: 22px;
}

.mss-doctor-breadcrumbs a {
  color: inherit;
  font-weight: 650;
  text-decoration: none;
}

.mss-doctor-breadcrumbs a:hover {
  color: var(--mss-brand-primary, #00a86b);
}

.mss-doctor-breadcrumbs svg {
  color: #98a8a0;
  height: 13px;
  width: 13px;
}

.mss-doctor-breadcrumbs span {
  color: #0e1f1a;
  font-weight: 800;
}

.mss-doctor-hero__grid {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
}

.mss-doctor-photo,
.mss-doctor-cta,
.mss-doctor-content section,
.mss-doctor-side section,
.mss-doctor-related__card {
  background: #ffffff;
  border: 1px solid #e5ede9;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(14, 31, 26, .04);
}

.mss-doctor-photo {
  aspect-ratio: 4 / 5;
  display: flex;
  flex-direction: column;
  margin: 0;
  max-width: 280px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.mss-doctor-photo img {
  flex: 1 1 auto;
  height: auto;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.mss-doctor-photo > div {
  align-items: center;
  background: var(--mss-brand-primary-light, #e8f7f0);
  color: var(--mss-brand-primary, #00a86b);
  display: flex;
  height: 100%;
  justify-content: center;
}

.mss-doctor-photo > div svg {
  height: 86px;
  width: 86px;
}

.mss-doctor-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 12px;
  position: relative;
  z-index: 1;
}

.mss-doctor-badges span {
  align-items: center;
  background: #f2f6f4;
  border: 1px solid #e5ede9;
  border-radius: 10px;
  color: #0e1f1a;
  display: inline-flex;
  font-size: 11px;
  font-weight: 850;
  gap: 5px;
  padding: 7px 9px;
}

.mss-doctor-badges span.is-accent {
  background: #ff6b47;
  border-color: #ff6b47;
  color: #ffffff;
}

.mss-doctor-badges svg {
  height: 12px;
  width: 12px;
}

.mss-doctor-hero__content {
  min-width: 0;
  padding: 14px 0;
}

.mss-doctor-role {
  align-items: center;
  background: var(--mss-brand-primary-light, #e8f7f0);
  border-radius: 999px;
  color: var(--mss-brand-primary-dark, #008f5b);
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  gap: 7px;
  margin-bottom: 18px;
  padding: 8px 14px;
}

.mss-doctor-role svg {
  height: 14px;
  width: 14px;
}

.mss-doctor-hero h1 {
  color: #0e1f1a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(24px, 2.15vw, 32px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.22;
  margin: 0 0 16px;
  max-width: 620px;
}

.mss-doctor-lead {
  color: #5a7268;
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 24px;
}

.mss-doctor-meta {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 22px;
}

.mss-doctor-meta div {
  background: #ffffff;
  border: 1px solid #e5ede9;
  border-radius: 16px;
  min-width: 0;
  padding: 15px;
}

.mss-doctor-meta span {
  align-items: center;
  background: var(--mss-brand-primary-light, #e8f7f0);
  border-radius: 11px;
  color: var(--mss-brand-primary, #00a86b);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  margin-bottom: 10px;
  width: 34px;
}

.mss-doctor-meta svg {
  height: 16px;
  width: 16px;
}

.mss-doctor-meta small,
.mss-doctor-meta strong {
  display: block;
}

.mss-doctor-meta small {
  color: #5a7268;
  font-size: 11px;
  font-weight: 750;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.mss-doctor-meta strong {
  color: #0e1f1a;
  font-size: 14px;
  line-height: 1.25;
}

.mss-doctor-hero blockquote {
  background: var(--mss-brand-primary-light, #e8f7f0);
  border: 0;
  border-left: 4px solid var(--mss-brand-primary, #00a86b);
  border-radius: 16px;
  color: #2d4a3f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  margin: 0;
  padding: 18px 20px;
}

.mss-doctor-cta {
  padding: 24px;
}

.mss-doctor-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  margin: 0 0 8px;
}

.mss-doctor-cta p {
  color: #5a7268;
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 18px;
}

.mss-doctor-cta a,
.mss-doctor-cta button {
  align-items: center;
  background: var(--mss-brand-primary, #00a86b);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(var(--mss-brand-primary-rgb, 0, 168, 107), .24);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 16px;
  font-weight: 850;
  gap: 9px;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  text-decoration: none;
  width: 100%;
}

.mss-doctor-cta a:hover,
.mss-doctor-cta button:hover {
  background: var(--mss-brand-primary-dark, #008f5b);
  color: #ffffff;
}

.mss-doctor-cta a svg,
.mss-doctor-cta button svg {
  height: 15px;
  width: 15px;
}

.mss-doctor-cta__schedule {
  border-top: 1px dashed #e5ede9;
  display: grid;
  gap: 10px;
  margin-top: 20px;
  padding-top: 18px;
}

.mss-doctor-cta__schedule div,
.mss-doctor-schedule div {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.mss-doctor-cta__schedule span,
.mss-doctor-schedule span {
  color: #5a7268;
  font-size: 13px;
  font-weight: 700;
}

.mss-doctor-cta__schedule strong,
.mss-doctor-schedule strong {
  color: #0e1f1a;
  font-size: 13px;
}

.mss-doctor-body {
  padding: 0 0 70px;
}

.mss-doctor-body__grid {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.mss-doctor-content,
.mss-doctor-side {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 96px;
}

.mss-doctor-content section,
.mss-doctor-side section {
  min-width: 0;
  padding: 26px;
}

.mss-doctor-content h2,
.mss-doctor-side h2,
.mss-doctor-related h2 {
  color: #0e1f1a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.15;
  margin: 0 0 18px;
}

.mss-doctor-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mss-doctor-tags span {
  background: #f2f6f4;
  border-radius: 8px;
  color: #2d4a3f;
  font-size: 13px;
  font-weight: 750;
  padding: 7px 12px;
}

.mss-doctor-content .entry-content {
  color: #2d4a3f;
  font-size: 16px;
  line-height: 1.75;
}

.mss-doctor-content .entry-content h2,
.mss-doctor-content .entry-content h3 {
  color: #0e1f1a;
  line-height: 1.2;
  margin: 28px 0 14px;
}

.mss-doctor-content .entry-content h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.mss-doctor-content .entry-content h3 {
  font-size: 21px;
  font-weight: 900;
}

.mss-doctor-content .entry-content p {
  margin: 0 0 16px;
}

.mss-doctor-content .entry-content ul,
.mss-doctor-content .entry-content ol {
  display: grid;
  gap: 9px;
  margin: 0 0 20px;
  padding-left: 22px;
}

.mss-doctor-note,
.mss-doctor-benefits {
  background: var(--mss-brand-primary-light, #e8f7f0);
  border: 1px solid var(--mss-brand-mint, #c8f0dc);
  border-radius: 18px;
  color: #21483a;
  margin: 20px 0;
  padding: 18px 20px;
}

.mss-doctor-note strong {
  color: #0e1f1a;
}

.mss-doctor-benefits {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mss-doctor-benefits div {
  background: #fff;
  border-radius: 14px;
  padding: 15px;
}

.mss-doctor-benefits strong {
  color: #0e1f1a;
  display: block;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 5px;
}

.mss-doctor-benefits p {
  color: #5a7268;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.mss-doctor-price-table {
  border: 1px solid #e5ede9;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(14, 31, 26, .06);
  margin: 22px 0;
  overflow-x: auto;
}

.mss-doctor-price-table table {
  border-collapse: collapse;
  min-width: 620px;
  width: 100%;
}

.mss-doctor-price-table th,
.mss-doctor-price-table td {
  border-bottom: 1px solid #e5ede9;
  padding: 13px 16px;
  text-align: left;
}

.mss-doctor-price-table th {
  background: #f2f6f4;
  color: #0e1f1a;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.mss-doctor-price-table td:last-child {
  color: var(--mss-brand-primary-dark, #008f5b);
  font-weight: 900;
  white-space: nowrap;
}

.mss-doctor-price-table tr:last-child td {
  border-bottom: 0;
}

.mss-doctor-service-list {
  display: grid;
  gap: 12px;
}

.mss-doctor-service-list > div {
  align-items: flex-start;
  background: #f7faf8;
  border-radius: 14px;
  display: flex;
  gap: 12px;
  padding: 14px;
}

.mss-doctor-service-list span {
  align-items: center;
  background: var(--mss-brand-primary-light, #e8f7f0);
  border-radius: 10px;
  color: var(--mss-brand-primary, #00a86b);
  display: inline-flex;
  flex: 0 0 32px;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.mss-doctor-service-list svg {
  height: 15px;
  width: 15px;
}

.mss-doctor-service-list strong,
.mss-doctor-service-list p {
  display: block;
  margin: 0;
}

.mss-doctor-service-list strong {
  color: #0e1f1a;
  font-size: 15px;
  margin-bottom: 3px;
}

.mss-doctor-service-list p {
  color: #5a7268;
  font-size: 13px;
  line-height: 1.45;
}

.mss-doctor-timeline {
  display: grid;
  gap: 14px;
}

.mss-doctor-timeline div {
  border-left: 3px solid var(--mss-brand-primary-light, #e8f7f0);
  padding-left: 14px;
}

.mss-doctor-timeline time {
  color: var(--mss-brand-primary, #00a86b);
  display: block;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 5px;
}

.mss-doctor-timeline strong {
  color: #0e1f1a;
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.mss-doctor-timeline p {
  color: #5a7268;
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

.mss-doctor-schedule {
  display: grid;
  gap: 10px;
}

.mss-doctor-schedule div {
  background: #f7faf8;
  border-radius: 12px;
  padding: 10px 12px;
}

.mss-doctor-related {
  padding: 0 0 86px;
}

.mss-doctor-related > .site-shell > div {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mss-doctor-related__card {
  align-items: center;
  display: flex;
  gap: 14px;
  padding: 14px;
  text-decoration: none;
}

.mss-doctor-related__card:hover {
  border-color: var(--mss-brand-primary, #00a86b);
}

.mss-doctor-related__card img {
  aspect-ratio: 1;
  border-radius: 14px;
  flex: 0 0 76px;
  object-fit: cover;
  width: 76px;
}

.mss-doctor-related__card strong,
.mss-doctor-related__card small,
.mss-doctor-related__card em {
  display: block;
}

.mss-doctor-related__card strong {
  color: #0e1f1a;
  font-size: 15px;
}

.mss-doctor-related__card small {
  color: var(--mss-brand-primary-dark, #008f5b);
  font-size: 12px;
  font-weight: 800;
  margin-top: 3px;
}

.mss-doctor-related__card em {
  color: #5a7268;
  font-size: 12px;
  font-style: normal;
  margin-top: 3px;
}

@media (max-width: 1100px) {
  .mss-doctor-hero__grid {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .mss-doctor-body__grid {
    grid-template-columns: 1fr;
  }

  .mss-doctor-side {
    position: static;
  }
}

@media (max-width: 760px) {
  .mss-doctor-hero {
    padding: 30px 0 40px;
  }

  .mss-doctor-hero__grid,
  .mss-doctor-meta,
  .mss-doctor-related > .site-shell > div {
    grid-template-columns: 1fr;
  }

  .mss-doctor-photo {
    aspect-ratio: 4 / 3;
    max-width: 420px;
  }

  .mss-doctor-hero h1 {
    font-size: clamp(23px, 6vw, 30px);
  }

  .mss-doctor-content section,
  .mss-doctor-side section,
  .mss-doctor-cta {
    padding: 22px;
  }

  .mss-doctor-benefits {
    grid-template-columns: 1fr;
  }
}
