/* Static blog template: visible tools, rose section titles and open content. */
#header-sticky.bd-polished-header {
  /* The inherited .sticky rule fixes the header with !important. Keep its
     space in the document so section links do not jump beneath it. */
  position: sticky !important;
  top: 0;
  animation: none;
}
.bd-static-article .bd-breadcrumb {
  margin-bottom: 16px;
  padding-bottom: 0;
}
.bd-static-article .bd-hero-tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding-bottom: 22px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--bd-line);
}
.bd-static-article .bd-hero-tools .article-share,
.bd-static-article .bd-hero-tools .article-summarize {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.bd-static-article .bd-hero-tools .article-share__label,
.bd-static-article .bd-hero-tools .article-summarize__label {
  margin: 0;
  font:
    400 14px/1.5 Outfit,
    sans-serif;
  color: var(--bd-muted);
}
.bd-static-article .bd-hero-tools .article-summarize__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bd-static-article .bd-hero-tools .article-summarize__link {
  min-height: 40px;
  padding: 8px 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--bd-ink);
  font:
    400 14px/1.4 Outfit,
    sans-serif;
  box-shadow: none;
}
.bd-static-article .bd-hero-tools .article-summarize__link:hover {
  background: #fff;
  color: var(--bd-red);
}
.bd-static-article .bd-hero-tools .article-share__button {
  width: 40px;
  height: 40px;
}
.bd-static-article #article-start > .bd-section {
  border: 0;
  padding-block: 18px 28px;
}
.bd-static-article #article-start > .bd-section > h2 {
  background: var(--bd-pink);
  border-radius: 4px;
  padding: 14px 18px;
  margin-bottom: 22px;
  font-size: 25px;
  line-height: 1.35;
}
.bd-static-article .bd-prose th {
  background: transparent;
  border-bottom: 2px solid var(--bd-line);
}
.bd-static-article .bd-faq-answer h3,
.bd-static-article .bd-factor h3,
.bd-static-article .bd-subsection h3 {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0;
}
.bd-static-article details.bd-faq-answer summary,
.bd-static-article .bd-factor summary {
  padding-block: 16px;
  min-height: 52px;
}
.bd-static-article .bd-faq-intro {
  margin: 0 0 18px;
}
.bd-static-article .bd-patient-review {
  position: relative;
  margin: 0 0 20px;
  padding: 24px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
}
.bd-static-article .bd-review-person {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bd-static-article .bd-review-person img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.bd-static-article .bd-review-name {
  display: block;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--bd-ink);
}
.bd-static-article .bd-review-meta {
  display: block;
  color: var(--bd-muted);
  font-size: 13px;
  line-height: 1.6;
}
.bd-static-article .bd-review-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-block: 16px 12px;
  color: var(--bd-muted);
  font-size: 13px;
}
.bd-static-article .bd-review-rating > span:first-child {
  color: var(--bd-red);
  letter-spacing: 2px;
  font-size: 16px;
}
.bd-static-article .bd-patient-review blockquote {
  padding: 0;
  margin: 0 0 16px;
  border: 0;
  background: transparent;
  color: var(--bd-ink);
  font: inherit;
}
.bd-static-article .bd-patient-review blockquote::before,
.bd-static-article .bd-patient-review blockquote::after {
  content: none;
}
.bd-static-article .bd-review-source {
  color: var(--bd-red);
  font-size: 14px;
  font-weight: 400;
}
.bd-static-article .bd-static-subsection {
  padding-block: 20px;
  border-bottom: 1px solid var(--bd-line);
}
.bd-static-article .bd-static-subsection:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.bd-static-article .bd-static-subsection h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
}
.bd-static-article .bd-stages-table {
  width: 100%;
  table-layout: fixed;
  margin-top: 0;
}
.bd-static-article .bd-stages-table th:first-child {
  width: 25%;
}
.bd-static-article .bd-stages-table th,
.bd-static-article .bd-stages-table td {
  vertical-align: top;
  text-align: left;
  padding: 16px;
}
.bd-static-article .bd-stages-table th[scope="row"] {
  font-weight: 500;
  border-bottom: 1px solid var(--bd-line);
}
.bd-static-article .bd-stages-table tr {
  scroll-margin-top: 130px;
}
.bd-static-article .bd-stages-table ul {
  padding-left: 18px;
  margin: 0;
}
.bd-static-article .bd-stages-table li:last-child {
  margin-bottom: 0;
}
.bd-static-article .bd-stages-table ul + p {
  margin-top: 14px;
}
.bd-static-article .bd-faq-answer {
  scroll-margin-top: 130px;
}
.bd-doctor-polished .medical-review-card {
  font:
    400 17px/1.8 Outfit,
    sans-serif;
  color: #271f21;
  border-color: #e4dadd;
  border-radius: 12px;
  box-shadow: none;
}
.bd-doctor-polished {
  scroll-margin-top: 130px;
}
.bd-doctor-polished .medical-review-card p {
  color: #64585d;
  font: inherit;
}
.bd-doctor-polished .medical-review-card h2 {
  font:
    500 27px/1.35 Outfit,
    sans-serif;
  color: #271f21;
  letter-spacing: -0.025em;
}
.bd-doctor-polished .medical-review-card .doctor-review-label {
  color: #a92e3d !important;
  font-size: 14px;
  font-weight: 500;
}
.bd-doctor-polished .medical-review-card .fw-semibold,
.bd-doctor-polished .medical-review-card strong {
  font-weight: 500 !important;
  color: #271f21;
}
.bd-doctor-polished .medical-review-card .btn {
  font:
    400 15px/1.6 Outfit,
    sans-serif;
  color: #a92e3d;
  border-color: #a92e3d;
}
.bd-doctor-polished .medical-review-card .btn:hover {
  background: #a92e3d;
  color: #fff;
}
@media (max-width: 700px) {
  .bd-static-article .bd-stages-table th:first-child {
    width: 30%;
  }
  .bd-static-article .bd-stages-table th,
  .bd-static-article .bd-stages-table td {
    padding: 12px 8px;
    font-size: 15px;
    line-height: 1.65;
  }
  .bd-static-article .bd-static-subsection h3 {
    font-size: 17px;
  }
  .bd-static-article .bd-hero-grid {
    gap: 18px;
  }
  .bd-static-article .bd-hero-copy {
    display: contents;
  }
  .bd-static-article .bd-hero-copy h1 {
    order: 1;
    margin: 0;
  }
  .bd-static-article .bd-hero-grid > .bd-photo {
    order: 2;
    margin: 0;
  }
  .bd-static-article .bd-hero-copy .bd-deck {
    order: 3;
    margin: 0 !important;
  }
  .bd-static-article .bd-hero-copy .article-reviewer {
    order: 4;
    margin: 0;
  }
  .bd-static-article .bd-breadcrumb {
    padding-top: 12px;
    margin-bottom: 6px;
  }
  .bd-static-article .bd-hero-tools {
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 4px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 0;
  }
  .bd-static-article .bd-hero-tools .article-share__label,
  .bd-static-article .bd-hero-tools .article-summarize__label {
    display: block;
    flex: 0 0 96px;
    font-size: 13px;
  }
  .bd-static-article .bd-hero-tools .article-share,
  .bd-static-article .bd-hero-tools .article-summarize {
    flex-wrap: nowrap;
    gap: 8px;
  }
  .bd-static-article .bd-summary-name {
    display: none;
  }
  .bd-static-article .bd-hero-tools .article-share__actions,
  .bd-static-article .bd-hero-tools .article-summarize__links {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
  }
  .bd-static-article .bd-hero-tools .article-summarize__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
  }
  .bd-static-article .bd-hero-tools .article-summarize__icon {
    width: 20px;
    height: 20px;
    margin: 0;
  }
  .bd-static-article .bd-hero-tools .article-share__button {
    width: 44px;
    height: 44px;
  }
  .bd-static-article #article-start > .bd-section > h2 {
    font-size: 22px;
    padding: 12px 14px;
    margin-bottom: 18px;
  }
  .bd-static-article .bd-faq-answer h3,
  .bd-static-article .bd-factor h3,
  .bd-static-article .bd-subsection h3 {
    font-size: 17px;
  }
  .bd-static-article .bd-patient-review {
    padding: 20px;
  }
  .bd-doctor-polished .medical-review-card {
    font-size: 16px;
  }
  .bd-doctor-polished .medical-review-card h2 {
    font-size: 25px;
  }
}
