/* Words 1–114. Scoped page styles; shared V15 assets stay independent. */
body.eqw-body {
  margin: 0;
  color: #1d332c;
  color: var(--eq-theme-text, #1d332c);
  background-color: #f8faf7;
  background-color: var(--eq-theme-bg, #f8faf7);
  font-family: Tahoma, Arial, sans-serif;
  font-family: var(--font2, Tahoma, Arial, sans-serif);
}
body.eqw-body #content.eqw-page {
  box-sizing: border-box;
  max-width: 1100px;
  width: auto;
  margin: 0 auto;
  padding: 30px 24px 60px;
  font-family: inherit;
  --eqw-font-size: 19px;
  --eqw-link: #1b5547;
  --eqw-soft: #eef4f0;
  --eqw-line: #d9e2da;
  --eqw-surface: #fff;
  --eqw-ink: #1d332c;
  --eqw-muted: #607169;
  --eqw-gold: #806225;
}
html[data-theme="dark"] body.eqw-body #content.eqw-page {
  --eqw-link: #bbdacb;
  --eqw-soft: #18342c;
  --eqw-line: #365247;
  --eqw-surface: #10231e;
  --eqw-ink: #e8f0eb;
  --eqw-muted: #b2c4bb;
  --eqw-gold: #dcc27f;
}
#content.eqw-page *,
#eqw-dialog * {
  box-sizing: border-box;
}
#content.eqw-page [hidden],
#eqw-dialog[hidden],
#eqw-dialog [hidden] {
  display: none !important;
}
#content.eqw-page a {
  color: var(--eqw-link);
  text-decoration: none;
}
#content.eqw-page a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
#content.eqw-page button,
#content.eqw-page input,
#content.eqw-page select {
  font: inherit;
  max-width: 100%;
}
#content.eqw-page button,
#content.eqw-page select,
#content.eqw-page summary {
  cursor: pointer;
}
#content.eqw-page a:focus,
#content.eqw-page button:focus,
#content.eqw-page input:focus,
#content.eqw-page select:focus,
#content.eqw-page summary:focus,
#eqw-dialog a:focus,
#eqw-dialog button:focus {
  outline: 3px solid #a38240;
  outline-offset: 3px;
}
.eqw-skip {
  position: absolute;
  top: 4px;
  right: 8px;
  transform: translateY(-160%);
  z-index: 100;
  background: #fff;
  color: #173f36;
  padding: 14px;
  border: 2px solid #806225;
}
.eqw-skip:focus {
  transform: none;
}
#content.eqw-page .eqw-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--eqw-muted);
  margin: 0 0 24px;
  line-height: 1.8;
}
#content.eqw-page .eqw-breadcrumb a {
  color: var(--eqw-muted);
}
#content.eqw-page .eqw-heading {
  margin: 0 0 18px;
  padding: 0;
  font-family: inherit;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  text-align: right;
  color: var(--eqw-ink);
  border: 0;
  background: none;
}
#content.eqw-page .eqw-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
}
#content.eqw-page .eqw-action,
#content.eqw-page .eqw-listen > summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 17px;
  border: 1px solid var(--eqw-line);
  border-radius: 9px;
  background: var(--eqw-surface);
  color: var(--eqw-link);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
