@charset "UTF-8";
/* ==========================================================================
   Story Details Page – Single Source of Truth
   All styling for StoryDetails: layout, charts, SHAP, KPI, markdown, responsive.
   Normal SCSS (not module). Import in StoryDetails component.
   ========================================================================== */
.story-details-page {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.story-details-grid {
  width: 100%;
  margin: 0 auto;
}
.story-details-grid .story-details-layout {
  width: 100%;
}
.story-details-grid .react-grid-item {
  border: none;
  padding: 0;
  overflow: visible;
  transition: none;
}

.story-details-cell-inner {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  overflow: visible;
  min-height: 0;
}

.story-details-measure-container {
  width: 100%;
  height: 100%;
  min-height: 1px;
}

.story-details-stack {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.story-details-stack-item {
  width: 100%;
  min-width: 0;
  min-height: 0;
  flex: 0 0 auto;
}

.story-details-grid-item {
  border: none;
  padding: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  background: transparent;
  box-shadow: none;
  height: 100%;
  min-width: 0;
}
.story-details-grid-item .markdown-preview-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.story-details-grid-item h1 {
  font-size: 1.8rem;
  margin: 0.5em 0 0.35em;
  color: #333;
  word-break: normal;
  overflow-wrap: break-word;
  text-align: left;
}
.story-details-grid-item h2 {
  font-size: 1.5rem;
  margin: 0.5em 0 0.35em;
  color: #444;
  word-break: normal;
  overflow-wrap: break-word;
}
.story-details-grid-item h3 {
  word-break: normal !important;
  overflow-wrap: break-word !important;
}
.story-details-grid-item h6 {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0.5em 0 0.35em;
  color: #555;
  word-break: normal;
  overflow-wrap: break-word;
  font-weight: normal;
}
.story-details-grid-item p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #555;
  word-break: normal;
  overflow-wrap: break-word;
}
.story-details-grid-item img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  object-fit: contain;
}
.story-details-grid-item canvas {
  max-width: 100% !important;
  height: auto !important;
}
.story-details-grid-item .echart_cnt canvas {
  height: inherit !important;
}
.story-details-grid-item svg,
.story-details-grid-item .recharts-wrapper {
  overflow: visible;
  width: 100% !important;
  height: auto !important;
}
.story-details-grid-item .echart_cnt .c-des,
.story-details-grid-item .pivort_cnt .c-des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0;
}

.story-details-no-data {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  padding: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
}

.story-details-placeholder-wrapper {
  width: 100%;
}

