@font-face {
  font-family: "KufiExt SiteName Short";
  src: url("../KufiExt-SiteNameShort-Hamza-Trial-C.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "KufiExt Title WideTall";
  src: url("../KufiExt-TitleWideTall-Trial-A.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "KufiExt Title Short";
  src: url("../KufiExt-TitleShort-Trial-B.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "KufiExt";
  src: url("../KufiExt-Text18-Trial-C.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Uthman Author ExtraBold";
  src: url("../uthman_author_extrabold_markfix.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: "UthmanTNB";
  src: url("../SanerUthmanArabicReading-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "UthmanTNB";
  src: url("../SanerUthmanArabicReading-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "UthmanTNB";
  src: url("../SanerUthmanArabicReading-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "UthmanTN ScreenText EnglishClarity SafeMarks";
  src: url("../SanerUthmanArabicReading-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "UthmanTN ScreenText EnglishClarity SafeMarks";
  src: url("../SanerUthmanArabicReading-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "UthmanTN ScreenText EnglishClarity SafeMarks";
  src: url("../SanerUthmanArabicReading-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Saner Uthman Arabic Reading Text 18";
  src: url("../SanerUthmanArabicReadingText18-Regular-SlightThickLightBracketsTrial.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Saner Uthman Arabic Reading Text 18";
  src: url("../SanerUthmanArabicReadingText18-BoldSmallText.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Saner Uthman Arabic Reading Text 18";
  src: url("../SanerUthmanArabicReadingText18-ExtraBoldSmallText.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: "Saner Uthman Arabic Calm Screen Subtle Reading";
  src: url("../SanerUthmanArabicCalmScreenSubtleReading-500.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Saner Uthman Arabic Calm Screen";
  src: url("../SanerUthmanArabicCalmScreen-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "AhlHadith Scholar Comment Text";
  src: url("../AhlHadithBodyNaturalThickMarkLift160JoinSafeKafLamalefBoldMetrics-500.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

:root {
  --brand-font: "KufiExt SiteName Short", "KufiExt", "UthmanTNB", serif;
  --title-font: "KufiExt Title WideTall", "KufiExt", "UthmanTNB", serif;
  --display-font: "Uthman Author ExtraBold", "UthmanTNB", serif;
  --body-font: "Saner Uthman Arabic Reading Text 18", "UthmanTN ScreenText EnglishClarity SafeMarks", "UthmanTNB", serif;
  --ui-font: "Saner Uthman Arabic Calm Screen", "UthmanTNB", serif;
  --source-font: "AhlHadith Scholar Comment Text", "Saner Uthman Arabic Calm Screen", "UthmanTNB", serif;

  --measure: 600px;
  --wide: 900px;
  --gutter: clamp(18px, 4vw, 40px);
  --header-height: 48px;

  --paper: #fff;
  --ink: #151515;
  --copy: #303030;
  --muted: #727272;
  --line: #dcdcd9;
  --line-dark: #bcbcb8;
  --soft: #f6f6f3;
  --soft-warm: #faf9f6;
  --link: #285f86;
  --kicker: #9b2d36;

  --strong: #3e7252;
  --usable: #68754a;
  --disconnected: #9a661b;
  --weak: #975044;
  --very-weak: #71343b;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  scroll-padding-top: calc(var(--header-height) + 22px);
  scrollbar-width: thin;
  scrollbar-color: #aaa transparent;
}

html::-webkit-scrollbar,
.chain-route-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

html::-webkit-scrollbar-track,
.chain-route-scroll::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb,
.chain-route-scroll::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #aaa;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--paper);
  color: var(--copy);
  font-family: var(--body-font);
  font-size: 16.4px;
  font-weight: 500;
  line-height: 2.2;
  font-synthesis: none;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration-color: currentColor;
  text-underline-offset: 0.18em;
}

button {
  font: inherit;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.article-site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: var(--header-height);
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
}

.article-site-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(100%, 1440px);
  height: 100%;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 72px);
  direction: ltr;
}

.article-site-brand {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  min-height: var(--header-height);
  color: #121212;
  font-family: var(--brand-font);
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transform: translateY(1px) scaleX(0.94);
  transform-origin: center;
  transition: none;
}

.article-site-context {
  grid-column: 2;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  color: #201b16;
  direction: rtl;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  transition: none;
}

.article-site-context__title {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font-family: var(--display-font);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.7;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.site-header-context-active .article-site-brand {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.site-header-context-active .article-site-context {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.article-site-menu-button {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: var(--header-height);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #201b16;
  cursor: pointer;
}

.article-site-menu-button svg {
  width: 30px;
  height: 21px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: square;
}

.research-article,
.isnad-layout,
.isnad-main {
  width: 100%;
}

.isnad-hero {
  width: min(var(--measure), calc(100% - (2 * var(--gutter))));
  margin-inline: auto;
  padding-block: 72px 0;
}

.article-kicker {
  margin: 0 0 12px;
  color: var(--kicker);
  font-family: var(--display-font);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  transform: translateY(-8px);
}

.isnad-hero h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--title-font);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0;
}

.article-deck {
  max-width: 86%;
  margin: 10px 0 0;
  color: #363636;
  font-family: "Saner Uthman Arabic Calm Screen Subtle Reading", var(--body-font);
  font-size: 18.5px;
  line-height: 2;
  word-spacing: 0.025em;
}

.research-actions {
  inline-size: 100%;
  margin: 34px 0 0;
  border-block-start: 1px solid var(--line);
  direction: rtl;
}

.research-actions__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
}

.research-actions__audio {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.research-audio-button,
.research-share-button {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
}

.research-audio-button {
  width: 44px;
  height: 44px;
  color: #7a7a7a;
  cursor: default;
}

.research-audio-button:disabled {
  opacity: 1;
}

.research-audio-button svg {
  width: 32px;
  height: 32px;
}

.research-actions__audio-label {
  color: #686868;
  font-family: var(--source-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.research-share-button {
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.research-share-button svg {
  width: 32px;
  height: 32px;
}

.research-share-button:hover,
.research-share-button:focus-visible {
  color: var(--link);
}

.research-share-button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
  border-radius: 50%;
}

.research-share-button.is-copied::after {
  position: absolute;
  inset-block-start: calc(100% + 8px);
  inset-inline-end: 0;
  z-index: 2;
  width: max-content;
  padding: 5px 8px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--copy);
  font-family: var(--ui-font);
  font-size: 11px;
  line-height: 1.4;
  white-space: nowrap;
  content: "نُسخ رابط البحث";
}

.route-overview {
  width: min(var(--measure), calc(100% - (2 * var(--gutter))));
  margin: 0 auto;
}

.route-overview__header {
  padding-block: 12px 19px;
}

.route-overview__header h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.route-overview__header > p:last-child {
  margin: 7px 0 0;
  color: #555;
  font-size: 14px;
  line-height: 1.9;
}

.route-overview__header > p:last-child span {
  display: block;
}

.grade-key {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 19px;
  padding-block: 15px;
  border-top: 1px solid var(--line);
  color: #606060;
  font-family: var(--ui-font);
  font-size: 12.5px;
  line-height: 1.5;
}

.grade-key__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.grade-key__item::before {
  width: 23px;
  border-top: 2px solid currentColor;
  content: "";
}

.grade-key__item--strong { color: var(--strong); }
.grade-key__item--usable { color: var(--usable); }
.grade-key__item--disconnected { color: var(--disconnected); }
.grade-key__item--weak { color: var(--weak); }
.grade-key__item--very-weak { color: var(--very-weak); }
.grade-key__item--disconnected::before { border-top-style: dashed; }
.grade-key__item--weak::before { border-top-style: dotted; }
.grade-key__item--very-weak::before { border-top: 3px double currentColor; }

.overview-routes {
  border-top: 1px solid var(--ink);
}

.overview-route {
  --route-color: var(--line-dark);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 18px;
  align-items: center;
  min-width: 0;
  min-height: 86px;
  padding-block: 13px;
  color: var(--copy);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.overview-route--strong { --route-color: var(--strong); }
.overview-route--usable { --route-color: var(--usable); }
.overview-route--disconnected { --route-color: var(--disconnected); }
.overview-route--weak { --route-color: var(--weak); }
.overview-route--very-weak { --route-color: var(--very-weak); }

.overview-route:hover strong,
.overview-route:focus-visible strong {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.overview-route > strong {
  grid-column: 1;
  grid-row: 1;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.overview-route__final-hah-word {
  position: relative;
  inset-block-end: .1em;
}

.overview-route > small {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  color: var(--route-color);
  font-family: var(--ui-font);
  font-size: 12px;
  line-height: 1.5;
}

.overview-route__path {
  display: flex;
  grid-column: 1 / -1;
  grid-row: 2;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  direction: rtl;
}

.overview-route__path::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.overview-route__path b {
  flex: 0 0 auto;
  color: #525252;
  font-family: var(--ui-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
}

.overview-route__path i {
  flex: 1 1 34px;
  min-width: 20px;
  margin-inline: 10px;
  border-top: 2px solid var(--route-color);
}

.overview-route--disconnected .overview-route__path i {
  border-top-style: dashed;
}

.overview-route--weak .overview-route__path i {
  border-top-style: dotted;
}

.overview-route--very-weak .overview-route__path i {
  border-top: 3px double var(--route-color);
}

.overview-register-link {
  display: inline-block;
  margin-block: 20px 21px;
  color: var(--link);
  font-family: var(--ui-font);
  font-size: 13.5px;
  line-height: 1.6;
  text-decoration: none;
}

.article-credit {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(var(--measure), calc(100% - (2 * var(--gutter))));
  margin: 12px auto 40px;
  direction: rtl;
}

.article-credit__logo {
  display: inline-flex;
  flex: 0 0 auto;
  width: clamp(36px, 3.4vw, 42px);
  height: clamp(36px, 3.4vw, 42px);
}

.article-credit__logo svg {
  display: block;
  width: 100%;
  height: 100%;
}

.article-credit__copy {
  color: #1f1a14;
  font-family: "UthmanTNB", serif;
  line-height: 1.45;
  text-align: start;
}

.article-credit__main {
  margin: 0;
  font-family: "Uthman Author ExtraBold", "UthmanTNB", serif;
  font-size: 14px;
  font-synthesis: none;
  font-weight: 800;
}

.article-credit__sub {
  margin: 6px 0 0;
  color: #7c776f;
  font-family: "AhlHadith Scholar Comment Text", "Saner Uthman Arabic Calm Screen", "UthmanTNB", serif;
  font-size: 13px;
  font-synthesis: none;
  font-weight: 500;
}

.isnad-chapter {
  width: 100%;
  margin-block: 0 48px;
  scroll-margin-top: 18px;
}

.isnad-chapter__header,
.isnad-chapter__intro,
.method-scope,
.editorial-note,
.research-note,
.conclusion-box,
.isnad-chapter > .critic-quote {
  width: min(var(--measure), calc(100% - (2 * var(--gutter))));
  margin-inline: auto;
}

.isnad-chapter__header {
  padding-top: 20px;
  border-top: 4px solid #121212;
}

#method .isnad-chapter__header {
  padding-top: 0;
  border-top: 0;
}

#early-critics {
  margin-bottom: 80px;
}

.isnad-chapter__header h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.28;
}

.isnad-chapter__intro {
  margin-top: 18px;
  margin-bottom: 42px;
  color: #4d4d4d;
  font-size: 16.4px;
  line-height: 2.2;
}

.method-scope {
  margin-top: 8px;
  margin-bottom: 48px;
}

.method-scope h3,
.conclusion-box h3 {
  margin: 0 0 13px;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}

.method-scope p,
.conclusion-box p,
.chain-analysis p {
  margin: 0;
}

#early-critics .isnad-chapter__header,
#early-critics .isnad-chapter__intro {
  text-align: right;
}

#early-critics > .isnad-chapter__intro {
  margin-bottom: 18px;
}

#early-critics > .critic-quote:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(var(--wide), calc(100% - (2 * var(--gutter))));
  margin: 0 auto 38px;
  border-top: 1px solid var(--ink);
}

.principle {
  min-width: 0;
  padding: 22px 25px 24px;
  border-bottom: 1px solid var(--line);
}

.principle:nth-child(odd) {
  padding-inline-start: 0;
  border-inline-end: 1px solid var(--line);
}

.principle:nth-child(even) {
  padding-inline-end: 0;
}

.principle h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.55;
}

.principle p {
  margin: 0;
  color: #505050;
  font-size: 14.5px;
  line-height: 1.9;
}

.editorial-note,
.research-note {
  margin-top: 28px;
  padding: 17px 20px;
  background: var(--soft-warm);
  border-inline-start: 3px solid #c9c4bb;
  color: #4a4741;
  font-size: 14px;
  line-height: 1.95;
}

.editorial-note strong,
.research-note strong {
  color: var(--ink);
  font-family: var(--display-font);
  font-weight: 800;
}

.critic-quote {
  margin-top: 36px;
  margin-bottom: 38px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}

.critic-quote__speaker {
  margin: 0 0 8px;
  color: #121212;
  font-family: "Uthman Author ExtraBold", "UthmanTNB", serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.8;
}

.critic-quote blockquote {
  margin: 0;
  color: #303030;
  font-size: 16.4px;
  font-style: normal;
  line-height: 2.2;
}

.critic-quote__source,
.chain-source {
  margin: 13px 0 0;
  padding-inline-start: 13px;
  color: #77716a;
  border-inline-start: 2px solid #ddd8d0;
  font-family: var(--source-font);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.75;
}

.chain-profile {
  --route-color: var(--line-dark);
  position: relative;
  width: min(var(--measure), calc(100% - (2 * var(--gutter))));
  margin-inline: auto;
  padding-block: 22px 65px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 18px;
}

.chain-profile::before {
  position: absolute;
  inset-inline-start: 0;
  top: -2px;
  width: 70px;
  height: 3px;
  background: #121212;
  content: "";
}

.chain-profile[data-grade="strong"] { --route-color: var(--strong); }
.chain-profile[data-grade="usable"] { --route-color: var(--usable); }
.chain-profile[data-grade="disconnected"] { --route-color: var(--disconnected); }
.chain-profile[data-grade="weak"] { --route-color: var(--weak); }
.chain-profile[data-grade="very-weak"] { --route-color: var(--very-weak); }

.chain-profile__topline,
.chain-analysis,
.chain-facts,
.chain-profile > .critic-quote,
.chain-profile > .chain-source,
.chain-profile > .chain-verdict {
  width: min(var(--measure), 100%);
  margin-inline: auto;
}

.chain-profile__topline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.chain-profile__topline h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}

.chain-status {
  flex: 0 0 auto;
  color: var(--route-color);
  font-family: var(--ui-font);
  font-size: 12.5px;
  line-height: 1.55;
  white-space: nowrap;
}

.chain-route-frame {
  --route-frame-pad-block-start: 23px;
  --route-frame-pad-block-end: 17px;
  --route-frame-pad-inline: 24px;
  --route-edge-fade: 16px;
  position: relative;
  width: 100%;
  margin: 0 auto 32px;
  padding: var(--route-frame-pad-block-start) var(--route-frame-pad-inline) var(--route-frame-pad-block-end);
  background: var(--soft);
  border-block: 1px solid #e2e2df;
}

.chain-route-frame::before,
.chain-route-frame::after {
  position: absolute;
  z-index: 2;
  top: var(--route-frame-pad-block-start);
  bottom: var(--route-frame-pad-block-end);
  width: var(--route-edge-fade);
  pointer-events: none;
  opacity: 0;
  content: "";
}

.chain-route-frame::before {
  left: var(--route-frame-pad-inline);
  background: linear-gradient(to right, var(--soft), transparent);
}

.chain-route-frame::after {
  right: var(--route-frame-pad-inline);
  background: linear-gradient(to left, var(--soft), transparent);
}

.chain-route-frame--more-left::before,
.chain-route-frame--more-right::after {
  opacity: 1;
}

.chain-route-scroll {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  direction: rtl;
}

.chain-route-scroll::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.chain-route-track {
  position: relative;
  width: max-content;
  min-width: 100%;
}

.chain-route {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  min-width: var(--route-viewport-width, 100%);
  min-height: 47px;
  padding-bottom: 0;
  overflow: visible;
  direction: rtl;
}

.chain-route > span:not(.chain-route__arrow) {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  min-width: 108px;
  min-height: 44px;
  padding: 8px 14px;
  color: #303030;
  background: var(--paper);
  border: 1px solid #c8c8c3;
  border-radius: 0;
  box-shadow: none;
  font-family: var(--ui-font);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
}

.chain-route > span.chain-route__node--note-target {
  color: var(--ink);
  border-block-end: 2px solid var(--route-color);
}

.chain-route__arrow {
  position: relative;
  flex: 1 0 48px;
  min-width: 48px;
  height: 18px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
}

.chain-route__arrow::before {
  position: absolute;
  top: 50%;
  inset-inline: 7px;
  border-top: 1px solid var(--line-dark);
  content: "";
}

.chain-route__arrow::after {
  position: absolute;
  top: calc(50% - 4px);
  inset-inline-end: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--route-color);
  border-inline-end: 2px solid var(--route-color);
  transform: rotate(45deg);
  display: none;
  content: "";
}

.chain-route__arrow--note-target::before {
  border-top-width: 2px;
  border-top-color: var(--route-color);
}

.chain-profile[data-grade="disconnected"] .chain-route__arrow--note-target::before {
  border-top-style: dashed;
}

.chain-profile[data-grade="weak"] .chain-route__arrow--note-target::before {
  border-top-style: dotted;
}

.chain-profile[data-grade="very-weak"] .chain-route__arrow--note-target::before {
  border-top: 3px double var(--route-color);
}

.chain-route-note {
  position: relative;
  width: min(620px, 100%);
  margin: 6px auto 0 0;
  padding-top: 10px;
  color: var(--route-color);
  font-family: var(--ui-font);
  font-size: 12.5px;
  line-height: 1.75;
  text-align: center;
  left: var(--route-note-anchor, 50%);
  transform: translateX(-50%);
}

.chain-route-note--starts-at-anchor {
  text-align: start;
  transform: translateX(-100%);
}

.chain-route-note--connector {
  margin-top: -9px;
  padding-top: 17px;
}

.chain-route-note__label {
  color: inherit;
  font-family: var(--display-font);
  font-size: 0.96em;
  font-weight: 800;
}

.chain-route-note::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 8px;
  background: currentColor;
  transform: translateX(-50%);
  content: "";
}

.chain-route-note--starts-at-anchor::before {
  left: 100%;
}

.chain-route-note--starts-at-box-edge::before {
  left: var(--route-note-marker-left);
}

.chain-route-note--connector::before {
  height: 14px;
}

.chain-route-placeholder {
  width: min(var(--measure), 100%);
  margin: 0 auto 28px;
  padding: 15px 18px;
  color: #555;
  background: var(--soft);
  border-block: 1px solid #e2e2df;
  font-family: var(--ui-font);
  font-size: 13px;
  line-height: 1.7;
}

.chain-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 31px;
  margin-bottom: 33px;
  border-block: 1px solid var(--line);
}

@media (min-width: 761px) {
  #mujahid-ibn-abbas .chain-facts {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(0, 1fr);
  }
}

.chain-fact {
  min-width: 0;
  padding: 14px 16px 15px;
}

.chain-fact + .chain-fact {
  border-inline-start: 1px solid var(--line);
}

.chain-fact__label,
.chain-fact__value {
  display: block;
}

.chain-fact__label {
  margin-bottom: 4px;
  color: var(--muted);
  font-family: var(--ui-font);
  font-size: 11.5px;
  line-height: 1.5;
}

.chain-fact__value {
  color: #3b3b3b;
  font-family: var(--ui-font);
  font-size: 13px;
  line-height: 1.65;
}

.chain-analysis {
  margin-top: 28px;
  margin-bottom: 26px;
  color: #303030;
  font-family: var(--body-font);
  font-weight: 500;
  line-height: 2.2;
  word-spacing: 0.05em;
}

.chain-analysis p + p {
  margin-top: 0.85em;
}

.chain-profile > .critic-quote {
  margin-top: 31px;
}

#mujahid-ibn-abbas > .critic-quote {
  padding-top: 0;
  border-top: 0;
}

#ali-abi-talha > .critic-quote:first-of-type,
#abu-ubayda-ibn-masud > .critic-quote:first-of-type,
#mujahid-copy > .critic-quote:first-of-type,
#zayd-ibn-aslam > .critic-quote:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

#chain-of-falsehood {
  margin-top: 36px;
}

.chain-profile > .chain-source {
  margin-top: 15px;
}

.chain-verdict {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 4px solid #d5d5d5;
  color: #363636;
  font-size: 14.8px;
  line-height: 1.95;
}

.chain-verdict strong {
  color: var(--ink);
  font-family: var(--display-font);
  font-weight: 800;
}

.appendix-disclosure--comparison {
  width: min(var(--wide), calc(100% - (2 * var(--gutter))));
  margin-inline: auto;
}

.comparison-wrap {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--line-dark) transparent;
  border: 1px solid var(--line);
  background: var(--paper);
}

.comparison-wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.comparison-wrap::-webkit-scrollbar-track {
  background: transparent;
}

.comparison-wrap::-webkit-scrollbar-thumb {
  min-width: 40px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--line-dark);
  background-clip: padding-box;
}

@media (hover: hover) and (pointer: fine) {
  .comparison-wrap::-webkit-scrollbar-thumb:hover {
    background: var(--muted);
    background-clip: padding-box;
  }

  .comparison-wrap::-webkit-scrollbar-thumb:active {
    background: #555;
    background-clip: padding-box;
  }
}

.comparison-wrap:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

.comparison-table {
  width: 100%;
  min-width: 860px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: #3b3b3b;
  font-family: var(--ui-font);
  font-size: 13px;
  line-height: 1.7;
}

.comparison-col--route {
  width: 24%;
}

.comparison-col--summary {
  width: 22%;
}

.comparison-col--issue,
.comparison-col--use {
  width: 27%;
}

.comparison-title {
  margin: 0 0 13px;
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
  text-align: start;
}

.comparison-table th,
.comparison-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  text-align: start;
  vertical-align: top;
}

.comparison-cell-label {
  display: none;
}

.comparison-cell-value {
  color: inherit;
}

.comparison-table thead th {
  color: var(--paper);
  background: var(--ink);
  border-bottom-color: var(--ink);
  font-family: var(--display-font);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.comparison-table thead th:not(:last-child) {
  border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
}

.comparison-table tbody tr:not(.comparison-group) > * {
  background: var(--paper);
}

.comparison-table tbody tr:not(.comparison-group) > *:not(:last-child) {
  border-inline-end: 1px solid #ececea;
}

.comparison-table tbody tr:not(.comparison-group):nth-child(odd) > * {
  background: var(--soft-warm);
}

.comparison-table tbody tr:not(.comparison-group):is(:hover, :focus-within) > * {
  background: #f5f2e8;
}

.comparison-group th {
  padding-block: 9px;
  color: var(--ink);
  background: var(--soft);
  border-block: 1px solid var(--line-dark);
  font-family: var(--display-font);
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.55;
}

.comparison-table tbody th[scope="row"] {
  position: sticky;
  z-index: 2;
  inset-inline-start: 0;
  color: var(--ink);
  font-weight: 700;
}

.comparison-table thead th:first-child {
  position: sticky;
  z-index: 3;
  inset-inline-start: 0;
}

.comparison-table tbody th[scope="row"] a {
  color: inherit;
  text-decoration: none;
}

.comparison-route-relation {
  display: inline-block;
  margin-inline: 0.12em;
  color: var(--muted);
  font-size: 0.88em;
  font-weight: 500;
  line-height: 1;
}

.comparison-table tbody th[scope="row"] a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.table-scroll-hint {
  display: block;
  margin: 0 0 8px;
  color: var(--muted);
  font-family: var(--ui-font);
  font-size: 11.5px;
  line-height: 1.5;
}

.table-scroll-hint[hidden] {
  display: none;
}

.conclusion-box {
  margin-top: 34px;
  margin-bottom: 38px;
  padding-top: 24px;
  border-top: 1px solid var(--ink);
}

.conclusion-box ol {
  margin: 0;
  padding-inline-start: 1.4em;
  list-style-type: arabic-indic;
}

.conclusion-box li {
  padding-inline-start: 0.35em;
}

.conclusion-box li + li {
  margin-top: 0.45em;
}

.sources-drawer-trigger {
  display: flex;
  inline-size: min(var(--measure), calc(100% - (2 * var(--gutter))));
  min-block-size: 42px;
  margin: 20px auto 0;
  padding: 7px 0;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #567b95;
  border: 1px solid #326891;
  border-radius: 3px;
  cursor: pointer;
  font-family: var(--display-font);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  list-style: none;
  text-align: center;
  word-spacing: 0.05em;
  appearance: none;
  -webkit-appearance: none;
  transition: background-color 0.3s ease;
}

.sources-drawer-trigger:hover,
.sources-drawer-trigger:focus-visible {
  color: #fff;
  background: #326891;
  border-color: #326891;
  outline: none;
}

html.sources-drawer-open,
body.sources-drawer-open {
  overflow: hidden;
}

.sources-panel-scrim {
  position: fixed;
  z-index: 1200;
  inset: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.35);
  border: 0;
  opacity: 0;
  pointer-events: none;
  cursor: default;
  appearance: none;
  transition: opacity 300ms ease;
}

.sources-panel-scrim.is-open {
  opacity: 1;
  pointer-events: auto;
}

.sources-drawer {
  --sources-drawer-gutter: 40px;

  position: fixed;
  z-index: 1201;
  inset-block-start: 0;
  right: 0;
  inline-size: min(420px, 100vw);
  block-size: 100dvh;
  overflow: hidden;
  background: #fff;
  box-shadow: -12px 0 38px rgba(0, 0, 0, 0.12);
  color: #17130e;
  direction: rtl;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(104%, 0, 0);
  transition: transform 420ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 220ms ease;
}

.sources-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.sources-drawer__scroll {
  display: flex;
  flex-direction: column;
  min-block-size: 100%;
  block-size: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sources-drawer__scroll::-webkit-scrollbar {
  display: none;
  inline-size: 0;
  block-size: 0;
}

.sources-drawer__header {
  position: relative;
  padding: calc(30px + env(safe-area-inset-top, 0px)) var(--sources-drawer-gutter) 12px;
  border-block-end: 1px solid #e6e6e6;
}

.sources-drawer__title {
  margin: 0;
  min-inline-size: 0;
  color: #111;
  font-family: "KufiExt Title Short", "KufiExt", "UthmanTNB", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.sources-drawer__close {
  position: absolute;
  inset-block-start: calc(26px + env(safe-area-inset-top, 0px));
  inset-inline-end: calc(var(--sources-drawer-gutter) - 14px);
  inline-size: 44px;
  block-size: 44px;
  padding: 0;
  color: #383838;
  background: transparent;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  appearance: none;
}

.sources-drawer__close::before,
.sources-drawer__close::after {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 17px;
  inline-size: 9px;
  block-size: 1.15px;
  background: currentColor;
  content: "";
  transform-origin: left center;
}

.sources-drawer__close::before {
  transform: translateY(-50%) rotate(-36.9deg);
}

.sources-drawer__close::after {
  transform: translateY(-50%) rotate(36.9deg);
}

.sources-drawer__close:focus-visible {
  outline: 2px solid #17130e;
  outline-offset: 2px;
}

.sources-drawer__body {
  padding-inline: var(--sources-drawer-gutter);
  padding-block-end: calc(28px + env(safe-area-inset-bottom, 0px));
}

.bibliography {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bibliography li {
  position: relative;
  padding: 11px 18px 11px 0;
  color: #55514b;
  border-top: 1px solid #eeeeeb;
  font-family: var(--source-font);
  font-size: 13px;
  line-height: 1.8;
}

.bibliography li::before {
  position: absolute;
  inset-inline-start: 0;
  top: 1.82em;
  width: 7px;
  height: 1px;
  background: #aaa49b;
  content: "";
}

#sources {
  margin-bottom: 0;
  padding-bottom: 48px;
}

@media (max-width: 640px) {
  .sources-drawer {
    --sources-drawer-gutter: 26px;

    inline-size: 100vw;
  }

  .sources-drawer__header {
    padding-block-start: calc(36px + env(safe-area-inset-top, 0px));
  }

  .sources-drawer__close {
    inset-block-start: calc(31px + env(safe-area-inset-top, 0px));
  }

  .sources-drawer__title {
    font-size: 21px;
  }
}

.route-target-flash {
  animation: target-flash 1.4s ease-out;
}

@keyframes target-flash {
  0%, 22% { background-color: #f5f2e8; }
  100% { background-color: transparent; }
}

@media (max-width: 760px) {
  :root {
    --gutter: 20px;
    --header-height: 48px;
  }

  body {
    font-size: 16.4px;
    line-height: 2.2;
  }

  .isnad-hero {
    padding-block: 44px 0;
  }

  .isnad-hero h1 {
    font-size: clamp(28px, calc(1.375rem + 2vw), 36px);
    line-height: 1.5;
  }

  .article-deck {
    margin-top: 8px;
    font-size: 16.4px;
    line-height: 2.08;
  }

  .isnad-chapter__intro {
    font-size: 16.4px;
  }

  .research-actions {
    margin-top: 27px;
  }

  .research-actions__inner {
    min-height: 76px;
  }

  .research-actions__audio-label {
    font-size: 13px;
  }

  .route-overview {
    margin-top: 0;
  }

  .article-credit {
    margin: 12px auto 40px;
  }

  .route-overview__header {
    padding-block: 10px 18px;
  }

  .route-overview__header h2 {
    font-size: 20px;
  }

  .route-overview__header > p:last-child {
    font-size: 14px;
  }

  .route-overview__header > p:last-child span {
    display: inline;
  }

  .route-overview__header > p:last-child span + span::before {
    content: " ";
  }

  .grade-key {
    gap: 8px 17px;
  }

  .overview-route {
    gap: 5px 16px;
    min-height: 82px;
    padding-block: 13px;
  }

  .overview-route__path b {
    font-size: 11px;
  }

  .isnad-chapter__header h2 {
    font-size: 18px;
  }

  .isnad-chapter__intro {
    margin-bottom: 34px;
  }

  .principle-grid {
    grid-template-columns: 1fr;
  }

  .principle,
  .principle:nth-child(odd),
  .principle:nth-child(even) {
    padding: 19px 0 20px;
    border-inline: 0;
  }

  .chain-profile {
    padding-block: 20px 53px;
  }

  .chain-profile__topline {
    display: block;
    margin-bottom: 21px;
  }

  .chain-profile__topline h3 {
    font-size: 20px;
  }

  .chain-status {
    display: block;
    margin-top: 6px;
    white-space: normal;
  }

  .chain-route-frame {
    --route-frame-pad-block-start: 18px;
    --route-frame-pad-block-end: 14px;
    --route-frame-pad-inline: 14px;
    --route-edge-fade: 12px;
  }

  .chain-route__arrow {
    flex-basis: 42px;
    min-width: 42px;
  }

  .chain-route > span:not(.chain-route__arrow) {
    width: auto;
    min-width: 118px;
  }

  .chain-route-note {
    font-size: 8.5px;
  }

  .chain-facts {
    grid-template-columns: 1fr;
  }

  .chain-fact + .chain-fact {
    border-top: 1px solid var(--line);
    border-inline-start: 0;
  }

  .critic-quote blockquote {
    font-size: 16.4px;
    line-height: 2.2;
  }

  .chain-verdict {
    font-size: 13.8px;
  }

  .appendix-disclosure--comparison {
    width: calc(100% - (2 * var(--gutter)));
  }

  .table-scroll-hint {
    display: block;
  }

  .comparison-table {
    min-width: 860px;
  }

  .comparison-wrap {
    padding-bottom: 4px;
  }

}

@media screen and (max-width: 760px) {
  .table-scroll-hint {
    display: none !important;
  }

  .comparison-wrap {
    overflow: visible;
    padding-bottom: 0;
    border: 0;
    background: transparent;
  }

  .comparison-table {
    display: block;
    width: 100%;
    min-width: 0;
    font-size: 12.5px;
  }

  .comparison-table colgroup {
    display: none;
  }

  .comparison-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }

  .comparison-table tbody {
    display: block;
    width: 100%;
  }

  .comparison-table tbody + tbody {
    margin-top: 18px;
  }

  .comparison-table .comparison-group {
    display: block;
  }

  .comparison-table .comparison-group th {
    display: block;
    width: 100%;
    padding: 9px 12px;
    color: #2f2d29;
    background: #e9e8e3;
    border-block: 1px solid #cfcdc6;
    font-size: 12.75px;
  }

  .comparison-table tbody tr:not(.comparison-group) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
    width: 100%;
    padding: 14px 0 15px;
    border-bottom: 1px solid var(--line);
  }

  .comparison-table tbody tr:not(.comparison-group) > * {
    position: static;
    min-width: 0;
    padding: 0;
    background: transparent !important;
    border: 0 !important;
  }

  .comparison-table tbody th[scope="row"] {
    grid-column: 1 / -1;
    padding: 9px 12px 0;
    background: #f7f7f7 !important;
    font-size: 13.5px;
    line-height: 1.65;
  }

  .comparison-table tbody th[scope="row"] a {
    display: inline;
    overflow-wrap: anywhere;
  }

  .comparison-table tbody tr:not(.comparison-group) > td:first-of-type {
    grid-column: 1 / -1;
    margin-top: 0;
    padding: 2px 12px 9px;
    background: #f7f7f7 !important;
    border-bottom: 0 !important;
  }

  .comparison-table tbody tr:not(.comparison-group) > td:nth-of-type(2),
  .comparison-table tbody tr:not(.comparison-group) > td:nth-of-type(3) {
    margin-top: 10px;
  }

  .comparison-table tbody tr:not(.comparison-group) > td:nth-of-type(3) {
    padding-inline-start: 14px;
    border-inline-start: 1px solid #ececea !important;
  }

  .comparison-cell-label,
  .comparison-cell-value {
    display: block;
  }

  .comparison-cell-label {
    margin-bottom: 3px;
    color: var(--muted);
    font-size: 10.5px;
    line-height: 1.45;
  }

  .comparison-cell-value {
    color: #3b3b3b;
    font-size: 12.25px;
    line-height: 1.75;
    overflow-wrap: anywhere;
  }

  .comparison-table tbody tr:not(.comparison-group) > td:first-of-type .comparison-cell-label {
    display: none;
  }

  .comparison-table tbody tr:not(.comparison-group) > td:first-of-type .comparison-cell-value {
    color: #555;
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  .comparison-table tbody th[scope="row"],
  .comparison-table thead th:first-child {
    position: static;
  }
}

@media screen and (max-width: 360px) {
  .comparison-table tbody tr:not(.comparison-group) {
    grid-template-columns: minmax(0, 1fr);
  }

  .comparison-table tbody tr:not(.comparison-group) > td:nth-of-type(2),
  .comparison-table tbody tr:not(.comparison-group) > td:nth-of-type(3) {
    grid-column: 1;
  }

  .comparison-table tbody tr:not(.comparison-group) > td:nth-of-type(3) {
    padding-top: 10px;
    padding-inline-start: 0;
    border-top: 1px solid #ececea !important;
    border-inline-start: 0 !important;
  }
}

@media (max-width: 640px) {
  .article-site-header__inner {
    padding-inline: 14px;
  }

  .article-site-context {
    max-width: calc(100vw - 90px);
  }

  .article-site-context__title {
    font-size: 16px;
    line-height: 1.7;
  }

  .article-site-menu-button {
    place-items: center end;
    width: 36px;
  }

  .article-site-menu-button svg {
    width: 28px;
  }
}

@media (max-width: 430px) {
  body {
    font-size: 15px;
    line-height: 2.2;
  }

  .isnad-chapter__intro {
    font-size: 15px;
  }

  .article-site-menu-button svg {
    width: 26px;
  }

  .article-deck {
    font-size: 15px;
    line-height: 2.2;
    word-spacing: 0.04em;
  }

  .route-overview__header h2 {
    font-size: 20px;
  }

  .isnad-chapter__header h2 {
    font-size: 18px;
  }

  .chain-profile__topline h3 {
    font-size: 20px;
  }

  .critic-quote blockquote {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }

  .sources-panel-scrim,
  .sources-drawer {
    transition: none;
  }
}

@media (forced-colors: active) {
  .comparison-wrap {
    scrollbar-color: auto;
  }

  .chain-profile::before,
  .chain-route__arrow::before,
  .chain-route__arrow::after,
  .overview-route__path i,
  .grade-key__item::before {
    forced-color-adjust: auto;
  }

  .chain-route > span:not(.chain-route__arrow) {
    border: 1px solid CanvasText;
  }

  .chain-route > span.chain-route__node--note-target {
    border-block-end: 3px solid Highlight;
  }

  .chain-route-frame::before,
  .chain-route-frame::after {
    display: none;
  }
}

@media print {
  :root {
    --gutter: 0;
  }

  html,
  body {
    background: #fff !important;
    color: #000 !important;
  }

  body {
    font-size: 11pt;
  }

  .article-site-header,
  .research-actions,
  .sources-drawer-trigger,
  .sources-panel-scrim,
  .sources-drawer__close,
  .table-scroll-hint {
    display: none !important;
  }

  html.sources-drawer-open,
  body.sources-drawer-open {
    overflow: visible !important;
  }

  #sources {
    display: none !important;
  }

  .sources-drawer,
  .sources-drawer[hidden] {
    position: static !important;
    display: block !important;
    inline-size: 100% !important;
    block-size: auto !important;
    overflow: visible !important;
    background: #fff !important;
    box-shadow: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .sources-drawer__scroll {
    display: block !important;
    min-block-size: 0 !important;
    block-size: auto !important;
    overflow: visible !important;
  }

  .sources-drawer__header {
    padding: 0 0 12px !important;
  }

  .sources-drawer__body {
    padding: 0 !important;
  }

  .sources-drawer .bibliography li {
    break-inside: avoid;
  }

  .isnad-hero,
  .route-overview,
  .isnad-chapter__header,
  .isnad-chapter__intro,
  .method-scope,
  .editorial-note,
  .research-note,
  .conclusion-box,
  .isnad-chapter > .critic-quote,
  .chain-profile,
  .appendix-disclosure--comparison {
    width: 100% !important;
    max-width: none !important;
  }

  .chain-profile,
  .isnad-chapter {
    break-before: auto;
  }

  .chain-profile__topline,
  .chain-route-frame,
  .chain-verdict,
  .critic-quote {
    break-inside: avoid;
  }

  p,
  blockquote {
    orphans: 3;
    widows: 3;
  }

  .chain-route-scroll,
  .chain-route {
    overflow: visible;
  }

  .chain-route-frame::before,
  .chain-route-frame::after {
    display: none;
  }

  .comparison-wrap {
    overflow: visible;
  }

  .comparison-table {
    min-width: 0;
    font-size: 9pt;
  }

  .comparison-table thead {
    display: table-header-group;
  }

  .comparison-table tr {
    break-inside: avoid;
  }

  .comparison-table tbody th[scope="row"],
  .comparison-table thead th:first-child {
    position: static;
  }

  .comparison-table thead th {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .route-target-flash {
    animation: none;
  }
}