#content.eqw-page .eqw-action-primary {
  background: #173f36;
  color: #fff;
  border-color: #173f36;
}
#content.eqw-page .eqw-action svg,
#content.eqw-page .eqw-listen svg {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#content.eqw-page .eqw-listen {
  position: static;
}
#content.eqw-page .eqw-listen > summary {
  list-style: none;
}
#content.eqw-page .eqw-listen > summary::-webkit-details-marker {
  display: none;
}
#content.eqw-page .eqw-listen[open] > summary {
  border-color: var(--eqw-gold);
}
#content.eqw-page .eqw-audio-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 15;
  width: 340px;
  max-width: calc(100vw - 50px);
  padding: 16px;
  background: var(--eqw-surface);
  border: 1px solid var(--eqw-line);
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.15);
}
#content.eqw-page .eqw-audio-panel audio {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 44px;
  margin: 0 0 12px;
}
#content.eqw-page .eqw-audio-panel a {
  font-size: 13px;
  text-decoration: underline;
}
#content.eqw-page .eqw-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--eqw-line);
  border-radius: 13px;
  background: var(--eqw-surface);
  margin: 0 0 14px;
}
#content.eqw-page .eqw-controls label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--eqw-muted);
  margin: 0 0 7px;
}
#content.eqw-page .eqw-surah {
  flex: 0 1 225px;
  margin: 0;
}
#content.eqw-page .eqw-search {
  flex: 1 1 260px;
  min-width: 0;
}
#content.eqw-page .eqw-search-row {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
#content.eqw-page .eqw-search input,
#content.eqw-page .eqw-surah select {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  margin: 0;
  padding: 9px 12px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--eqw-ink);
  background: var(--eqw-surface);
  border: 1px solid var(--eqw-line);
  border-radius: 8px;
}
#content.eqw-page .eqw-search input::placeholder {
  color: var(--eqw-muted);
  opacity: 1;
}
#content.eqw-page .eqw-tool-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: 44px;
  padding: 8px 11px;
  border: 1px solid var(--eqw-line);
  border-radius: 8px;
  color: var(--eqw-ink);
  background: var(--eqw-soft);
  font-size: 15px;
  line-height: 1.5;
}
#content.eqw-page .eqw-tool-button:disabled {
  opacity: 0.5;
  cursor: default;
}
#content.eqw-page .eqw-font-tools {
  display: flex;
  gap: 7px;
  align-items: center;
}
#content.eqw-page .eqw-font-tools span {
  font-size: 12px;
  color: var(--eqw-muted);
  margin-left: 3px;
}
#content.eqw-page .eqw-table-note {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 10px 2px 16px;
  font-size: 13px;
  color: var(--eqw-muted);
  line-height: 1.9;
}
#content.eqw-page .eqw-table-note p {
  margin: 0;
  color: var(--eqw-muted);
}
#content.eqw-page .eqw-table-note a {
  text-decoration: underline;
}
#content.eqw-page .eqw-table-note strong {
  display: block;
  color: var(--eqw-gold);
  padding: 10px 12px;
  border-right: 3px solid currentColor;
  background: var(--eqw-soft);
  border-radius: 6px;
  font-weight: 700;
}
#content.eqw-page .eqw-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.7;
}
#content.eqw-page .eqw-pager a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid var(--eqw-line);
  border-radius: 8px;
  background: var(--eqw-surface);
}
#content.eqw-page .eqw-pager small {
  display: block;
  color: var(--eqw-muted);
  font-size: 11px;
}
#content.eqw-page .eqw-original {
  background: var(--eqw-surface);
  border: 1px solid var(--eqw-line);
  border-radius: 14px;
  padding: 18px 0 0;
  margin: 0;
  float: none;
  width: auto;
  max-width: 100%;
  color: var(--eqw-ink);
}
#content.eqw-page .eqw-original .Section1 {
  width: auto !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
