/* 11-betterdocs-single-docs.css | Drug Law India split CSS | generated from cleaned production CSS */
/* ==================================================
   Drug Law India - BetterDocs Single Document Pages
   FINAL CSS
   Individual /notes/... BetterDocs pages only

   Desktop + Tablet:
   - Left category sidebar + main reading area
   - Desktop/tablet Table of Contents hidden
   - Better use of horizontal reading space

   Mobile:
   - Native BetterDocs View Categories + TOC navigation preserved
   - No custom JavaScript required
================================================== */


/* --------------------------------------------------
   1. Base
-------------------------------------------------- */

body.single-docs {
  background: #f8fafc;
  color: #1f2937;
}

body.single-docs .betterdocs-wrapper,
body.single-docs .betterdocs-single-wrapper,
body.single-docs .betterdocs-fluid-wrapper {
  max-width: 1500px;
  margin: 0 auto;
  padding: 18px 10px 54px;
  background: transparent !important;
}


/* --------------------------------------------------
   2. Desktop + Tablet Layout
   769px and above = sidebar + content
-------------------------------------------------- */

@media (min-width: 769px) {

  body.single-docs .betterdocs-content-wrapper {
    display: grid !important;
    grid-template-columns: 260px minmax(0, 1fr) !important;
    gap: 0 !important;
    align-items: start;
    padding: 0 !important;
    border: 1px solid rgba(15, 118, 110, 0.12);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.07);
    overflow: hidden;
  }

  /* Hide TOC on desktop and tablet */
  body.single-docs #betterdocs-sidebar-right,
  body.single-docs .betterdocs-full-sidebar-right,
  body.single-docs .right-sidebar-toc-container,
  body.single-docs .betterdocs-toc {
    display: none !important;
  }

  /* Hide native mobile buttons on desktop/tablet */
  body.single-docs .betterdocs-mobile-nav,
  body.single-docs .betterdocs-sidebar-icon,
  body.single-docs .betterdocs-toc-icon,
  body.single-docs .betterdocs-toc-trigger {
    display: none !important;
  }

  /* Left sidebar visible on desktop/tablet */
  body.single-docs #betterdocs-full-sidebar-left,
  body.single-docs .betterdocs-full-sidebar-left {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: #ffffff !important;
    min-width: 0;
  }

  body.single-docs #betterdocs-full-sidebar-left .betterdocs-sidebar-content,
  body.single-docs .betterdocs-full-sidebar-left .betterdocs-sidebar-content {
    position: sticky;
    top: 92px;
    max-height: calc(100vh - 112px);
    overflow-y: auto;
    padding: 12px 10px !important;
    border: 0 !important;
    border-right: 1px solid rgba(15, 118, 110, 0.13) !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    opacity: 1 !important;
  }
}


/* Wider desktop */
@media (min-width: 1500px) {
  body.single-docs .betterdocs-wrapper,
  body.single-docs .betterdocs-single-wrapper,
  body.single-docs .betterdocs-fluid-wrapper {
    max-width: 1560px !important;
  }

  body.single-docs .betterdocs-content-wrapper {
    grid-template-columns: 275px minmax(0, 1fr) !important;
  }
}


/* Smaller tablet / small laptop */
@media (min-width: 769px) and (max-width: 1180px) {
  body.single-docs .betterdocs-content-wrapper {
    grid-template-columns: 235px minmax(0, 1fr) !important;
  }
}


/* --------------------------------------------------
   3. Main Content Area
-------------------------------------------------- */

body.single-docs .docs-content-full-main,
body.single-docs .betterdocs-content-area {
  min-width: 0;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.single-docs .betterdocs-content-inner-area {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff;
  box-shadow: none !important;
  overflow: hidden;
}

body.single-docs .betterdocs-content,
body.single-docs .betterdocs-entry-content {
  padding: 0 !important;
  margin: 0 !important;
}


/* --------------------------------------------------
   4. Main Title Area
-------------------------------------------------- */

body.single-docs .betterdocs-entry-header {
  margin: 0 !important;
  padding: 30px 32px 28px !important;
  background:
    linear-gradient(135deg, rgba(11, 37, 69, 0.98), rgba(15, 118, 110, 0.93)),
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.20), transparent 42%);
  border-bottom: 0 !important;
  border-radius: 0 !important;
}

