body.postid-44171 {
  overflow: visible;
}

.postid-44171 .single-article > .container:not(.breadcrumbs) {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.postid-44171 .single-article > .container:not(.breadcrumbs) > .navigation,
.postid-44171 .single-article > .container:not(.breadcrumbs) > .comments-area {
  display: none;
}

.postid-44171 .single-article > .breadcrumbs.container {
  align-items: flex-start;
  display: block;
  justify-content: initial;
  margin: 0 auto;
  max-width: 1240px;
  padding: 18px 24px 14px;
}

.postid-44171 .breadcrumbs .breadcrumb {
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.postid-44171 .breadcrumbs .breadcrumb li {
  color: #6f7775;
  font-size: 14px;
  line-height: 1.45;
  padding: 0;
}

.postid-44171 .breadcrumbs .breadcrumb a {
  color: #b7995e;
  font-size: 14px;
  line-height: 1.45;
}

.expert-article-post {
  --expert-red: #c90027;
  --expert-ink: #1f2927;
  --expert-muted: #66716f;
  --expert-line: rgba(31, 41, 39, .1);
  --expert-soft: #f6f8f7;
  --expert-mint: #eaf2ef;
  --expert-gold: #d0b997;
  --expert-shadow: 0 24px 64px rgba(24, 36, 34, .08);
  background: #f8faf9;
  color: var(--expert-ink);
  font-family: inherit;
  margin: 0 calc(50% - 50vw);
  overflow: visible;
  width: 100vw;
}

.expert-article-post,
.expert-article-post * {
  box-sizing: border-box;
}

.expert-article-post a {
  color: var(--expert-red);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.expert-article-post a.expert-inline-link {
  display: inline !important;
  overflow-wrap: normal !important;
  white-space: nowrap;
  word-break: normal !important;
}

.expert-article-post p {
  color: var(--expert-muted);
  font-size: 17px;
  line-height: 1.72;
  margin: 0;
}

.expert-article-post h1,
.expert-article-post h2,
.expert-article-post h3 {
  color: var(--expert-ink);
  letter-spacing: 0;
  margin: 0;
}

.expert-article-post h2 {
  font-size: clamp(30px, 2.7vw, 42px);
  line-height: 1.12;
  max-width: 780px;
}

.expert-article-post h3 {
  font-size: 20px;
  line-height: 1.25;
}

.expert-eyebrow {
  color: var(--expert-red) !important;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: .08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.expert-card {
  background: #fff;
  border: 1px solid rgba(31, 41, 39, .08);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(24, 36, 34, .06);
  min-width: 0;
}

.expert-card *,
.expert-section *,
.expert-article-main * {
  min-width: 0;
}

.expert-card h2,
.expert-card h3,
.expert-card p,
.expert-card span,
.expert-card li,
.expert-card a,
.expert-card b {
  overflow-wrap: anywhere;
  word-break: normal;
}

.expert-article-hero {
  background: #fff;
  border: 1px solid rgba(31, 41, 39, .08);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(24, 36, 34, .05);
  padding: clamp(34px, 4vw, 52px);
}

.expert-article-hero__inner {
  align-items: center;
  display: block;
  margin: 0 auto;
  max-width: none;
}

.expert-article-hero__copy {
  display: grid;
  gap: 18px;
}

.expert-article-hero h1 {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
  width: 100%;
}

.expert-article-hero__lead {
  color: #40504d !important;
  font-size: 17px !important;
  line-height: 1.62 !important;
  max-width: 760px;
  width: 100%;
}

.expert-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.expert-article-meta span {
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(31, 41, 39, .1);
  border-radius: 999px;
  color: #40504d;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 14px;
}

.expert-article-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 6px;
}

.expert-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  max-width: 100%;
  min-height: 50px;
  padding: 14px 22px;
  text-align: center;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space: normal;
}

.expert-button:hover {
  transform: translateY(-1px);
}

.expert-button--primary {
  background: var(--expert-red);
  box-shadow: 0 16px 34px rgba(201, 0, 39, .18);
  color: #fff !important;
}

.expert-button--secondary {
  background: #fff;
  border: 1px solid rgba(31, 41, 39, .12);
  color: var(--expert-ink) !important;
}

.expert-article-hero__visual {
  align-self: start;
  display: flex;
  margin-top: 4px;
  min-width: 0;
  position: relative;
  width: 100%;
}

.expert-article-hero__photo {
  background: linear-gradient(180deg, #fff 0%, #eef5f2 100%);
  border: 1px solid rgba(31, 41, 39, .08);
  border-radius: 8px;
  box-shadow: var(--expert-shadow);
  line-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.expert-article-hero__photo img {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: 58% center;
  width: 100%;
}

.expert-article-hero__badge {
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(31, 41, 39, .08);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(24, 36, 34, .1);
  position: absolute;
}

.expert-article-hero__badge {
  bottom: 18px;
  left: 0;
  padding: 18px;
  width: min(86%, 330px);
}

.expert-article-hero__badge b {
  display: block;
  font-size: 18px;
  line-height: 1.25;
}

.expert-article-hero__badge span {
  color: var(--expert-red);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.expert-article-hero__badge span {
  color: var(--expert-muted);
  letter-spacing: 0;
  margin: 8px 0 0;
  text-transform: none;
}

.expert-author-card {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: 220px minmax(0, 1fr);
  padding: clamp(22px, 3vw, 34px);
}

.expert-author-card__media {
  aspect-ratio: 1;
  background: var(--expert-mint);
  border-radius: 8px;
  overflow: hidden;
}

.expert-author-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.expert-author-card__body {
  display: grid;
  gap: 14px;
}

.expert-author-card h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.expert-author-card__specialty {
  max-width: 860px;
}

.expert-author-card__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 6px;
}

.expert-author-card__grid span {
  background: var(--expert-soft);
  border: 1px solid rgba(31, 41, 39, .08);
  border-radius: 8px;
  color: #40504d;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 14px;
}

.expert-text-link {
  font-weight: 800;
  justify-self: start;
}

.expert-mobile-toc {
  display: none;
}

.expert-article-layout {
  align-items: start;
  display: grid;
  gap: clamp(32px, 4vw, 48px);
  grid-template-columns: minmax(0, 860px) minmax(260px, 300px);
  justify-content: center;
  margin: 0 auto;
  max-width: 1240px;
  padding: clamp(34px, 4vw, 54px) 24px 84px;
}

.expert-article-main {
  display: grid;
  gap: 28px;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.expert-article-toc {
  align-self: start;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(31, 41, 39, .08);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(24, 36, 34, .07);
  grid-column: 2;
  grid-row: 1;
  padding: 20px;
  position: sticky;
  top: 156px;
  z-index: 5;
  max-height: calc(100vh - 178px);
  overflow: visible;
}

.expert-article-toc p {
  color: var(--expert-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
}

.expert-article-toc nav {
  display: grid;
  gap: 4px;
  max-height: calc(100vh - 242px);
  overflow: auto;
}

.expert-article-toc__link {
  border-radius: 8px;
  color: #51615e !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  padding: 10px 12px;
  text-decoration: none !important;
}

.expert-article-toc__link.is-active,
.expert-article-toc__link:hover {
  background: rgba(201, 0, 39, .08);
  color: var(--expert-red) !important;
}

.expert-section {
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(31, 41, 39, .07);
  border-radius: 8px;
  display: grid;
  gap: 20px;
  padding: clamp(28px, 3.6vw, 42px);
  scroll-margin-top: 120px;
}

.expert-section > p:not(.expert-eyebrow) {
  max-width: 740px;
}

.expert-lead-card,
.expert-insight,
.expert-feature,
.expert-sources {
  padding: clamp(20px, 3vw, 30px);
}

.expert-lead-card p,
.expert-insight p,
.expert-feature p {
  max-width: 740px;
}

.expert-insight {
  background: linear-gradient(135deg, #fff 0%, #f9f4ea 100%);
  border-color: rgba(208, 185, 151, .35);
}

.expert-insight b {
  color: var(--expert-red);
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}

.expert-card-grid,
.expert-specialist-grid,
.expert-result-grid,
.expert-related-grid,
.expert-blog-grid {
  display: grid;
  gap: 16px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.expert-card-grid .expert-card,
.expert-specialist-grid .expert-card,
.expert-result-grid .expert-card {
  align-content: start;
  display: grid;
  gap: 10px;
  height: 100%;
  padding: 22px;
}

.expert-card-grid .expert-card span,
.expert-steps .expert-card span {
  align-items: center;
  background: rgba(201, 0, 39, .08);
  border-radius: 999px;
  color: var(--expert-red);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 42px;
}

.expert-card-grid .expert-card p,
.expert-specialist-grid .expert-card p,
.expert-result-grid .expert-card p {
  font-size: 15px;
  line-height: 1.56;
}

.expert-symptom-table {
  display: grid;
  overflow: hidden;
}

.expert-symptom-table > div {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(190px, .8fr) minmax(0, 1.2fr);
  padding: 18px 22px;
}

.expert-symptom-table > div:first-child {
  background: var(--expert-ink);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.expert-symptom-table > div:not(:first-child) {
  border-top: 1px solid rgba(31, 41, 39, .08);
}

.expert-symptom-table span {
  color: var(--expert-ink);
  font-weight: 800;
}

.expert-symptom-table p {
  font-size: 15px;
  line-height: 1.55;
}

.expert-feature {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
}

.expert-feature h3 {
  margin-bottom: 12px;
}

.expert-feature ul {
  background: var(--expert-soft);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 18px;
}

.expert-feature li {
  color: #40504d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  padding-left: 18px;
  position: relative;
}

.expert-feature li::before {
  background: var(--expert-red);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: .62em;
  width: 6px;
}

.expert-steps {
  display: grid;
  gap: 16px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.expert-steps .expert-card {
  align-content: start;
  display: grid;
  height: 100%;
  padding: 22px;
}

.expert-steps h3 {
  margin-top: 14px;
}

.expert-steps p {
  font-size: 15px;
  line-height: 1.55;
  margin-top: 8px;
}

.expert-specialist-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.expert-cta-band {
  align-items: flex-start;
  background: linear-gradient(135deg, #22302d 0%, #3f5b53 100%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  padding: clamp(22px, 3vw, 32px);
}

.expert-cta-band .expert-button {
  min-width: 220px;
}

.expert-cta-band--soft {
  background: #fff;
  border-color: rgba(208, 185, 151, .38);
}

.expert-cta-band--soft h3 {
  color: var(--expert-ink);
}

.expert-cta-band--soft p {
  color: var(--expert-muted);
  opacity: 1;
}

.expert-cta-band span {
  color: var(--expert-gold);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.expert-cta-band h3,
.expert-cta-band p {
  color: #fff;
}

.expert-cta-band p {
  opacity: .78;
  margin-top: 8px;
}

.expert-cta-band--soft span {
  color: #b7995e;
}

.expert-cta-band--soft h3 {
  color: var(--expert-ink);
}

.expert-cta-band--soft p {
  color: var(--expert-muted);
  opacity: 1;
}

.expert-faq-list {
  display: grid;
  gap: 12px;
}

.expert-faq-item {
  background: #fff;
  border: 1px solid rgba(31, 41, 39, .08);
  border-radius: 8px;
  overflow: hidden;
}

.expert-faq-item button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--expert-ink);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 17px;
  font-weight: 800;
  justify-content: space-between;
  line-height: 1.35;
  padding: 20px 22px;
  text-align: left;
  width: 100%;
}

.expert-faq-item i {
  border: 1px solid rgba(201, 0, 39, .22);
  border-radius: 50%;
  flex: 0 0 28px;
  height: 28px;
  margin-left: 16px;
  position: relative;
}

.expert-faq-item i::before,
.expert-faq-item i::after {
  background: var(--expert-red);
  content: "";
  height: 2px;
  left: 8px;
  position: absolute;
  top: 12px;
  width: 10px;
}

.expert-faq-item i::after {
  transform: rotate(90deg);
}

.expert-faq-item.is-open i::after {
  transform: rotate(0);
}

.expert-faq-item__answer {
  display: none;
  padding: 0 22px 22px;
}

.expert-faq-item.is-open .expert-faq-item__answer {
  display: block;
}

.expert-faq-item__answer p {
  font-size: 15.5px;
  line-height: 1.62;
}

.expert-sources {
  margin: 0;
  padding-left: 52px;
}

.expert-sources li {
  color: var(--expert-muted);
  font-size: 15.5px;
  line-height: 1.58;
  margin: 0 0 12px;
  padding-left: 4px;
}

.expert-related-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.expert-related-card,
.expert-blog-card {
  align-content: start;
  display: grid;
  gap: 10px;
  height: 100%;
  padding: 22px;
  text-decoration: none !important;
}

.expert-author-card--bottom {
  align-items: start;
  background: #fff;
  gap: 24px;
  grid-template-columns: 128px minmax(0, 300px) max-content;
  justify-content: start;
  padding: 22px 24px;
}

.expert-author-card--bottom .expert-author-card__media {
  align-self: start;
  width: 128px;
}

.expert-author-card--bottom .expert-author-card__body {
  gap: 8px;
  max-width: 300px;
}

.expert-author-card--bottom h2 {
  font-size: 24px;
  line-height: 1.12;
}

.expert-author-card--bottom .expert-author-card__specialty {
  font-size: 14.5px;
  line-height: 1.45;
}

.expert-author-card--bottom .expert-button {
  align-self: center;
  justify-self: start;
  min-height: 48px;
  min-width: 176px;
  padding: 13px 20px;
}

.expert-related-card span,
.expert-blog-card b {
  color: var(--expert-ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.25;
}

.expert-related-card p {
  font-size: 15px;
  line-height: 1.55;
}

.expert-blog-card span {
  color: var(--expert-red);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .expert-article-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .expert-article-toc {
    display: none;
  }

  .expert-mobile-toc {
    display: block;
    margin: 0;
    max-width: none;
    padding: 0;
  }

  .expert-mobile-toc details {
    background: #fff;
    border: 1px solid rgba(31, 41, 39, .08);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(24, 36, 34, .06);
    padding: 16px 18px;
  }

  .expert-mobile-toc summary {
    color: var(--expert-ink);
    cursor: pointer;
    font-size: 16px;
    font-weight: 850;
  }

  .expert-mobile-toc nav {
    display: grid;
    gap: 10px;
    padding-top: 14px;
  }

  .expert-mobile-toc a {
    color: #51615e !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
  }
}

@media (max-width: 980px) {
  .expert-article-hero__inner,
  .expert-author-card,
  .expert-feature {
    grid-template-columns: 1fr;
  }

  .expert-article-hero__visual {
    min-height: 0;
  }

  .expert-article-hero__photo {
    position: relative;
    width: 100%;
  }

  .expert-article-hero__photo img {
    object-fit: cover;
    width: 100%;
  }

  .expert-article-hero__badge {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    width: min(100%, 420px);
  }

  .expert-card-grid,
  .expert-card-grid--four,
  .expert-steps,
  .expert-result-grid,
  .expert-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .expert-article-post p {
    font-size: 16px;
  }

  .expert-article-hero {
    padding: 28px 18px;
  }

  .expert-article-main {
    gap: 20px;
  }

  .expert-article-hero h1 {
    font-size: 26px;
    line-height: 1.08;
    max-width: 100%;
  }

  .expert-article-hero__lead {
    font-size: 17px !important;
    line-height: 1.58 !important;
  }

  .expert-article-meta {
    gap: 8px;
  }

  .expert-article-meta span {
    font-size: 12px;
    padding: 8px 10px;
  }

  .expert-article-hero__actions .expert-button--secondary {
    display: none;
  }

  .expert-article-hero__actions,
  .expert-cta-band {
    align-items: stretch;
    flex-direction: column;
  }

  .expert-button {
    width: 100%;
  }

  .expert-article-hero__visual {
    min-height: 0;
  }

  .expert-article-hero__photo {
    margin: 0 auto;
    position: relative;
    width: 100%;
  }

  .expert-article-hero__photo img {
    object-fit: cover;
    width: 100%;
  }

  .expert-article-hero__badge {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    width: 100%;
  }

  .expert-article-hero__badge b {
    font-size: 16px;
  }

  .expert-article-hero__badge span {
    font-size: 12px;
  }

  .expert-article-layout {
    padding-left: 18px;
    padding-right: 18px;
  }

  .expert-author-card__grid,
  .expert-card-grid,
  .expert-card-grid--four,
  .expert-specialist-grid,
  .expert-result-grid,
  .expert-related-grid,
  .expert-blog-grid,
  .expert-steps {
    grid-template-columns: 1fr;
  }

  .expert-specialist-grid .expert-card:nth-child(5) {
    grid-column: auto;
  }

  .expert-section {
    padding: 24px 18px;
  }

  .expert-section h2 {
    font-size: 26px;
    line-height: 1.14;
  }

  .expert-symptom-table > div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px;
  }

  .expert-sources {
    padding-left: 34px;
  }

  .expert-author-card--bottom {
    gap: 18px;
    grid-template-columns: 92px minmax(0, 1fr);
    padding: 20px;
  }

  .expert-author-card--bottom .expert-author-card__media {
    width: 92px;
  }

  .expert-author-card--bottom h2 {
    font-size: 22px;
  }

  .expert-author-card--bottom .expert-author-card__specialty {
    font-size: 14.5px;
    line-height: 1.45;
  }

  .expert-author-card--bottom .expert-button {
    grid-column: 1 / -1;
    width: 100%;
  }
}
