.page-indicates ul {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
}

.page-indicates ul li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.571%;
  letter-spacing: 0.16px;
}

.page-indicates ul li a {
  color: #0f62fe;
}

.book-hero-area {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.book-hero-wrapper {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-title-date p {
  color: var(--text-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.571%;
  letter-spacing: 0.16px;
}

.book-hero-top .book-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 6px;
  flex-wrap: wrap;
}

.book-hero-top .chapter-title {
  color: var(--text-primary);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 128.571%;
}

.book-tags a {
  display: flex;
  padding: 3px 8px 3px 8px;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
  color: #525252;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.32px;
}

.book-hero-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.background-info-header,
.background-info-header-desktop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  cursor: pointer;
}
.background-info-header-desktop {
  display: none;
}

.background-info-header-desktop h5 {
  overflow: hidden;
  color: var(--text-primary);
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.background-content {
  padding-block: 8px;
}

.background-content p {
  color: var(--text-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.16px;
}

.books-main-wrappper {
  display: flex;
  gap: 40px;
  margin-inline: 40px;
}

.books-sidebar {
  max-width: 290px;
  position: absolute;
  left: 40px;
  z-index: 55;
  background: #fff;
}

.explore-full-books a {
  color: var(--Brand-Purple-60);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.16px;
  text-decoration: underline;
  padding-block: 11px;
  padding-right: 16px;
  display: inline-block;
}

.books-chapter-list li a {
  display: flex;
  padding: 7px 16px;
  color: var(--text-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.571%;
  letter-spacing: 0.16px;
  flex-direction: column;
  gap: 4px;
}

.books-chapter-list li a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.books-chapter-list li a.active {
  background: #eef6fa;
  box-shadow: 3px 0px 0px 0px #2f2c84 inset;
  font-weight: 500;
}

.books-chapter-list li a span {
  font-weight: 500;
}
.books-chapter-list li a:hover {
  background: #eef6fa;
}

.chapter-text-plain {
  padding-top: 24px;
  text-align: justify;
}
.book-chapter-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.book-contant-area {
  width: 100%;
  max-width: 700px;
  flex: 1;
  margin-inline: auto;
}

.books-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  width: max-content;
}

.books-actions button {
  background: transparent;
  border: none;
}

.book-chapter-action h4 {
  color: var(--text-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.books-actions .download-buttons {
  position: relative;
}

.download-buttons .download-options {
  position: absolute;
  left: 0;
  top: 120%;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 55;
}

.download-options button {
  padding: 11px 16px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
  transition: 0.3s;
  width: 100%;
  color: var(--text-secondary);
}

.download-options button:hover {
  background: #eef6fa;
}

.download-buttons:hover .download-options {
  visibility: visible;
  opacity: 1;
}

.share-books-btn {
  position: relative;
}

.share-option-wp {
  position: absolute;
  left: 0;
  top: 120%;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 55;
}

.share-books-btn:hover .share-option-wp {
  visibility: visible;
  opacity: 1;
}

.share-option-wp button {
  padding: 11px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  width: 100%;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.16px;
}

.share-option-wp button:hover {
  background: #eef6fa;
}

.sigmented-controls {
  margin-top: 24px;
}

.controls-links {
  display: flex;
  align-items: center;
  padding: 4px;
  border-radius: 12px;
  background: #f2f4f8;
  position: relative;
  z-index: 2;
}

.controls-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 4px;
  padding: 8px 16px;
  color: #a8a8a8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.16px;
  border-radius: 10px;
  min-height: 40px;
}

.controls-links a.active {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  color: var(--text-primary);
}

.view-text-content {
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.view-text-card.one-chapter-index,
.pdf-viewer.one-chapter-index {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 24px;
}

.books-actions.column-actions {
  position: absolute;
  top: 0;
  left: 100%;
  flex-direction: column;
  display: none;
  margin-left: 135px;
}

.books-actions.column-actions button {
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.16px;
}
.segmented-content {
  display: none;
  padding-top: 24px;
}

.segmented-content.active {
  display: block;
}

.pdf-layout {
  padding: 9px;
  background: #333639;
  width: 100%;
}

.pdf-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 8.189px;
}

.pdf-header .pdf-title button {
  background: transparent;
  border: none;
}

.pdf-header .pdf-title p {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10.027px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.pdf-header .pdf-title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.pdf-header .toolbar {
  display: flex;
  align-items: center;
  gap: 17px;
}

.toolbar .pdf-pages-info {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-right: 17px;
  border-right: 1px solid #717375;
}

.toolbar .pdf-pages-info input {
  width: 25px;
  text-align: center;
  border-radius: 0.716px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: none;
  font-size: 10px;
  font-weight: 600;
}

.toolbar .pdf-pages-info span {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
}

.toolbar .zoom-tools {
  display: flex;
  align-items: center;
  gap: 11.46px;
  color: #fff;
  padding-right: 17px;
  border-right: 1px solid #717375;
}

.toolbar .zoom-tools button {
  background: transparent;
  border: none;
}

.toolbar .zoom-tools .zoom-percentage {
  color: #fff;
  font-size: 10.027px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.toolbar .toolbar-other {
  display: flex;
  align-items: center;
  gap: 17px;
}

.toolbar .toolbar-other button {
  background: transparent;
  border: none;
}

.pdf-action-btns-right {
  display: flex;
  align-items: center;
  gap: 17px;
}

.pdf-action-btns-right button {
  background: transparent;
  border: none;
}

.viewer-container .page {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transform-origin: top center;
}

.viewer-container {
  width: 100%;
  height: auto;
  overflow: auto;
}

.background-info-header-desktop.active .icons {
  transform: rotate(180deg);
}
.background-info-header-desktop.active {
  border-bottom: none;
}
.current-chapter {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  background: #fff;
  gap: 14px;
  cursor: pointer;
}

.background-info-header h5 {
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.16px;
}

.background-info-header {
  padding-bottom: 30px;
  padding-top: 0px;
}

.current-chapter p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.popup-btn-close {
  background: transparent;
  border: none;
  margin-left: auto;
}

.chapter-list-wp .chapter-list {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
  margin-top: 8px;
  max-height: 60dvh;
  overflow: hidden;
  overflow-y: auto;
}

.chapter-list li a {
  display: flex;
  padding: 13px 16px;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  color: var(--text-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
}

.chapter-list li.default-option a {
  color: var(--text-primary);
}

.chapter-list span {
  flex: 1;
}

.chapter-list li svg {
  display: none;
}

.chapter-list li.active svg {
  display: block;
}

.chapter-list li.active {
  background: #e0e0e0;
  color: var(--text-primary);
}

.chpaterPopup .modal-dialog {
  height: 90%;
}

.current-chapter.active svg {
  transform: rotate(-180deg);
}

.chapter-controls-box {
  padding-top: 24px;
  border-top: 1px solid #f4f4f4;
  margin-top: 24px;
  flex-wrap: nowrap;
  gap: 36px;
}

.chapter-next-link a,
.chapter-prev-link a {
  display: inline-flex;
  padding-block: 11px;
  gap: 8px;
  align-items: center;
  letter-spacing: 0.16px;
}

.chapter-prev-link a span,
.chapter-next-link a span {
  color: var(--Brand-Purple-60);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
}

.chapter-next-link a:hover span,
.chapter-prev-link a:hover span {
  text-decoration: underline;
}

.chapter-prev-link a svg {
  min-width: 20px;
  min-height: 20px;
}

.appendices-header .icons {
  transform: rotate(180deg);
}

.appendices-header.active .icons {
  transform: rotate(0);
}

.appendices-content {
  display: none;
}

.view-original-mb-btn a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.view-original-mb-btn p {
  color: var(--text-secondary);
  text-align: center;
  font-size: 16px;
  font-style: italic;
  line-height: 24px; /* 150% */
  padding-top: 32px;
}

.view-original-mb-btn a span {
  color: var(--Brand-Purple-60);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.16px;
  text-decoration: underline;
}

.explore-full-btn {
  position: fixed;
  left: 50%;
  bottom: 36px;
  transform: translateX(-50%);
  padding-inline: 32px;
  z-index: 1000;
}

.explore-full-btn a,
.view-original-btn a {
  display: flex;
  padding: 13px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 300px;
  max-width: 100%;
  border-radius: 47px;
  background: var(--Brand-Purple-60);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.16px;
  margin: 0 auto;
}

.background-pop-hd .modal-title {
  color: #2e2c7e;
  font-weight: 500;
}

.background-pop-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.background-pop-content p {
  color: var(--text-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.16px;
}

.background-pop-content a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: var(--Brand-Purple-60);
  line-height: 125%;
}

.background-pop-content a span {
  text-decoration: underline;
}

.controls-links a.active {
  box-shadow: none;
  background: transparent;
  color: var(--text-primary);
}

.controls-links::before {
  content: "";
  display: block;
  width: 50%;
  height: calc(100% - 8px);
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: -1;
  bottom: 4px;
  border-radius: 10px;
  transition: transform 0.27s ease;
  transform: translateX(0);
}

.controls-links.right-effect::before {
  transform: translateX(calc(100% - 10px));
}

.controls-links a.active {
  background: transparent;
  color: var(--text-primary);
  font-weight: 500;
}

#BackgroundPopup .modal-header {
  border-bottom: none;
  padding-bottom: 16px;
  position: relative;
}

#BackgroundPopup .modal-content {
  max-width: 350px;
  padding: 24px 32px;
  margin-inline: auto;
}

#BackgroundPopup,
#ChapterPopup {
  background: rgba(255, 255, 255, 0.6);
}

.download-options span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  letter-spacing: 0.16px;
}

.download-buttons button:hover svg path,
.share-books-btn button:hover svg path {
  fill: var(--Brand-Purple-60);
}
.download-buttons button:hover,
.share-books-btn button:hover,
.books-actions.column-actions button:hover {
  color: var(--Brand-Purple-60);
}
.single-tab-card {
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  height: 256px;
}

.single-tab-card h4 {
  color: var(--text-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  letter-spacing: 0.32px;
}

.single-tab-card h2 {
  color: var(--text-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.single-tab-card .text {
  color: var(--text-primary);
  align-self: stretch;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  word-break: normal;
  overflow-wrap: break-word;
}

.single-tab-card:hover {
  box-shadow: 0px 0px 20px 0px rgba(82, 82, 82, 0.25);
  background-color: var(--selection-color);
}

.tags-box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}

.tags-box span {
  display: block;
  padding: 4px 8px;
  color: var(--text-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
  letter-spacing: 0.32px;
  border-radius: 12px;
}

.cyan-20 {
  background: #bae6ff;
}

.green-20 {
  background: #a7f0ba;
}

.modal-title {
  font-weight: 500;
  color: var(--Brand-Purple-60);
  font-size: 16px;
}

.explore-full-books {
  margin-bottom: 16px;
}

.explore-full-btn-overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 101px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.41) 7.21%
  );
  z-index: 999;
  pointer-events: none;
}

.related-content {
  padding-bottom: 80px;
}

.chapter-link {
  color: var(--Brand-Purple-60);
  font-size: 16px;
  padding: 11px 0;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
  letter-spacing: 0.16px;
}

.toc {
  padding-top: 24px;
}

.chapter-link a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.toc-inclusion {
  display: none;
}
.chapter-inclusion {
  display: block;
}

#chapter-title-mobile {
  display: none;
}

#book-content {
  scroll-margin-top: 154px;
}

.background-info-source {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Brand-Purple-60);
  font-size: 14px;
  font-style: normal;
  line-height: 18px; /* 128.571% */
  letter-spacing: 0.16px;
  padding: 11px 0;
}