#content.eqw-page .eqw-original .Section1 > p:first-child {
  margin: 0 12px 18px !important;
  text-align: center !important;
  background: transparent !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
}
#content.eqw-page .eqw-original .Section1 > p:first-child span {
  font-family: inherit !important;
  font-size: inherit !important;
  color: var(--eqw-muted) !important;
}
#content.eqw-page .eqw-original > p,
#content.eqw-page .eqw-original .Section1 > p:not(:first-child) {
  margin: 0 !important;
  font-size: 2px !important;
  line-height: 2px !important;
}
#content.eqw-page .eqw-original table {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  border: 0 !important;
  border-spacing: 0 !important;
  border-collapse: separate !important;
  table-layout: fixed !important;
  margin: 0 !important;
  background: var(--eqw-surface) !important;
  font-size: var(--eqw-font-size) !important;
  line-height: 1.9 !important;
}
#content.eqw-page .eqw-original td,
#content.eqw-page .eqw-original th {
  box-sizing: border-box;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 15px 20px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--eqw-line) !important;
  vertical-align: top !important;
  background: transparent !important;
  color: var(--eqw-ink) !important;
  line-height: inherit !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#content.eqw-page .eqw-original tr:nth-child(odd) {
  background: var(--eqw-soft);
}
#content.eqw-page .eqw-original td:first-child,
#content.eqw-page .eqw-original th:first-child {
  width: 86px !important;
  text-align: center !important;
  padding: 11px 8px !important;
}
#content.eqw-page .eqw-original td:nth-child(2),
#content.eqw-page .eqw-original th:nth-child(2) {
  width: 32% !important;
}
#content.eqw-page .eqw-original td:nth-child(3) {
  border-right: 1px solid var(--eqw-line) !important;
}
#content.eqw-page .eqw-original td p,
#content.eqw-page .eqw-original th p {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  background: transparent !important;
  color: inherit !important;
  text-align: right !important;
  float: none !important;
  width: auto !important;
}
#content.eqw-page .eqw-original td span,
#content.eqw-page .eqw-original th span,
#content.eqw-page .eqw-original td b,
#content.eqw-page .eqw-original th b {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  background: transparent !important;
  letter-spacing: normal !important;
}
#content.eqw-page .eqw-original td:nth-child(3) b {
  font-weight: 400 !important;
}
#content.eqw-page .eqw-original td:first-child p,
#content.eqw-page .eqw-original th:first-child p {
  text-align: center !important;
}
#content.eqw-page .eqw-original th {
  background: var(--eqw-soft) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border-top: 1px solid var(--eqw-line) !important;
  border-bottom: 2px solid var(--eqw-line) !important;
}
#content.eqw-page .eqw-verse-link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  min-height: 60px;
  min-width: 40px;
  border: 1px solid #c9ab65;
  border-radius: 10px;
  padding: 6px 4px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  background: #f8efd9;
  color: #76500f !important;
  text-decoration: none;
  box-shadow: 0 2px 0 rgba(128, 98, 37, 0.08);
}
#content.eqw-page .eqw-verse-link::after {
  content: "التفسير";
  font:
    700 10px/1.4 Tahoma,
    Arial,
    sans-serif;
  white-space: nowrap;
}
#content.eqw-page.eqw-has-tafseer-menu .eqw-verse-link::after {
  content: "التفاسير";
}
#content.eqw-page.eqw-has-tafseer-menu .eqw-verse-link::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}
#content.eqw-page .eqw-verse-link:hover {
  border-color: #99742e;
  background: #f2e1b6;
  text-decoration: none;
}
html[data-theme="dark"] #content.eqw-page .eqw-verse-link {
  color: #f6d584 !important;
  background: #382f1b;
  border-color: #90773d;
  box-shadow: none;
}
html[data-theme="dark"] #content.eqw-page .eqw-verse-link:hover {
  background: #4b3c1d;
  border-color: #c6a455;
}
#content.eqw-page .eqw-original tr:target {
  outline: 2px solid var(--eqw-gold);
  outline-offset: -2px;
}
#content.eqw-page .eqw-original tr {
  scroll-margin-top: 100px;
}
#content.eqw-page .eqw-empty {
  padding: 28px;
  text-align: center;
  background: var(--eqw-soft);
  color: var(--eqw-ink);
  border: 1px solid var(--eqw-line);
  border-radius: 12px;
  margin: 16px 0;
}
#content.eqw-page .eqw-related {
  margin: 24px 0 0;
  padding: 23px;
  border: 1px solid var(--eqw-line);
  border-radius: 14px;
  background: var(--eqw-surface);
}
#content.eqw-page .eqw-related h2 {
  margin: 0 0 17px;
  font-weight: 700;
  line-height: 1.7;
  font-family: inherit;
  font-size: 19px;
  color: var(--eqw-ink);
  text-align: right;
}
#content.eqw-page .eqw-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#content.eqw-page .eqw-related-links a {
  padding: 10px 15px;
  min-height: 44px;
  display: flex;
  align-items: center;
  border: 1px solid var(--eqw-line);
  border-radius: 8px;
  font-size: 14px;
  background: var(--eqw-soft);
}
/* Page sharing: native share where supported; links and copying otherwise. */
#content.eqw-page .eqw-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin: 24px 0 0;
  padding: 24px;
  border: 1px solid var(--eqw-line);
  border-top: 3px solid var(--eqw-gold);
  border-radius: 16px;
  background: var(--eqw-surface);
  box-shadow: 0 8px 24px rgba(23, 63, 53, 0.04);
}
#content.eqw-page .eqw-share-intro {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1 1 280px;
  min-width: 0;
}
#content.eqw-page .eqw-share-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: var(--eqw-gold);
  background: var(--eqw-soft);
}
#content.eqw-page .eqw-share svg {
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#content.eqw-page .eqw-share h2 {
  font:
    700 20px/1.7 Tahoma,
    Arial,
    sans-serif;
  color: var(--eqw-ink);
  text-align: right;
  margin: 0 0 3px;
  padding: 0;
  background: none;
  border: 0;
}
#content.eqw-page .eqw-share p {
  color: var(--eqw-muted);
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
}
#content.eqw-page .eqw-share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid #173f36;
  border-radius: 12px;
  background: #173f36;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(23, 63, 53, 0.13);
}
#content.eqw-page .eqw-share-button:hover {
  background: #22574a;
}
#content.eqw-page .eqw-share-button:disabled {
  opacity: 0.65;
  cursor: wait;
}
html[data-theme="dark"] #content.eqw-page .eqw-share-button {
  background: #d6b86f;
  color: #14291f;
  border-color: #d6b86f;
  box-shadow: none;
}
html[data-theme="dark"] #content.eqw-page .eqw-share-button:hover {
  background: #e6ca88;
}
#content.eqw-page .eqw-share-description {
  width: 100%;
  font-size: 12px;
}
#content.eqw-page .eqw-share-options {
  flex: 1 1 100%;
  width: 100%;
  border-top: 1px solid var(--eqw-line);
  padding-top: 12px;
}
#content.eqw-page .eqw-share-options summary {
  padding: 8px 0;
  min-height: 40px;
  font-size: 13px;
  font-weight: 700;
  color: var(--eqw-link);
}
#content.eqw-page .eqw-share-preview {
  padding: 12px 14px;
  margin: 10px 0 14px;
  border-radius: 10px;
  background: var(--eqw-soft);
}
#content.eqw-page .eqw-share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#content.eqw-page .eqw-share-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 18px;
  border: 1px solid var(--eqw-line);
  border-radius: 9px;
  background: var(--eqw-soft);
  font-size: 14px;
}
#content.eqw-page #eqw-share-manual {
  margin-top: 14px;
}
#content.eqw-page #eqw-share-manual label {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
  color: var(--eqw-ink);
}
#content.eqw-page #eqw-share-text {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 140px;
  font:
    14px/1.9 Tahoma,
    Arial,
    sans-serif;
  padding: 12px;
  background: var(--eqw-surface);
  color: var(--eqw-ink);
  border: 1px solid var(--eqw-line);
  border-radius: 9px;
  resize: vertical;
}
#content.eqw-page #eqw-share-status {
  width: 100%;
  font-size: 13px;
  color: var(--eqw-link);
}
#eqw-dialog {
  position: fixed;
  inset: 0;
  margin: auto;
  box-sizing: border-box;
  width: 460px;
  max-width: calc(100% - 32px);
  max-height: 85vh;
  overflow: auto;
  padding: 26px;
  color: var(--eq-theme-text, #1d332c);
  background: var(--eq-theme-surface, #fff);
  border: 1px solid var(--eq-theme-border, #d9e2da);
  border-radius: 16px;
  font:
    16px/1.8 Tahoma,
    Arial,
    sans-serif;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.22);
}
#eqw-dialog:not([open]) {
  display: none;
}
#eqw-dialog::backdrop {
  background: rgba(7, 24, 19, 0.65);
}
#eqw-dialog h2 {
  font-size: 20px;
  line-height: 1.8;
  margin: 0 0 6px;
}
#eqw-dialog p {
  font-size: 14px;
  margin: 0 0 18px;
  color: var(--eq-theme-muted, #607169);
}
#eqw-dialog .eqw-dialog-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#eqw-dialog a {
  display: block;
  min-height: 46px;
  padding: 10px 15px;
  background: var(--eq-theme-surface-2, #f1f5f0);
  border: 1px solid var(--eq-theme-border, #d9e2da);
  border-radius: 8px;
  color: var(--eq-theme-text, #1d332c);
  text-decoration: none;
}
#eqw-dialog a:hover {
  text-decoration: underline;
}
#eqw-dialog button {
  display: block;
  margin: 18px auto 0;
  min-height: 44px;
  padding: 9px 20px;
  font: inherit;
  cursor: pointer;
  border: 1px solid var(--eq-theme-border, #d9e2da);
  border-radius: 8px;
  color: var(--eq-theme-text, #1d332c);
  background: var(--eq-theme-surface, #fff);
}
@media (max-width: 680px) {
  body.eqw-body #content.eqw-page {
    padding: 22px 12px 35px;
    --eqw-font-size: 18px;
  }
  #content.eqw-page .eqw-breadcrumb {
    font-size: 11px;
    gap: 6px;
    margin-bottom: 15px;
  }
  #content.eqw-page .eqw-heading {
    font-size: 23px;
    line-height: 1.75;
    margin-bottom: 16px;
  }
  #content.eqw-page .eqw-actions {
    gap: 7px;
    margin-bottom: 17px;
  }
  #content.eqw-page .eqw-action,
  #content.eqw-page .eqw-listen > summary {
    font-size: 12px;
    padding: 10px 11px;
    gap: 7px;
  }
  #content.eqw-page .eqw-controls {
    padding: 12px;
    gap: 13px;
  }
  #content.eqw-page .eqw-surah {
    flex: 1 1 155px;
    min-width: 0;
  }
  #content.eqw-page .eqw-search {
    order: 3;
    flex-basis: 100%;
  }
  #content.eqw-page .eqw-font-tools span {
    display: none;
  }
  #content.eqw-page .eqw-table-note {
    font-size: 12px;
    margin-bottom: 12px;
  }
  #content.eqw-page .eqw-pager {
    font-size: 12px;
    gap: 6px;
  }
  #content.eqw-page .eqw-pager a {
    padding: 8px 10px;
  }
  #content.eqw-page .eqw-original {
    border-radius: 11px;
    padding-top: 14px;
  }
  #content.eqw-page .eqw-original td,
  #content.eqw-page .eqw-original th {
    padding: 12px 9px !important;
    line-height: 1.95 !important;
  }
  #content.eqw-page .eqw-original td:first-child,
  #content.eqw-page .eqw-original th:first-child {
    width: 68px !important;
    padding: 9px 5px !important;
  }
  #content.eqw-page .eqw-original td:nth-child(2),
  #content.eqw-page .eqw-original th:nth-child(2) {
    width: 32% !important;
  }
  #content.eqw-page .eqw-original th {
    font-size: 13px !important;
  }
  #content.eqw-page .eqw-original .Section1 > p:first-child {
    font-size: 13px !important;
    margin-bottom: 14px !important;
  }
  #content.eqw-page .eqw-verse-link {
    font-size: 16px;
    min-width: 40px;
    min-height: 56px;
  }
  #content.eqw-page .eqw-related {
    padding: 16px;
    margin-top: 18px;
  }
  #content.eqw-page .eqw-related h2 {
    font-size: 17px;
  }
  #content.eqw-page .eqw-related-links {
    gap: 7px;
  }
  #content.eqw-page .eqw-related-links a {
    font-size: 12px;
    padding: 9px 11px;
  }
  #content.eqw-page .eqw-share {
    padding: 18px;
    gap: 13px;
  }
  #content.eqw-page .eqw-share-intro {
    flex-basis: 100%;
  }
  #content.eqw-page .eqw-share h2 {
    font-size: 18px;
  }
  #content.eqw-page .eqw-share p {
    font-size: 13px;
  }
  #content.eqw-page .eqw-share-button {
    width: 100%;
    font-size: 14px;
  }
}
@media print {
  #header,
  #footer,
  .eq-back-to-top,
  .eqw-skip,
  #eqw-dialog,
  #content.eqw-page .eqw-controls,
  #content.eqw-page .eqw-actions,
  #content.eqw-page .eqw-table-note,
  #content.eqw-page .eqw-related,
  #content.eqw-page .eqw-pager,
  #content.eqw-page .eqw-share,
  #content.eqw-page .eqw-empty {
    display: none !important;
  }
  body.eqw-body #content.eqw-page {
    padding: 0;
    margin: 0;
    max-width: none;
    --eqw-surface: #fff;
    --eqw-ink: #000;
    --eqw-soft: #fff;
    --eqw-line: #bbb;
    --eqw-link: #000;
    --eqw-muted: #222;
    --eqw-font-size: 14px;
  }
  #content.eqw-page .eqw-original tr[hidden] {
    display: table-row !important;
  }
  #content.eqw-page .eqw-original tr {
    break-inside: avoid;
  }
  #content.eqw-page .eqw-verse-link {
    border: 0;
    text-decoration: none;
  }
  #content.eqw-page .eqw-verse-link::after,
  #content.eqw-page.eqw-has-tafseer-menu .eqw-verse-link::before {
    content: none;
  }
}
