#header-sticky.bd-polished-header {
  background: #fff;
}
.bd-blog-sample .bd-breadcrumb {
  flex-wrap: wrap;
  line-height: 1.5;
}
.bd-blog-sample h1 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  text-wrap: balance;
}
.bd-blog-sample .bd-hero-copy:has(> h1:only-child) {
  padding-block: 16px;
}
.bd-blog-sample .bd-hero-copy > .article-reviewer {
  margin-top: 24px;
}
.bd-blog-sample .bd-prose h3 {
  margin-block: 24px 12px;
  font-size: 19px;
  font-weight: 500;
}
.bd-blog-sample .bd-prose h4 {
  margin-block: 20px 10px;
  font-size: 17px;
  font-weight: 500;
}
.bd-blog-sample .bd-prose p > strong:only-child {
  font-weight: 500;
}
.bd-blog-sample .bd-prose blockquote:not(.bd-patient-review blockquote) {
  margin: 20px 0;
  padding: 16px 20px;
  border-left: 2px solid var(--bd-red);
}
.bd-blog-sample .bd-prose img {
  max-width: 100%;
  height: auto;
}
.bd-blog-sample .bd-prose table {
  width: 100%;
  table-layout: fixed;
}
.bd-blog-sample .bd-prose td,
.bd-blog-sample .bd-prose th {
  overflow-wrap: anywhere;
}
.bd-sample-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
}
.bd-sample-facts > div {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--bd-line);
}
.bd-sample-facts dt {
  font-size: 14px;
  font-weight: 400;
  color: var(--bd-muted);
}
.bd-sample-facts dd {
  font-size: 24px;
  margin: 4px 0 0;
}
.bd-review-avatar {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--bd-pink);
  flex-shrink: 0;
}
.bd-review-avatar img {
  width: 44px;
  height: 44px;
  object-fit: cover;
}
.bd-result-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.bd-result-photos figure {
  margin: 0;
}
.bd-result-photos img {
  width: 100%;
  border-radius: 8px;
}
.bd-result-photos figcaption {
  font-size: 14px;
  color: var(--bd-muted);
  padding-top: 8px;
}
.bd-sample-index {
  background: #fff;
  color: #271f21;
  font-family: Outfit, sans-serif;
  padding: 56px 24px 80px;
}
.bd-sample-index-inner {
  max-width: 1120px;
  margin: auto;
}
.bd-sample-index h1 {
  font:
    500 clamp(36px, 5vw, 60px)/1.1 Montserrat,
    sans-serif;
  letter-spacing: -0.035em;
  margin: 0 0 24px;
}
.bd-sample-intro {
  font-size: 18px;
  line-height: 1.7;
  max-width: 60ch;
  margin-bottom: 40px;
}
.bd-sample-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
}
.bd-sample-list > a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: 24px;
  border-top: 1px solid #e4dadd;
  color: inherit;
}
.bd-sample-list img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}
.bd-sample-list h2 {
  font:
    500 20px/1.4 Outfit,
    sans-serif;
  margin: 0 0 10px;
}
.bd-sample-list span {
  font-size: 14px;
  color: #a92e3d;
}
.bd-sample-list a:hover h2 {
  color: #a92e3d;
}
.bd-sample-list a:focus-visible {
  outline: 2px solid #a92e3d;
  outline-offset: 4px;
}
@media (max-width: 700px) {
  .bd-blog-sample h1 {
    font-size: clamp(1.85rem, 7.8vw, 2.5rem);
  }
  .bd-blog-sample .bd-hero-copy > .article-reviewer {
    margin: 0;
    order: 4;
  }
  .bd-blog-sample .bd-hero-copy .bd-article-summary {
    order: 3;
    font-size: 17px;
  }
  .bd-blog-sample .bd-hero-grid > .bd-photo {
    order: 2;
  }
  .bd-blog-sample .bd-prose h3 {
    font-size: 18px;
  }
  .bd-result-photos {
    gap: 10px;
  }
  .bd-sample-index {
    padding: 36px 20px 48px;
  }
  .bd-sample-list {
    grid-template-columns: 1fr;
  }
  .bd-sample-list h2 {
    font-size: 18px;
  }
  .bd-sample-list img {
    width: 76px;
    height: 88px;
  }
}