.correspondence-date {
  padding-left: 21px;
  font-size: 14px;

  font-weight: 400;
  line-height: 18px; /* 128.571% */
  letter-spacing: 0.16px;
}

.correspondence-date-text {
  color: var(--text-secondary);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 0 12px 0;
  display: none;
}

.books-actions.medium-actions {
  display: none;
}

.books-main-area {
  padding-bottom: 40px;
}

.link-list {
  gap: 56px;
}
.link-item a {
  color: var(--Brand-Purple-60);
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 14px;
  line-height: 18px; /* 128.571% */
  letter-spacing: 0.16px;
}

.button-links {
  padding-top: 8px;
}

.view-text-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.media-wrapper {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  border-radius: 11px;
}

.media-wrapper.audio {
  height: 190px;
}

.media-wrapper.video {
  height: 186px;
}

.media-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 5.43px;
}

.download-buttons button {
  border: none;
}

.spotify-apple-mobile {
  padding-top: 12px;
  padding-bottom: 12px;
}

.modal-content p {
  padding-top: 5px;
  padding-bottom: 5px;
}

.current-chapter svg path {
  fill: var(--Brand-Purple-60);
}

.swiper {
  overflow: unset;
}

.swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.swiper-slide {
  flex-shrink: 0;
  height: auto;
}

