p {
  margin-bottom: 10px !important;
}
.breadcrumb-section nav ol {
  font-size: 16px;
}
.reportPremiumDetaislNew p {
  color: #02161d !important;
}
.report-body table ul li {
  color: #4a4e56 !important;
}
.pricePlanContentDiv {
  font-size: 16px;
}
.downloadLinkBtnFour {
  font-size: 16px;
}
.report-body h2 {
  font-size: 18px !important;
}
.report-body p {
  font-size: 16px !important;
}
.downloadLinkBtn strong,
.downloadLinkBtnThree strong {
  font-size: 18px !important;
}
.print-table div div {
  font-size: 18px !important;
}
.print-table table {
  font-size: 16px !important;
}
.print-table table tbody tr td:nth-child(1) {
  color: #4a4e56 !important;
}
.report-body p strong {
  font-size: 16px !important;
  margin-bottom: 12px !important;
}
.report-body ul li {
  font-size: 16px !important;
  color: #02161d !important;
}
.report-body h4 {
  font-size: 18px !important;
}
p#top_sample {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .breadcrumb-section nav ol {
    font-size: 14px;
  }
  .pricePlanContentDiv {
    font-size: 14px;
  }
  .downloadLinkBtnFour {
    font-size: 14px;
  }
  .report-body h2 {
    font-size: 16px !important;
  }
  .report-body p {
    font-size: 14px !important;
  }
  .downloadLinkBtn strong,
  .downloadLinkBtnThree strong {
    font-size: 16px !important;
  }
  .print-table div div {
    font-size: 16px !important;
  }
  .print-table table {
    font-size: 14px !important;
  }
  .print-table table tbody tr td:nth-child(1) {
    color: #4a4e56 !important;
  }
  .report-body p strong {
    font-size: 14px !important;
  }
  .report-body ul li {
    font-size: 14px !important;
  }
  .report-body h4 {
    font-size: 16px !important;
  }
}
.table-of-content-wrapper {
  margin: 20px 0;
}

.toc-controls button {
  transition: all 0.3s ease;
}

.toc-controls button:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

#table-of-content .toc-item-wrapper {
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease;
  padding: 2px 0;
}

#table-of-content .toc-item-wrapper:hover {
  background-color: #f9f9f9;
}

.toc-checkbox {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-top: 3px;
  cursor: pointer;
  flex-shrink: 0;
}

#table-of-content p {
  margin: 0;
  flex: 1;
}

#table-of-content strong {
  font-weight: 600;
  color: #333;
}

.toc-item-wrapper label {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  flex: 1;
  user-select: none;
}

/* Collapsible chapter styles */
.toc-chapter-container {
  margin-bottom: 10px;
}

.toc-chapter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0px;
  border-radius: 4px;
  margin-bottom: 5px;
}

.toc-chapter-header:hover {
  background-color: transparent;
}

.toc-collapse-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
 margin-right: 10px;
  font-weight: bold;
  user-select: none;
  font-size: 18px;
  color: #666;
}

.toc-collapse-icon:hover {
  color: #333;
  background-color: #ddd;
  border-radius: 3px;
}

.toc-chapter-content {
  margin-left: 28px;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease;
}

.toc-chapter-content.collapsed {
  max-height: 0;
  opacity: 0;
}

.toc-chapter-content:not(.collapsed) {
  max-height: 10000px;
  opacity: 1;
}