body.single-docs .betterdocs-entry-header::before {
  content: "Drug Law India Notes";
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #f8fafc;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.single-docs .betterdocs-entry-title {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(30px, 3.3vw, 43px) !important;
  line-height: 1.14 !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em;
}

body.single-docs .betterdocs-entry-header .update-date,
body.single-docs .betterdocs-entry-header .betterdocs-entry-meta,
body.single-docs .betterdocs-entry-header .betterdocs-estimated-reading-time {
  margin-top: 13px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}


/* --------------------------------------------------
   5. Reading Typography
-------------------------------------------------- */

body.single-docs .betterdocs-entry-content {
  padding: 30px 34px 36px !important;
  color: #263445;
  font-size: 16.8px;
  line-height: 1.7;
}

body.single-docs .betterdocs-entry-content p {
  margin: 0 0 0.95em !important;
  color: #334155;
  font-size: 16.8px;
  line-height: 1.7;
  font-weight: 400;
}

body.single-docs .betterdocs-entry-content strong,
body.single-docs .betterdocs-entry-content b {
  color: #0b2545;
  font-weight: 650;
}

body.single-docs .betterdocs-entry-content a {
  color: #0f766e;
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.single-docs .betterdocs-entry-content a:hover {
  color: #0b2545;
}


/* Headings */
body.single-docs .betterdocs-entry-content h2,
body.single-docs .betterdocs-entry-content h3,
body.single-docs .betterdocs-entry-content h4 {
  scroll-margin-top: 110px;
  color: #0b2545;
  letter-spacing: -0.025em;
}

body.single-docs .betterdocs-entry-content h2 {
  margin: 1.9em 0 0.65em !important;
  padding: 0 0 7px 13px !important;
  border-left: 4px solid #0f766e;
  border-bottom: 1px solid rgba(15, 118, 110, 0.14);
  background: transparent !important;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.25;
  font-weight: 750;
}

body.single-docs .betterdocs-entry-content h3 {
  margin: 1.45em 0 0.55em !important;
  padding: 0 !important;
  background: transparent !important;
  font-size: clamp(21px, 2vw, 25px);
  line-height: 1.3;
  font-weight: 720;
}

body.single-docs .betterdocs-entry-content h4 {
  margin: 1.2em 0 0.5em !important;
  padding: 0 !important;
  background: transparent !important;
  color: #0f3a5f;
  font-size: 18.5px;
  line-height: 1.34;
  font-weight: 700;
}


/* Lists */
body.single-docs .betterdocs-entry-content ul,
body.single-docs .betterdocs-entry-content ol {
  margin: 0 0 1.05em 1.2em !important;
  padding-left: 1.05em !important;
  color: #334155;
}

body.single-docs .betterdocs-entry-content li {
  margin-bottom: 0.38em;
  line-height: 1.62;
  font-weight: 400;
}

body.single-docs .betterdocs-entry-content li::marker {
  color: #0f766e;
  font-weight: 700;
}

body.single-docs .betterdocs-entry-content hr {
  margin: 26px 0;
  border: 0;
  border-top: 1px solid rgba(15, 118, 110, 0.14);
}


/* Blockquote */
body.single-docs .betterdocs-entry-content blockquote {
  margin: 22px 0;
  padding: 17px 20px;
  border-left: 4px solid #d4af37;
  border-radius: 14px;
  background: #fffbeb;
  color: #334155;
  box-shadow: none;
}

body.single-docs .betterdocs-entry-content blockquote p:last-child {
  margin-bottom: 0 !important;
}


/* --------------------------------------------------
   6. Tables
-------------------------------------------------- */

body.single-docs .betterdocs-entry-content .wp-block-table,
body.single-docs .betterdocs-entry-content figure.wp-block-table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 22px 0;
}

body.single-docs .betterdocs-entry-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 22px 0;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
  font-size: 15px;
  line-height: 1.55;
  box-shadow: none;
}

body.single-docs .betterdocs-entry-content thead,
body.single-docs .betterdocs-entry-content table tr:first-child {
  background: transparent !important;
  color: inherit !important;
}

body.single-docs .betterdocs-entry-content th {
  padding: 12px 14px;
  background: #f0fdfa !important;
  color: #0b2545 !important;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid rgba(15, 118, 110, 0.18);
  vertical-align: top;
}

body.single-docs .betterdocs-entry-content td {
  padding: 11px 14px;
  color: #334155 !important;
  border-bottom: 1px solid rgba(15, 118, 110, 0.10);
  vertical-align: top;
  background: #ffffff !important;
}