.related-slider-pagination {
  margin-top: 12px;
  text-align: center;
}

.swiper-pagination-bullet {
  background: #e0e0e0;
  opacity: 1;
  width: 13px;
  height: 13px;
}
.swiper-pagination-bullet-active {
  background: #8d8d8d;
}

.related-content-area {
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden;
}

.section-title h4 {
  color: var(--Brand-Purple-60);
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  letter-spacing: 0.16px;
  font-size: 16px;
  text-align: center;
}

.related-tab-content {
  padding-top: 24px;
}

/*===========================
 RESPONSIVE CODE HARE
============================= */

@media screen and (min-width: 1900px) {
  .books-sidebar {
    left: 190px;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .books-main-wrappper {
    padding-left: 130px;
  }

  .book-hero-area {
    padding-left: 130px;
  }
}

@media screen and (min-width: 1281px) {
  .books-actions.column-actions {
    display: flex;
  }

  .related-content-area .container {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  /*========= book page ========= */
  .books-sidebar {
    max-width: 250px;
  }
  .books-main-wrappper {
    gap: 30px;
  }
  .download-buttons .download-options {
    left: unset;
    right: 0;
  }
  .share-option-wp {
    left: unset;
    right: 0;
  }
  .book-hero-wrapper {
    margin-left: 155px;
    margin-right: 0;
    padding-left: 65px;
  }
  .book-hero-wrapper.one-chapter-index {
    margin: 0;
    padding: 0;
  }
  .book-contant-area {
    width: 100%;
    max-width: 630px;
    flex: 1;
    margin-inline: auto;
  }
  .books-main-area {
    padding-left: 222px;
  }
  .books-main-area.one-chapter-index {
    padding-left: 0;
  }
  .single-tab-card p {
    -webkit-line-clamp: 3;
  }
  .books-actions.medium-actions {
    display: flex;
  }
}

@media screen and (min-width: 801px) and (max-width: 1023px) {
  .books-sidebar {
    display: none;
  }
  .books-main-wrappper {
    gap: 30px;
  }
  .download-buttons .download-options {
    left: unset;
    right: 0;
  }
  .share-option-wp {
    left: unset;
    right: 0;
  }
  .book-chapter-action h4 {
    font-size: 16px;
  }
  .pdf-header .pdf-title {
    gap: 10px;
  }
  .toolbar .pdf-pages-info {
    padding-right: 10px;
  }
  .toolbar .zoom-tools {
    padding-right: 10px;
  }
  .book-hero-wrapper {
    padding-inline: 0;
  }
  .background-info-header {
    gap: 4px;
  }
  .page-indicates {
    display: none;
  }
  .book-hero-area {
    padding: 25px 0;
  }
  .view-text-content {
    gap: 15px;
  }

  .book-contant-area {
    max-width: 700px;
    margin-inline: auto;
  }

  .books-actions.medium-actions {
    display: flex;
  }
}

.media-block {
  padding-top: 24px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 800px) {
  .modal-dialog {
    width: 340px;
  }
  .modal-title {
    text-transform: unset;
  }

  .modal-content p {
    font-size: 16px;
    line-height: 24px; /* 150% */
  }

  .modal-content svg {
    min-width: 24px;
    min-height: 24px;
  }
  .modal-content svg path {
    fill: var(--Brand-Purple-60) !important;
  }

  #view-original {
    display: none;
  }
  .correspondence-date-text {
    display: block;
  }
  .view-text-content {
    font-size: 18px;
    line-height: 28px;
  }
  .pdf-header .pdf-title p {
    display: none;
  }
  .book-hero-wrapper {
    padding-inline: 32px;
  }
  .book-hero-top .chapter-title {
    font-size: 21px;
    line-height: 129.935%;
  }
  .book-chapter-action {
    flex-direction: column;
  }
  .book-chapter-action h4 {
    font-size: 15px;
    text-align: center;
  }
  .toolbar .toolbar-other {
    display: none;
  }
  .download-buttons .download-options {
    left: unset;
    right: -75px;
  }
  .about-rabbi-lamm {
    padding-inline: 0;
  }
  .about-inner-content {
    padding-top: 15px;
  }
  .book-hero-area {
    padding-top: 20px;
  }

  .books-sidebar {
    display: none;
  }
  .books-main-wrappper {
    gap: 30px;
  }
  .download-buttons .download-options {
    left: unset;
    right: 0;
  }
  .share-option-wp {
    left: unset;
    right: 0;
  }
  .pdf-header .pdf-title {
    gap: 10px;
  }
  .toolbar .pdf-pages-info {
    padding-right: 10px;
  }
  .toolbar .zoom-tools {
    padding-right: 10px;
  }
  .book-hero-wrapper {
    padding-inline: 50px;
    gap: 15px;
  }
  .background-info-header {
    justify-content: center;
    gap: 4px;
  }
  .background-content {
    display: none !important;
  }
  .page-indicates {
    display: none;
  }
  .view-text-content {
    gap: 15px;
  }
  .book-chapter-action {
    display: none;
  }
  .book-chapter-action h4 {
    font-size: 15px;
  }
  .sigmented-controls {
    display: none;
  }

  .single-tab-card {
    max-height: 100% !important;
  }
  .chapter-controls-box {
    gap: 15px;
  }
}

@media screen and (min-width: 1541px) {
  .book-contant-area,
  .book-hero-wrapper {
    max-width: 800px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1540px) {
  .books-sidebar {
    width: 290px;
    padding-bottom: 20px;
    position: absolute;
    left: 50%;
    z-index: 55;
    background: #fff;
    transform: translateX(-50%);
    margin-left: -540px;
  }
}
@media screen and (min-width: 1650px) {
  .books-sidebar {
    width: 290px;
    padding-bottom: 20px;
    position: absolute;
    left: 50%;
    z-index: 55;
    background: #fff;
    transform: translateX(-50%);
    margin-left: -625px;
  }
}

@media (min-width: 1024px) {
  .download-options button#download-btn-to-be-hidden,
  .download-options button#print-chapter-to-be-hidden {
    display: none;
  }
  .toc-inclusion {
    display: block;
  }
  .chapter-inclusion {
    display: none;
  }
}

@media (min-width: 801px) {
  .media-wrapper.audio {
    height: 176px;
  }

  .media-wrapper.video {
    height: 397px;
  }
  .media-wrapper iframe {
    border-radius: 11.553px;
  }

  .spotify-apple-mobile {
    display: none;
  }

  .media-block {
    padding-top: 40px;
  }

  .background-info-header-desktop {
    display: flex;
    border-bottom: 1px solid var(--Default-Gray-10);
  }
  .view-original-mb-btn,
  .explore-full-btn,
  .explore-full-btn-overlay {
    display: none;
  }

  .book-hero-top .chapter-title {
    font-size: 26px;
    line-height: 36px;
  }

  .chapter-prev-link a span,
  .chapter-next-link a span {
    line-height: 18px;
  }
  .book-hero-wrapper.one-chapter-index,
  .book-contant-area.one-chapter-index {
    max-width: 700px;
  }

  .related-content-area {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .section-title h4 {
    line-height: 36px;
    text-align: start;
  }

  .related-tab-content {
    padding-top: 16px;
  }

  .related-content-area .container {
    max-width: unset;
  }
}

@media (max-width: 1024px) {
  #chapter-title {
    display: none;
  }
  #chapter-title-mobile {
    display: inline;
  }
}