.story-details-page .chart_card {
  margin: 0 0 12px 0;
  position: relative;
  height: fit-content;
  width: 100%;
}
.story-details-page .chart_card .chart_card_head {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px 0;
}
.story-details-page .chart_card .chart_card_head .ctitle {
  display: flex;
  flex-direction: column;
  width: calc(100% - 126px);
}
.story-details-page .chart_card .chart_card_head .ctitle .ctypes {
  margin: 0 5px 0 0;
  display: flex;
  align-items: center;
}
.story-details-page .chart_card .chart_card_head .ctitle .ctypes img {
  width: 10px;
  padding: 3px 0 0 0;
}
.story-details-page .chart_card .chart_card_head .ctitle .ctypes img.cateImg {
  width: 14px;
}
.story-details-page .chart_card .chart_card_head .ctitle .ctypes h2 {
  color: #475467;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.24px;
  cursor: default;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 0 5px;
}
.story-details-page .chart_card .chart_card_head .ctitle .cstrength {
  display: flex;
  align-items: center;
  padding: 3px 0 0 20px;
}
.story-details-page .chart_card .chart_card_head .ctitle .cstrength .ant-progress {
  margin: 0;
}
.story-details-page .chart_card .chart_card_head .chart_card_options {
  display: flex;
  align-items: center;
}
.story-details-page .chart_card .chart_card_head .chart_card_options button {
  margin: 0 0 0 5px;
  width: 16px;
}
.story-details-page .chart_card .chart_card_head .chart_card_options button img {
  width: 16px;
}
.story-details-page .chart_card .chart_card_head .chart_card_options .chart_card_options_unpin,
.story-details-page .chart_card .chart_card_head .chart_card_options .chart_card_options_pin {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px 0 0;
}
.story-details-page .chart_card .chart_card_head .chart_card_options .chart_card_options_unpin .anticon,
.story-details-page .chart_card .chart_card_head .chart_card_options .chart_card_options_pin .anticon {
  font-size: 9px;
  color: #fff;
}
.story-details-page .chart_card .chart_card_head .chart_card_options .chart_card_options_pin {
  margin: 0 0 0 5px;
  background-color: #fff;
}
.story-details-page .chart_card .chart_card_head .chart_card_options .chart_card_options_pin .anticon {
  color: #667085;
  font-size: 12px;
}
.story-details-page .chart_card .chart_card_head .chart_card_options .chart_card_options_more,
.story-details-page .chart_card .chart_card_head .chart_card_options .chart_card_options_fullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
}
.story-details-page .chart_card .chart_card_head .chart_card_options .chart_card_options_more .anticon,
.story-details-page .chart_card .chart_card_head .chart_card_options .chart_card_options_fullscreen .anticon {
  color: #667085;
  font-size: 12px;
}
.story-details-page .chart_card .chart_card_footer .chart_card_footer_hints {
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
  width: 100%;
}
.story-details-page .chart_card .chart_card_footer .chart_card_footer_hints p {
  color: #475467;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.24px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 25px);
  cursor: default;
  padding: 0;
  margin: 0;
  border: none;
}
.story-details-page .chart_card .chart_card_footer .chart_card_footer_hints p span {
  font-weight: 500;
  color: #8e88df;
}
.story-details-page .chart_card .chart_card_footer .chart_card_footer_hints .chart_card_options_clear {
  width: 15px;
  border-radius: 50%;
  background: #8e88df;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
}
.story-details-page .chart_card .chart_card_footer .chart_card_footer_hints .chart_card_options_clear .anticon {
  font-size: 9px;
  color: #fff;
}
.story-details-page .chart_card .chart_card_insights {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6px;
  color: #475467;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.story-details-page .chart_card .chart_card_insights .col_name {
  border-radius: 4px;
  color: #344054;
  padding: 2px;
  font-weight: 500;
  background: #b4e380;
}
.story-details-page .chart_card .chart_card_insights .col_value {
  border-radius: 4px;
  background: #fdde5c;
  color: #344054;
  padding: 2px;
  font-weight: 500;
}
.story-details-page .chart_card .chart_card_body {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
.story-details-page .chart_card .chart_card_body > div {
  min-width: 250px;
  width: 100% !important;
}
.story-details-page .chart_card .chart_card_body .frequency_words {
  display: flex;
  flex-flow: wrap;
  margin: 10px 0 20px 0;
  padding: 0 10px;
}
.story-details-page .chart_card .chart_card_body .frequency_words .nameSec {
  margin: 0 5px 3px 0;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 500;
  cursor: pointer;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  color: #475467;
  word-break: break-all;
}
.story-details-page .chart_card .chart_card_body .frequency_words .nameSec::after {
  content: "|";
  padding: 0 0 0 5px;
  color: #98a2b3;
  font-weight: 600;
}
.story-details-page .chart_card .chart_card_body .frequency_words .nameSec .c_ind {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: flex;
  overflow: hidden;
  color: transparent;
  margin: 0 5px 0 0;
}
.story-details-page .chart_card .chart_card_body .frequency_words .nameSec .cnt {
  color: #4e48bf;
  padding: 0 0 0 5px;
  font-weight: 600;
}
.story-details-page .chart_card .chart_card_body .frequency_words .nameSec.active {
  background-color: #dbd7fe;
  padding: 2px 7px;
  border-radius: 4px;
  margin: -2px 5px 3px 0;
  color: #6a6be6;
}
.story-details-page .chart_card .chart_card_body .frequency_words .nameSec.active::after {
  display: none;
}
.story-details-page .chart_card .chart_card_body .frequency_words .sm_btns {
  font-size: 10px;
  padding: 0;
  border: none;
  height: auto;
  margin: 2px 3px;
}
.story-details-page .chart_card .chart_card_body .frequency_words .sm_btns.mr::after {
  content: "|";
  padding: 0 0 0 5px;
  color: #98a2b3;
  font-weight: 600;
}
.story-details-page .chart_card .chart_card_body .more_opt {
  cursor: pointer;
  color: #344054;
  font-family: "Inter", sans-serif;
  text-decoration: underline;
  font-size: 12px;
  text-align: right;
  width: 100%;
  margin: 0 0 5px 0;
}
.story-details-page .chart_card .chart_card_body #see-more-button.hidden {
  display: none;
}
.story-details-page .chart_card .chart_card_body.mx {
  max-width: 380px;
  margin: auto;
}
.story-details-page .chart_card .axis path,
.story-details-page .chart_card .axis line {
  fill: none;
  stroke: #c7cace;
  shape-rendering: crispEdges;
}
.story-details-page .chart_card.cinsight .chart_card_head {
  margin: 0 0 10px 0;
  width: 100%;
  text-align: left;
}
.story-details-page .chart_card.cinsight .chart_card_head .ctitle h2 {
  color: #475467;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.story-details-page .chart_card.cinsight .sub_title {
  color: #667085;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
.story-details-page .chart_card.highlight {
  border: 1px solid #eaecf0;
  border-radius: 7.598px;
  padding: 10px;
}
.story-details-page .chart_card.highlight .chart_card_head .ctitle {
  width: 100%;
}
.story-details-page .chart_card.highlight .chart_card_body {
  overflow: hidden;
}

.story-details-chart-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 20px;
}
.story-details-chart-wrapper .c-title h3 {
  word-break: normal !important;
  overflow-wrap: break-word !important;
  margin: 0.5em 0 0.35em !important;
}
.story-details-chart-wrapper .chart_card {
  width: 100%;
  height: 100%;
}
.story-details-chart-wrapper .chart_card .chart_card_body {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.story-details-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0;
  box-shadow: none;
  background: transparent;
  height: 100%;
}
.story-details-image-wrapper img {
  max-height: 100%;
  object-fit: contain;
}
.story-details-image-wrapper #chart-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.story-details-image-wrapper img#sampleImage {
  max-width: 90%;
  height: auto;
  border-radius: 2px;
}