body.single-docs .betterdocs-entry-content tbody tr:nth-child(even) td {
  background: #f8fafc !important;
}

body.single-docs .betterdocs-entry-content tr:last-child td {
  border-bottom: 0;
}


/* --------------------------------------------------
   7. PDF / Embed / Presentation Handling
-------------------------------------------------- */

body.single-docs .betterdocs-entry-content iframe,
body.single-docs .betterdocs-entry-content object,
body.single-docs .betterdocs-entry-content embed {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 680px;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

body.single-docs .betterdocs-entry-content iframe[src*=".pdf"],
body.single-docs .betterdocs-entry-content object[type="application/pdf"],
body.single-docs .betterdocs-entry-content embed[type="application/pdf"],
body.single-docs .betterdocs-entry-content .pdfemb-viewer,
body.single-docs .betterdocs-entry-content .pdf-embedder-viewer {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 78vh !important;
  height: 78vh !important;
  border-radius: 16px;
  overflow: hidden;
}

body.single-docs .betterdocs-entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

body.single-docs .betterdocs-entry-content figure {
  margin: 24px 0;
}

body.single-docs .betterdocs-entry-content figcaption {
  margin-top: 8px;
  color: #64748b;
  font-size: 14px;
  text-align: center;
}


/* --------------------------------------------------
   8. Sidebar Shared Styling
   Styling only. No mobile open/close override.
-------------------------------------------------- */

body.single-docs .betterdocs-searchform,
body.single-docs .betterdocs-advance-searchform {
  border: 1px solid rgba(15, 118, 110, 0.15) !important;
  border-radius: 12px !important;
  background: #f8fafc !important;
  box-shadow: none !important;
}

body.single-docs .betterdocs-searchform-input-wrap {
  min-height: 42px;
  padding: 0 10px;
}

body.single-docs .betterdocs-category-grid-wrapper,
body.single-docs .betterdocs-category-grid-inner-wrapper {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

body.single-docs .betterdocs-sidebar .betterdocs-single-category-wrapper {
  margin: 0 0 7px !important;
  padding: 0 !important;
  border: 1px solid rgba(15, 118, 110, 0.08) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  overflow: hidden;
}

body.single-docs .betterdocs-sidebar .betterdocs-category-header,
body.single-docs .betterdocs-sidebar .betterdocs-category-header-inner {
  background: transparent !important;
}

body.single-docs .betterdocs-sidebar .betterdocs-category-header-inner {
  display: flex !important;
  align-items: center;
  gap: 8px;
  padding: 9px 9px !important;
}

body.single-docs .betterdocs-sidebar .betterdocs-category-icon,
body.single-docs .betterdocs-sidebar .betterdocs-folder-icon {
  flex: 0 0 30px !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
}

body.single-docs .betterdocs-sidebar .betterdocs-category-folder-img {
  width: 28px !important;
  height: 28px !important;
  object-fit: contain !important;
  border-radius: 7px;
}

body.single-docs .betterdocs-sidebar .betterdocs-category-title {
  flex: 1 1 auto !important;
  min-width: 0;
  margin: 0 !important;
  color: #0b2545 !important;
  font-size: 13.5px !important;
  line-height: 1.28 !important;
  font-weight: 650 !important;
  white-space: normal !important;
  word-break: normal !important;
}

body.single-docs .betterdocs-sidebar .betterdocs-category-items-counts,
body.single-docs .betterdocs-sidebar .betterdocs-sub-category-items-counts {
  flex: 0 0 auto;
  min-width: 23px;
  height: 21px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.10) !important;
  color: #0f766e !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

body.single-docs .betterdocs-sidebar .betterdocs-body {
  padding: 0 8px 9px !important;
  background: transparent !important;
}

body.single-docs .betterdocs-sidebar .betterdocs-articles-list {
  width: 100% !important;
  margin: 4px 0 0 !important;
  padding: 7px 0 0 !important;
  border-top: 1px solid rgba(15, 118, 110, 0.10);
  list-style: none !important;
}

body.single-docs .betterdocs-sidebar .betterdocs-articles-list li {
  display: block !important;
  width: 100% !important;
  padding: 6px 7px !important;
  margin: 0 0 2px !important;
  border-radius: 8px;
}

body.single-docs .betterdocs-sidebar .betterdocs-articles-list li svg,
body.single-docs .betterdocs-sidebar .betterdocs-articles-list li > span,
body.single-docs .betterdocs-sidebar .betterdocs-articles-list li .betterdocs-article-icon {
  display: none !important;
}

body.single-docs .betterdocs-sidebar .betterdocs-articles-list li a {
  display: block !important;
  color: #334155 !important;
  font-size: 13px !important;
  line-height: 1.38 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  white-space: normal !important;
  word-break: normal !important;
}

body.single-docs .betterdocs-sidebar .betterdocs-articles-list li:hover {
  background: #f8fafc !important;
}

body.single-docs .betterdocs-sidebar .betterdocs-articles-list li a:hover {
  color: #0f766e !important;
}


/* --------------------------------------------------
   9. Footer / Reactions / Social Share
-------------------------------------------------- */

body.single-docs .betterdocs-entry-footer {
  margin: 0 !important;
  padding: 0 34px 32px !important;
  background: #ffffff;
}

body.single-docs .betterdocs-article-reactions,
body.single-docs .betterdocs-article-reactions-box {
  margin-top: 22px !important;
  padding: 16px !important;
  border: 1px solid rgba(15, 118, 110, 0.12) !important;
  border-radius: 16px !important;
  background: #f8fafc !important;
  box-shadow: none !important;
}

body.single-docs .betterdocs-social-share,
body.single-docs .betterdocs-social-share-links {
  margin-top: 18px !important;
  padding: 16px !important;
  border: 1px solid rgba(15, 118, 110, 0.12) !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.single-docs .betterdocs-tags,
body.single-docs .betterdocs-tags-print {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

body.single-docs .betterdocs-tags a,
body.single-docs .betterdocs-tags-print a {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.10);
  color: #0f766e !important;
  font-size: 12.5px;
  font-weight: 650;
  text-decoration: none !important;
}

body.single-docs .betterdocs-credit {
  display: none !important;
}


/* --------------------------------------------------
   10. Mobile Only
   768px and below = native BetterDocs mobile nav preserved
-------------------------------------------------- */

@media (max-width: 768px) {

  body.single-docs {
    background: #ffffff;
  }

  body.single-docs .betterdocs-wrapper,
  body.single-docs .betterdocs-single-wrapper,
  body.single-docs .betterdocs-fluid-wrapper {
    padding: 12px 8px 42px !important;
  }

  body.single-docs .betterdocs-content-wrapper {
    display: block !important;
    position: relative !important;
    padding: 8px !important;
    border: 1px solid rgba(15, 118, 110, 0.12);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: none;
    overflow: visible !important;
  }

  body.single-docs .betterdocs-content-inner-area {
    max-width: 100%;
  }

  /* Native BetterDocs mobile buttons.
     Keep this relative so the opened category/TOC panel is not covered. */
  body.single-docs .betterdocs-mobile-nav {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    top: auto !important;
    z-index: 5 !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    width: 100% !important;
    padding: 10px !important;
    margin: 0 0 14px !important;
    border: 1px solid rgba(15, 118, 110, 0.12) !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08) !important;
  }

  body.single-docs .betterdocs-sidebar-icon,
  body.single-docs .betterdocs-toc-icon {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    min-height: 42px !important;
    padding: 8px 14px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #0b2545 !important;
    border: 1px solid rgba(15, 118, 110, 0.16) !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
  }

  body.single-docs #betterdocs-full-sidebar-left,
  body.single-docs .betterdocs-full-sidebar-left,
  body.single-docs #betterdocs-sidebar-right,
  body.single-docs .betterdocs-full-sidebar-right,
  body.single-docs .right-sidebar-toc-container {
    z-index: 9999 !important;
  }

  body.single-docs .betterdocs-sidebar-content,
  body.single-docs .betterdocs-toc {
    background: #ffffff !important;
    border-radius: 18px !important;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.18) !important;
    opacity: 1 !important;
  }

  /* TOC appearance when BetterDocs opens it */
  body.single-docs .betterdocs-toc .toc-title {
    display: block;
    margin: 0 0 10px !important;
    padding: 0 0 9px !important;
    border-bottom: 1px solid rgba(15, 118, 110, 0.12);
    color: #0b2545 !important;
    font-size: 15px;
    font-weight: 750;
  }

  body.single-docs .betterdocs-toc ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.single-docs .betterdocs-toc li a {
    display: block;
    padding: 7px 0 7px 9px;
    border-left: 3px solid transparent;
    color: #475569 !important;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    text-decoration: none !important;
  }

  body.single-docs .betterdocs-toc li a:hover {
    color: #0f766e !important;
    border-left-color: #0f766e;
    background: rgba(15, 118, 110, 0.05);
    border-radius: 7px;
  }

  body.single-docs .betterdocs-entry-header {
    padding: 26px 20px 24px !important;
  }

  body.single-docs .betterdocs-entry-title {
    font-size: 27px !important;
    line-height: 1.18 !important;
  }

  body.single-docs .betterdocs-entry-content {
    padding: 24px 15px 30px !important;
    font-size: 16px;
    line-height: 1.68;
  }

  body.single-docs .betterdocs-entry-content p {
    font-size: 16px;
    line-height: 1.68;
  }

  body.single-docs .betterdocs-entry-content h2 {
    margin-top: 1.65em !important;
    font-size: 23px;
  }

  body.single-docs .betterdocs-entry-content h3 {
    font-size: 20px;
  }

  body.single-docs .betterdocs-entry-content h4 {
    font-size: 18px;
  }

  body.single-docs .betterdocs-entry-content ul,
  body.single-docs .betterdocs-entry-content ol {
    margin-left: 0.7em !important;
    padding-left: 1em !important;
  }

  /* Mobile tables: no huge forced width */
  body.single-docs .betterdocs-entry-content table {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    table-layout: auto !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  body.single-docs .betterdocs-entry-content th,
  body.single-docs .betterdocs-entry-content td {
    padding: 9px 8px !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    font-size: 13.8px !important;
  }

  body.single-docs .betterdocs-entry-content iframe,
  body.single-docs .betterdocs-entry-content object,
  body.single-docs .betterdocs-entry-content embed {
    min-height: 70vh;
    height: 70vh;
    border-radius: 14px;
  }

  body.single-docs .betterdocs-entry-footer {
    padding: 0 15px 28px !important;
  }
}


/* --------------------------------------------------
   11. Small Mobile
-------------------------------------------------- */

@media (max-width: 480px) {

  body.single-docs .betterdocs-entry-header {
    padding: 24px 16px 22px !important;
  }

  body.single-docs .betterdocs-entry-title {
    font-size: 24px !important;
  }

  body.single-docs .betterdocs-entry-content {
    padding: 22px 15px 28px !important;
  }

  body.single-docs .betterdocs-entry-content,
  body.single-docs .betterdocs-entry-content p {
    font-size: 15.8px;
  }

  body.single-docs .betterdocs-entry-content table {
    font-size: 13.2px !important;
  }

  body.single-docs .betterdocs-entry-content th,
  body.single-docs .betterdocs-entry-content td {
    padding: 8px 6px !important;
    font-size: 13.2px !important;
  }

  body.single-docs .betterdocs-entry-content iframe,
  body.single-docs .betterdocs-entry-content object,
  body.single-docs .betterdocs-entry-content embed {
    min-height: 68vh;
    height: 68vh;
  }
}


/* --------------------------------------------------
   12. Print Cleanup
-------------------------------------------------- */

@media print {

  body.single-docs {
    background: #ffffff !important;
  }

  body.single-docs .betterdocs-full-sidebar-left,
  body.single-docs .betterdocs-full-sidebar-right,
  body.single-docs .betterdocs-sidebar,
  body.single-docs .betterdocs-toc,
  body.single-docs .betterdocs-mobile-nav,
  body.single-docs .betterdocs-entry-footer,
  body.single-docs .betterdocs-print-pdf {
    display: none !important;
  }

  body.single-docs .betterdocs-content-wrapper {
    display: block !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  body.single-docs .betterdocs-content-inner-area {
    max-width: 100%;
    border: 0;
    box-shadow: none;
  }

  body.single-docs .betterdocs-entry-header {
    background: #ffffff !important;
    color: #000000 !important;
    padding: 0 0 20px !important;
  }

  body.single-docs .betterdocs-entry-header::before {
    display: none !important;
  }

  body.single-docs .betterdocs-entry-title {
    color: #000000 !important;
  }

  body.single-docs .betterdocs-entry-content {
    padding: 0 !important;
    font-size: 12pt;
    line-height: 1.5;
  }
}
