html,
body {
  -ms-overflow-style: auto;
  scrollbar-color: rgba(47, 47, 47, .34) transparent;
  scrollbar-width: thin;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  background: transparent !important;
  display: block !important;
  height: 0 !important;
  width: 5px !important;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: transparent !important;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: rgba(47, 47, 47, .34) !important;
  border: 0 !important;
  border-radius: 999px;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: rgba(47, 47, 47, .52) !important;
}

.tafsir-ahad-page .fiqh-source {
  margin-block-start: 18px;
}

.tafsir-ahad-page .opening-evidence-lead {
  font-size: 17px;
  line-height: 2;
}

.tafsir-ahad-page .opening-evidence-paragraph {
  margin-block-start: 1.35em;
}

.ahad-wahid-drawer-link {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  text-decoration-line: none;
}

.ahad-wahid-drawer-link:visited {
  color: inherit;
}

.ahad-wahid-drawer-link:hover {
  color: inherit;
  text-decoration: none;
}

.ahad-wahid-drawer-link__accent {
  color: #1d67a0;
}

.ahad-wahid-drawer-link:hover .ahad-wahid-drawer-link__accent {
  color: #164f7b;
}

.ahad-wahid-drawer-link:focus-visible {
  border-radius: 3px;
  outline: 2px solid rgba(29, 103, 160, .42);
  outline-offset: 4px;
  text-decoration: none;
}

.tafsir-ahad-page .source-note--wide {
  inline-size: min(88%, 660px);
}

.tafsir-ahad-page .source-reference--full-report {
  font-size: 11.9px;
  line-height: 2;
}

.tafsir-ahad-page .source-critical-note {
  color: #665f57;
  margin-block-start: 10px !important;
}

.tafsir-ahad-page .source-note--compact {
  margin-block-end: 18px;
}

.source-inline-link {
  color: #1d67a0;
  text-decoration: none;
}

.source-inline-link:visited {
  color: #1d67a0;
}

.source-inline-link:hover,
.source-inline-link:focus-visible {
  color: #164f7b;
  text-decoration: none;
}

.source-inline-link:focus-visible {
  border-radius: 2px;
  outline: 2px solid rgba(29, 103, 160, .35);
  outline-offset: 2px;
}

.tafsir-ahad-page .commentary-text--quran {
  color: #282828;
  font-weight: 500;
}

.scholar-evidence-panel .narrator-profile-panel__header {
  background: #fff;
  border-block-end: 1px solid var(--narrator-panel-rule);
  flex: 0 0 auto;
  position: sticky;
  inset-block-start: 0;
  z-index: 2;
}

.scholar-evidence-panel .narrator-profile-panel__header-main {
  grid-template-columns: minmax(0, 1fr) 28px;
}

.scholar-evidence-panel .narrator-profile-panel__title {
  overflow-wrap: normal;
}

.scholar-evidence-panel .narrator-profile-panel__close {
  block-size: 32px;
  inline-size: 28px;
}

.scholar-evidence-panel .narrator-profile-panel__close:focus-visible {
  border-radius: 3px;
  outline: 2px solid rgba(29, 103, 160, .55) !important;
  outline-offset: 2px;
}

.scholar-evidence-content {
  padding-block-end: calc(28px + env(safe-area-inset-bottom, 0px));
}

.scholar-evidence-intro {
  color: #57514a;
  font-family: "AhlHadith Scholar Comment Text", "Saner Uthman Arabic Calm Screen", "UthmanTNB", serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
  margin: 24px var(--narrator-panel-gutter) 0;
}

.scholar-evidence-quotes {
  margin-block-start: 22px;
}

.scholar-evidence-panel .narrator-quote__author span {
  color: #65605a;
  display: inline-block;
  font-weight: 500;
  white-space: nowrap;
}

.scholar-evidence-panel .narrator-quote__reference {
  color: #65605a;
}

@media (max-width: 640px) {
  .tafsir-ahad-page .opening-evidence-lead {
    font-size: 16.4px;
  }

  .tafsir-ahad-page .source-note--wide {
    inline-size: min(94%, 660px);
  }

  .tafsir-ahad-page .narrator-hover-hint-text {
    font-size: 12px;
    min-inline-size: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .scholar-evidence-intro {
    margin-block-start: 20px;
  }
}

@media print {
  .scholar-evidence-panel,
  [data-ahad-wahid-scrim] {
    display: none !important;
  }
}