.story-details-editor-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.story-details-editor-wrapper .markdown-preview-container {
  height: auto;
}

.story-details-shap-wrapper {
  width: 100%;
  height: auto;
  min-height: 0;
}

.story-details-page .shap_content {
  height: auto;
  min-height: 0;
}
.story-details-page .shap_content .hidden {
  display: none !important;
}
.story-details-page .shap_content .border-r {
  border-right-color: #eaecf0;
}
.story-details-page .shap_content .left_cnt,
.story-details-page .shap_content .right_cnt,
.story-details-page .shap_content .select_content,
.story-details-page .shap_content .tabel_cnt {
  height: auto;
  min-height: 0;
  max-height: none;
}
.story-details-page .shap_content .tabel_cnt {
  overflow: visible;
}
.story-details-page .shap_content .left_cnt {
  display: flex;
  flex-direction: column;
  padding: 0 6px 0 0;
}
.story-details-page .shap_content .left_cnt .hints {
  display: flex;
  border-radius: 4px;
  border: 1px solid #eaecf0;
  background: #fff;
  padding: 18px 12px;
  align-items: flex-start;
  margin: 0 0 30px 0;
  min-height: 86px;
}
.story-details-page .shap_content .left_cnt .hints img {
  width: 16px;
  margin: 5px 8px 0 0;
}
.story-details-page .shap_content .left_cnt .hints p {
  color: #475467;
  font-family: "tt_commonsmedium";
  font-size: 16px;
  line-height: 27px;
}
.story-details-page .shap_content .left_cnt .hints p span {
  border-radius: 3px;
  background: rgba(99, 102, 241, 0.1);
  padding: 2px 4px;
  color: #6960d5;
  font-family: "tt_commonsdemibold";
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.24px;
  margin: 0 5px;
}
.story-details-page .shap_content .left_cnt .ant-radio-group {
  margin: 0 50px;
}
.story-details-page .shap_content .left_cnt .ant-radio-group .radioitems {
  display: flex;
  width: 100%;
  margin: 0 0 24px 0;
}
.story-details-page .shap_content .left_cnt .ant-radio-group .radioitems .ant-radio-wrapper {
  width: calc(100% - 180px);
  font-family: "tt_commonsmedium";
  font-size: 16px;
  text-transform: capitalize;
  word-break: break-all;
}
.story-details-page .shap_content .left_cnt .ant-radio-group .radioitems .ant-radio-wrapper .ant-radio-inner {
  width: 20px;
  height: 20px;
}
.story-details-page .shap_content .left_cnt .ant-radio-group .radioitems .ant-radio-wrapper .ant-radio-checked .ant-radio-inner {
  border-color: transparent;
  background-color: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.story-details-page .shap_content .left_cnt .ant-radio-group .radioitems .ant-radio-wrapper .ant-radio-checked .ant-radio-inner::after {
  display: none;
}
.story-details-page .shap_content .left_cnt .ant-radio-group .radioitems .ant-radio-wrapper .ant-radio-checked .ant-radio-inner::before {
  position: absolute;
  content: "";
  background-image: url(/img/Checkbox_active.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  z-index: 99;
  border-radius: 50%;
}
.story-details-page .shap_content .left_cnt .ant-radio-group .radioitems .ant-progress {
  width: 180px;
}
.story-details-page .shap_content .left_cnt .ant-radio-group .radioitems .ant-progress .ant-progress-text {
  font-size: 14px;
  font-family: "tt_commonsmedium";
  color: #fff;
}
.story-details-page .shap_content .right_cnt {
  padding: 0 0 0 6px;
  width: 100%;
}
.story-details-page .shap_content .right_cnt .hints {
  display: flex;
  border-radius: 4px;
  border: 1px solid #eaecf0;
  background: #fff;
  padding: 18px 12px;
  align-items: flex-start;
  margin: 0 0 30px 0;
  min-height: 86px;
}
.story-details-page .shap_content .right_cnt .hints img {
  width: 16px;
  margin: 5px 8px 0 0;
}
.story-details-page .shap_content .right_cnt .hints p {
  color: #475467;
  font-family: "tt_commonsmedium";
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.story-details-page .shap_content .right_cnt .hints p span {
  border-radius: 3px;
  background: rgba(99, 102, 241, 0.1);
  padding: 2px 4px;
  color: #6960d5;
  font-family: "tt_commonsdemibold";
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.24px;
  margin: 0 5px;
}
.story-details-page .shap_content .right_cnt .select_content {
  display: flex;
  border-top: 1px solid #eaecf0;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows {
  display: flex;
  border-bottom: 1px solid #eaecf0;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .left_sec,
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .left_sec .head,
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .head {
  padding: 15px 0px;
  width: 100%;
  display: flex;
  align-items: center;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .left_sec .head h2,
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .head h2 {
  color: #000000;
  font-family: "tt_commonsmedium";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  margin: 0;
  word-break: break-all;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .left_sec .head h2 .hl,
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .head h2 .hl {
  border-radius: 3px;
  background: rgba(99, 102, 241, 0.1);
  padding: 4px;
  color: #6960d5;
  font-family: "tt_commonsdemibold";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  margin: 0 6px;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .left_sec {
  width: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-right: 1px solid #eaecf0;
  font-family: "tt_commonsmedium";
  font-size: 16px;
  text-transform: capitalize;
  word-break: break-all;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .left_sec img {
  width: 20px;
  margin: 0 4px 0 0;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec {
  width: calc(100% - 200px);
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .head {
  padding: 15px 0px 15px 15px;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .head h2 .hl {
  color: #34cc33;
  background: rgba(52, 204, 51, 0.15);
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .head .ant-select {
  margin: 0 0 0 8px;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .head .ant-select .ant-select-selector {
  border-radius: 8px;
  border: 1px solid #34cc33;
  background: #fff;
  min-width: 100px;
  font-family: "tt_commonsmedium";
  font-size: 16px;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .content {
  display: flex;
  width: 100%;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .content .desceas_sec,
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .content .increase_sec {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 7px 0;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .content .desceas_sec .hd,
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .content .increase_sec .hd {
  color: #98a2b3;
  font-size: 16px;
  font-weight: 500;
  font-family: "tt_commonsmedium";
  letter-spacing: -0.24px;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .content .desceas_sec .hd_cn,
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .content .increase_sec .hd_cn {
  color: #2b2d42;
  display: flex;
  align-items: center;
  font-family: "tt_commonsmedium";
  font-size: 20px;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .content .desceas_sec .hd_cn img,
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .content .increase_sec .hd_cn img {
  width: 32px;
  margin: 0 4px 0 0;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .content .desceas_sec .hd_cn span,
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .content .increase_sec .hd_cn span {
  color: #27ae60;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.24px;
  margin: 0 0 0 5px;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .content .desceas_sec {
  border-right: 1px solid #eaecf0;
  padding: 7px 10px 7px 7px;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .content .desceas_sec .hd {
  text-align: right;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .content .desceas_sec .hd_cn {
  justify-content: flex-end;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .content .desceas_sec .hd_cn img {
  margin: 0 5px 0 0;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .content .desceas_sec .hd_cn span {
  color: #f56a62;
  margin: 0 0 0 5px;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .content .increase_sec {
  padding: 7px 7px 7px 10px;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .insights {
  margin: 5px;
  color: #2b2d42;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  text-transform: capitalize;
  letter-spacing: -0.24px;
  word-break: break-word;
}
.story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec .insights .hl {
  font-size: 10px;
  font-weight: 600;
}
.story-details-page .shap_content.shap_mini .right_cnt {
  padding: 0;
}
.story-details-page .shap_content.shap_mini .right_cnt .hints {
  padding: 5px;
  min-height: auto;
  margin: 0 0 10px 0;
}
.story-details-page .shap_content.shap_mini .right_cnt .hints p {
  font-size: 10px;
  padding: 0;
  margin: 0;
  border-bottom: 0;
}
.story-details-page .shap_content.shap_mini .right_cnt .hints p span {
  font-size: 12px;
}
.story-details-page .shap_content.shap_mini .right_cnt .select_content .tabel_cnt {
  max-height: 300px;
  overflow: auto;
  margin: 0 0 10px 0;
}
.story-details-page .shap_content.shap_mini .right_cnt .select_content .tabel_cnt .rows .left_sec {
  font-size: 12px;
}
.story-details-page .shap_content.shap_mini .right_cnt .select_content .tabel_cnt .rows .left_sec .head {
  padding: 5px 0px;
}
.story-details-page .shap_content.shap_mini .right_cnt .select_content .tabel_cnt .rows .left_sec .head h2 .hl {
  background-color: transparent;
}
.story-details-page .shap_content.shap_mini .right_cnt .select_content .tabel_cnt .rows .left_sec .head .selectscore .ant-select {
  width: 100%;
  height: 28px !important;
}
.story-details-page .shap_content.shap_mini .right_cnt .select_content .tabel_cnt .rows .left_sec .head .selectscore .ant-select .ant-select-selector {
  background-color: rgba(99, 102, 241, 0.1);
  border-color: #6960d5;
}
.story-details-page .shap_content.shap_mini .right_cnt .select_content .tabel_cnt .rows .left_sec .head .selectscore .ant-select .ant-select-selector .ant-select-selection-item {
  font-size: 12px;
  font-weight: 500;
  color: #6960d5;
}
.story-details-page .shap_content.shap_mini .right_cnt .select_content .tabel_cnt .rows .right_sec {
  justify-content: center;
}
.story-details-page .shap_content.shap_mini .right_cnt .select_content .tabel_cnt .rows .right_sec .head {
  padding: 5px;
}
.story-details-page .shap_content.shap_mini .right_cnt .select_content .tabel_cnt .rows .right_sec .head h2 {
  font-size: 12px;
}
.story-details-page .shap_content.shap_mini .right_cnt .select_content .tabel_cnt .rows .right_sec .head h2 .hl {
  font-size: 12px;
}
.story-details-page .shap_content.shap_mini .right_cnt .select_content .tabel_cnt .rows .right_sec .head .ant-select {
  height: 28px !important;
}
.story-details-page .shap_content.shap_mini .right_cnt .select_content .tabel_cnt .rows .right_sec .head .ant-select .ant-select-selector .ant-select-selection-item {
  font-size: 12px;
  font-weight: 500;
}

/* SHAP select dropdown popup */
.story-details-page .selectscore .ant-select-dropdown.selectscore_popup,
.story-details-page .ant-select-dropdown.selectscore_popup {
  width: 100% !important;
  min-width: 0 !important;
}

.story-details-page .kpi-preview-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: transparent;
}
.story-details-page .kpi-preview-card .kpi-preview-body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.story-details-page .kpi-preview-card .kpi-preview-header {
  width: 100%;
  margin-bottom: 4px;
}
.story-details-page .kpi-preview-card .kpi-preview-title {
  font-size: 0.9rem;
  font-weight: 500;
  color: #475467;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.story-details-page .kpi-preview-card .kpi-preview-value {
  font-size: 1.4rem;
  font-weight: 600;
  color: #344054;
  line-height: 1.2;
}
.story-details-page .kpi-preview-card .kpi-preview-label {
  font-size: 0.8rem;
  color: #667085;
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  .story-details-page .story-details-grid {
    max-width: 95%;
  }
  .story-details-page .chart_card > div,
  .story-details-page .chart_card_body > div {
    min-width: 100%;
  }
  .story-details-page canvas,
  .story-details-page svg,
  .story-details-page .recharts-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .story-details-page .story-details-grid {
    max-width: 90%;
  }
  .story-details-chart-wrapper {
    padding: 0;
  }
  .md-editor-preview-wrapper {
    padding: 0 !important;
  }
}
@media (max-width: 640px) {
  .story-details-page {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .story-details-page {
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px 12px;
  }
  .story-details-page .story-details-grid {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .story-details-page .story-details-grid-item,
  .story-details-page .react-grid-item {
    min-width: 0 !important;
  }
  .story-details-page .chart_card > div,
  .story-details-page .chart_card_body > div {
    min-width: 100% !important;
  }
  .story-details-page canvas,
  .story-details-page svg,
  .story-details-page .recharts-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 995px) {
  .story-details-page {
    padding: 14px 16px;
  }
  .story-details-page .story-details-grid {
    width: 100%;
    max-width: 100%;
    padding: 0 0;
  }
  .story-details-page .story-details-grid-item,
  .story-details-page .react-grid-item {
    min-width: 0 !important;
    overflow: hidden;
  }
  .story-details-page .chart_card,
  .story-details-page .chart_card_body {
    width: 100% !important;
  }
  .story-details-page .chart_card > div,
  .story-details-page .chart_card_body > div {
    min-width: 100% !important;
    width: 100% !important;
  }
  .story-details-page .markdown-preview-container {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible;
  }
  .story-details-page h1 {
    font-size: 1.5rem !important;
  }
  .story-details-page h2 {
    font-size: 1.25rem !important;
  }
  .story-details-page p,
  .story-details-page h6 {
    font-size: 0.95rem !important;
  }
  .story-details-page .chart_card_insights {
    font-size: 10px;
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  .story-details-page .chart_card_head .ctitle h2 {
    font-size: 11px !important;
  }
}
@media (max-width: 767px) {
  .story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .left_sec {
    width: 150px !important;
    min-width: 150px;
    font-size: 12px;
  }
  .story-details-page .shap_content .right_cnt .select_content .tabel_cnt .rows .right_sec {
    width: calc(100% - 150px) !important;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .story-details-page {
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
  }
  .story-details-page .story-details-cell-inner {
    padding: 0;
  }
  .story-details-page .story-details-grid {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .story-details-page .story-details-stack {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .story-details-page .story-details-stack-item {
    width: 100%;
    min-width: 0;
  }
  .story-details-page .story-details-layout.react-grid-layout {
    margin: 0 -4px;
  }
  .story-details-page .story-details-grid-item,
  .story-details-page .react-grid-item {
    min-width: 0 !important;
    overflow: hidden;
  }
  .story-details-page .chart_card {
    width: 100% !important;
    margin: 0 0 10px 0;
  }
  .story-details-page .chart_card .chart_card_head {
    margin: 0 0 12px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .story-details-page .chart_card .chart_card_head .ctitle {
    width: 100% !important;
  }
  .story-details-page .chart_card .chart_card_head .ctitle h2 {
    font-size: 11px !important;
  }
  .story-details-page .chart_card .chart_card_body {
    width: 100% !important;
  }
  .story-details-page .chart_card .chart_card_body > div {
    min-width: 100% !important;
    width: 100% !important;
  }
  .story-details-page .chart_card .chart_card_insights {
    font-size: 9px;
    line-height: 16px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .story-details-page .markdown-preview-container {
    width: 100% !important;
    padding: 0 4px;
    overflow: visible;
  }
  .story-details-page h1 {
    font-size: 1.35rem !important;
    margin: 0.5em 0 0.35em !important;
  }
  .story-details-page h2 {
    font-size: 1.15rem !important;
    margin: 0.5em 0 0.35em !important;
  }
  .story-details-page h6,
  .story-details-page p {
    font-size: 0.9rem !important;
    margin-bottom: 0.75rem !important;
  }
  .story-details-page img {
    max-width: 100% !important;
    height: auto !important;
  }
  .story-details-page .h-96 {
    height: 280px !important;
    min-height: 240px;
  }
  .story-details-page .shap_content .left_cnt,
  .story-details-page .shap_content .right_cnt {
    padding: 0 4px;
  }
  .story-details-page .shap_content .hints {
    padding: 12px 10px;
    margin-bottom: 16px;
  }
  .story-details-page .kpi-preview-card {
    width: 100% !important;
    min-width: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .story-details-page .kpi-preview-card .kpi-preview-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .story-details-page .kpi-preview-card .kpi-preview-body > div:first-child {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .story-details-page .kpi-preview-card .ant-statistic {
    text-align: center;
  }
  .story-details-page .kpi-preview-card .ant-statistic-content-value {
    display: flex !important;
    justify-content: center;
  }
  .story-details-page .kpi-preview-label {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .story-details-page {
    padding: 10px 12px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .story-details-page .story-details-grid {
    width: 100%;
    max-width: 100%;
    padding: 0 2px;
  }
  .story-details-page .story-details-layout.react-grid-layout {
    margin: 0 -2px;
  }
  .story-details-page .story-details-grid-item,
  .story-details-page .react-grid-item {
    min-width: 0 !important;
  }
  .story-details-page .chart_card {
    margin: 0 0 8px 0;
  }
  .story-details-page .chart_card .chart_card_head {
    margin: 0 0 10px 0;
  }
  .story-details-page .chart_card .chart_card_head .ctitle h2 {
    font-size: 10px !important;
  }
  .story-details-page .chart_card .chart_card_head .chart_card_options {
    flex-wrap: wrap;
  }
  .story-details-page .chart_card .chart_card_body .frequency_words {
    padding: 0 6px;
    margin: 8px 0 16px 0;
  }
  .story-details-page .chart_card .chart_card_body .frequency_words .nameSec {
    font-size: 9px;
  }
  .story-details-page .chart_card .chart_card_insights {
    font-size: 9px;
    line-height: 14px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .story-details-page .chart_card .chart_card_footer .chart_card_footer_hints p {
    font-size: 10px;
  }
  .story-details-page h1 {
    font-size: 1.25rem !important;
    margin: 0.5em 0 0.35em !important;
  }
  .story-details-page h2 {
    font-size: 1.1rem !important;
    margin: 0.5em 0 0.35em !important;
  }
  .story-details-page h6,
  .story-details-page p {
    font-size: 0.875rem !important;
    margin-bottom: 0.6rem !important;
  }
  .story-details-page .h-96 {
    height: 240px !important;
    min-height: 200px;
  }
  .story-details-page .shap_content .left_cnt .ant-radio-group {
    margin: 0 16px;
  }
  .story-details-page .shap_content .select_content .tabel_cnt .rows .left_sec {
    font-size: 11px;
  }
  .story-details-page .shap_content .select_content .tabel_cnt .rows .left_sec .head h2 {
    font-size: 12px;
  }
  .story-details-page .shap_content .select_content .tabel_cnt .rows .right_sec .head {
    padding: 10px 0 10px 10px;
  }
  .story-details-page .shap_content .select_content .tabel_cnt .rows .right_sec .head h2 {
    font-size: 12px;
  }
  .story-details-page img#sampleImage {
    max-width: 95% !important;
  }
  .story-details-page .kpi-preview-card {
    width: 100% !important;
    min-width: 100%;
  }
}
@media (max-width: 400px) {
  .story-details-page {
    padding: 8px 10px;
  }
  .story-details-page .story-details-grid {
    padding: 0;
  }
  .story-details-page .story-details-layout.react-grid-layout {
    margin: 0;
  }
  .story-details-page h1 {
    font-size: 1.15rem !important;
  }
  .story-details-page h2 {
    font-size: 1rem !important;
  }
  .story-details-page .chart_card .chart_card_head .ctitle h2 {
    font-size: 9px !important;
  }
  .story-details-page .h-96 {
    height: 200px !important;
  }
}

/*# sourceMappingURL=story-details.css.map */
