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-bottom: 0px !important;
  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: 20px;
  font-weight: bold;
  user-select: none;
  font-size: 18px;
  color: #666;
}

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

.toc-collapse-icon--all {
  width: 30px;
  height: 30px;
  font-size: 22px;
  margin-right: 0;
}

.toc-chapter-content {
}

/* Research Step Cards */
.research-step-card {
  background-color: #ededef;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 1.5rem;
  height: 100%;
  border-left: 5px solid #6ab5cf;
  transition: box-shadow 0.3s ease;
}

.research-step-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.step-title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
}

.step-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 16px;
  text-align: justify;
}

.step-footer {
  /* background-color: rgba(7, 76, 101, 0.1); */
  color: var(--primary-color-one);
  font-size: 15px;
  font-weight: 600;
  padding: 5px 16px;
  border: 1px solid var(--primary-color-one);
  border-radius: 16px;
  text-align: center;
  display: inline-block;
}

/* Responsive adjustments for research step cards */
@media (max-width: 991px) {
  .research-step-card {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .step-title {
    font-size: 18px;
  }

  .step-desc {
    font-size: 13px;
  }
}

/* Parameters Grid */
.params-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 16px;
}

.params-grid .step-footer {
  display: block;
  width: 100%;
  background: #faf8f4;
  border: none;
  color: #02161d;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .params-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .params-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .params-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Source Cards Grid */
.source-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 10px;
}

.source-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 10px;
  border: 1px solid #f7c7ac;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
  cursor: default;
}

.source-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.source-card .card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.source-card .icon-wrap {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 0px;
}

.source-card .icon-wrap svg {
  width: 18px;
  height: 18px;
  stroke: #4b5680;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.source-card .card-title {
  font-size: 16px !important;
  font-weight: 600;
  color: #1a1f36;
  margin: 0;
}

.source-card .card-desc {
  font-size: 15px !important;
  color: #6b7394;
  line-height: 1.55;
}

@media (max-width: 991px) {
  .source-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .source-grid {
    grid-template-columns: 1fr;
  }
}

.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;
}
.reportHeadingList a {
  color: #02161d !important;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  padding: 0px 10px;
}
.reportHeadingList a span {
  display: inline-flex;
  align-items: center;
  margin-right: 4px;
}
.reportHeadingList a span svg {
  width: 1em !important;
  height: 1em !important;
  vertical-align: middle;
}
.reportHeadingList a:hover {
  font-weight: 500;
  color: #2c3e50 !important;
  border-radius: 4px;
  background-color: #e4f3fe;
}
.reportHeadingList a.active {
  font-weight: 650;
  color: #2c3e50 !important;
  border-radius: 4px;
  background-color: #e4f3fe;
}
.reportPremiumDetaislDiv p {
  margin-bottom: 5px !important;
}
.reportPremiumDetaislDiv {
  margin-right: 0 !important;
}
.reportNameSubtitle {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px !important;
  font-weight: 400 !important;
}
.company-profiles-card .card-title {
  font-size: 16px !important;
}
.header-card {
  box-shadow: rgb(99 99 99 / 10%) 0px 2px 8px 0px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 4px !important;
}
body {
  background-color: #f5f6fa !important;
}
.mainGMIHeader {
  background-color: #ffffff !important;
}
.mb_bottom_15 {
  margin-bottom: 15px !important;
}
/* New AI Summary */
/* KPI Row */
.ai-kpi-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.ai-kpi-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px 11px;
}
.ai-kpi-label {
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
  font-size: 15px!important;
}

.ai-kpi-value {
  font-weight: 700;
  color: #10b981;
  letter-spacing: -0.5px;
  font-size: 18px!important;
}

/* Mid Row: chart(2fr) | region(1fr) | players(2fr) */
.ai-mid-row {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 10px;
  margin-bottom: 10px;
  width: 100%;
}

/* Bottom Row */
.ai-bottom-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
}

/* Card base */
.ai-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px 11px;
  width: 100%;
}
.ai-card-title {
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

/* Chart */
.ai-chart-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.ai-chart-area {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  height: 130px;
  width: 100%;
}
.ai-bar-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex: 1;
}
.ai-bar-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100px;
  width: 100%;
}
.ai-bar {
  background: #3b6ef8;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  transition: opacity 0.2s;
  width: 60%;
  max-width: 52px;
  min-width: 24px;
}
.ai-bar:hover {
  opacity: 0.8;
}
.ai-bar-2025 {
  height: 60px !important;
}
.ai-bar-2026 {
  height: 64px !important;
}
.ai-bar-2035 {
  height: 100px !important;
}
.ai-bar-year {
  color: #6b7280;
  font-weight: 500;
}
.ai-bar-val {
  font-weight: 700;
  color: #111827;
}

/* Regional */
.ai-region-block {
  margin-bottom: 12px;
}
.ai-region-block:last-child {
  margin-bottom: 0;
}
.ai-region-badge {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 20px;
  margin-bottom: 5px;
}

.ai-region-name {
  font-weight: 700;
  color: #111827;
  padding-left: 8px;
}
.ai-region-divider {
  height: 1px;
  background: #f3f4f6;
  margin: 10px 0;
}

/* Key Players */
.ai-player-highlight {
  background: #f5f3ff;
  border: 1px solid #ede9fe;
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 10px;
}
.ai-player-highlight-label {
  font-weight: 600;
  color: #7c3aed;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 3px;
}
.ai-player-highlight-name {
  font-weight: 700;
  color: #111827;
  margin-bottom: 2px;
}
.ai-player-highlight-share {
  color: #6b7280;
}
.ai-top5-label {
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  font-size: 14px !important;
}
.ai-player-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 8px;
}
.ai-player-tag {
  font-weight: 500;
  font-size: 14px !important;
  background: #f3f4f6;
  color: #374151;
  border-radius: 20px;
  padding: 3px 8px;
  border: 1px solid #e5e7eb;
}
.ai-collective {
  color: #6b7280;
}

/* Bullet lists */
.ai-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ai-bullet-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #374151;
  line-height: 1.5;
  margin-bottom: 8px;
}
.ai-bullet-list li:last-child {
  margin-bottom: 0;
}
.ai-dot {
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-top: 10px;
  display: inline-block;
}
.ai-dot-blue {
  background: #3b6ef8;
}
.ai-dot-amber {
  background: #f59e0b;
}
.ai-dot-green {
  background: #10b981;
}
.ai-dot-red {
  background: #b93e02;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .ai-kpi-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .ai-mid-row {
    grid-template-columns: 1fr 1fr;
  }
  .ai-bottom-row {
    grid-template-columns: 1fr 1fr;
  }
  /* Key Players spans full width on mid-row 2-col */
  .ai-mid-row .ai-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .ai-kpi-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 8px;
  }
  .ai-mid-row {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 8px;
  }
  .ai-bottom-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .ai-mid-row .ai-card:last-child {
    grid-column: unset;
  }
  .bar {
    width: 50%;
    max-width: 40px;
  }
}

@media (max-width: 360px) {
  .ai-kpi-row {
    grid-template-columns: 1fr;
  }
}
/* New ai summary end  */
.reportMarketScopelist {
  border: none !important;
}
.newResponsiveClass {
  width: 100% !important;
}

button.reportShareBtn{
  padding:4px 6px !important;
  font-size:14px !important;
} 