.page-template-ds_pages_new .ds_main_content.ds_main_content_exp {
  margin: 0 auto;
  max-width: 1760px;
  padding: 0 1.25rem 3rem;
  width: 100%;
  margin-top: 1.5rem;
}

.ds_stock_header_exp {
  display: flex;
  gap: 1.5rem;
  margin: 1.25rem 0 1.5rem;
}

.ds_stock_header_exp_card {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 28px 60px rgba(20, 38, 102, 0.12), 0 10px 24px rgba(20, 38, 102, 0.08);
  min-height: 9.625rem;
  padding: 1.5rem 1.75rem;
}

.ds_stock_header_exp_card_main {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
}

.ds_stock_header_exp_identity {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.ds_stock_header_exp_logo_wrap {
  align-items: center;
  background: #0e152b;
  border-radius: 1.25rem;
  display: inline-flex;
  flex: 0 0 4rem;
  height: 4rem;
  justify-content: center;
  overflow: hidden;
  width: 4rem;
}

.ds_stock_header_exp_logo_wrap img {
  height: 2.25rem;
  object-fit: contain;
  width: 2.25rem;
}

.ds_stock_header_exp_identity_text h1 {
  color: #101424;
  font-family: "Chillax", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 0.5rem;
}

.ds_stock_header_exp_symbol {
  font-family: "Chillax", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.ds_stock_header_exp_price {
  border-left: 1.5px solid #d8ddf5;
  margin-left: 1.75rem;
  min-width: 17rem;
  padding-left: 1.75rem;
}

.ds_stock_header_exp_price_label,
.ds_stock_header_exp_score_label {
  color: #6a7094;
  font-family: "Chillax", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.ds_stock_header_exp_price_value {
  color: #101424;
  font-family: "Chillax", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.15;
  margin-top: 0.4rem;
}

.ds_stock_header_exp_price_change {
  font-family: "Chillax", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.15;
  margin-top: 0.5rem;
}

.ds_stock_header_exp_price_change.is-positive {
  color: #1ece1e;
}

.ds_stock_header_exp_price_change.is-negative {
  color: #ff3535;
}

.ds_stock_header_exp_price_change.is-neutral {
  color: #a3a3a3;
}

.ds_stock_header_exp_card_scores {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 1rem;
}

.ds_stock_header_exp_score {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 5.5rem;
}

.ds_stock_header_exp_score_ring {
  align-items: center;
  display: inline-flex;
  height: 3.625rem;
  justify-content: center;
  position: relative;
  width: 3.625rem;
}

.ds_stock_header_exp_score_ring svg {
  inset: 0;
  position: absolute;
}

.ds_stock_header_exp_score_ring span {
  color: #101424;
  font-family: "Chillax", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.ds_statements_exp {
  position: relative;
}

.ds_statements_exp_graph_shell,
.ds_statements_exp_toolbar,
.ds_statements_exp_table_card {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 28px 60px rgba(20, 38, 102, 0.12), 0 10px 24px rgba(20, 38, 102, 0.08);
}

.ds_statements_exp_graph_shell.is-hidden {
  display: none;
}

.ds_statements_exp_graph_shell {
  margin-bottom: 1.25rem;
  padding: 1rem 1rem 1.25rem;
}

.ds_statements_exp_graph_card {
  background: linear-gradient(180deg, rgba(243, 247, 255, 0.8) 0%, rgba(255, 255, 255, 0.9) 100%);
  border: 1px solid #eef2ff;
  border-radius: 1.5rem;
  min-height: 24rem;
  padding: 0.5rem;
}

.ds_statements_exp_graph {
  height: 22rem;
  width: 100%;
}

.ds_statements_exp_metric_strip {
  margin-top: 1rem;
}

.ds_statements_exp_metric_strip_inner {
  align-items: center;
  border-bottom: 1px solid #e4e9fb;
  display: flex;
  gap: 0.875rem;
  min-height: 3.625rem;
  padding: 0.2rem 0 1rem;
}

.ds_statements_exp_metric_marker {
  background: linear-gradient(180deg, #1ece1e 0%, #0cae0c 100%);
  border-radius: 999px;
  flex: 0 0 0.7rem;
  height: 0.7rem;
  width: 0.7rem;
}

.ds_statements_exp_metric_title {
  color: #101424;
  flex: 1 1 auto;
  font-family: "Chillax", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}

.ds_statements_exp_metric_actions {
  display: flex;
  gap: 0.55rem;
}

.ds_statements_exp_icon_btn {
  align-items: center;
  background: #fff;
  border: 1px solid #d8ddf5;
  border-radius: 999px;
  color: #0064ff;
  cursor: pointer;
  display: inline-flex;
  height: 2.15rem;
  justify-content: center;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease;
  width: 2.15rem;
}

.ds_statements_exp_icon_btn.is-active,
.ds_statements_exp_icon_btn:hover {
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064ff 0%, #0000c8 100%);
  border-color: transparent;
  color: #fff;
}

.ds_statements_exp_metric_table {
  margin-top: 1rem;
}

.ds_statements_exp_metric_table_wrap {
  overflow-x: auto;
}

.ds_statements_exp_metric_table_inner,
.ds_statements_exp_table {
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  width: 100%;
}

.ds_statements_exp_metric_table_inner thead tr,
.ds_statements_exp_table thead tr {
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064ff 0%, #0000c8 100%);
}

.ds_statements_exp_metric_table_inner th,
.ds_statements_exp_table th {
  color: #fff;
  font-family: "Chillax", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 1rem 0.95rem;
  text-align: left;
}

.ds_statements_exp_metric_table_inner th:first-child,
.ds_statements_exp_table th:first-child {
  border-bottom-left-radius: 1.25rem;
  border-top-left-radius: 1.25rem;
}

.ds_statements_exp_metric_table_inner th:last-child,
.ds_statements_exp_table th:last-child {
  border-bottom-right-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}

.ds_statements_exp_metric_table_inner td,
.ds_statements_exp_table td {
  background: #f7f8fc;
  color: #101424;
  font-family: "Chillax", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 1rem 0.95rem;
}

.ds_statements_exp_metric_table_inner td:first-child,
.ds_statements_exp_table td:first-child {
  border-bottom-left-radius: 1.25rem;
  border-top-left-radius: 1.25rem;
}

.ds_statements_exp_metric_table_inner td:last-child,
.ds_statements_exp_table td:last-child {
  border-bottom-right-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}

.ds_statements_exp_toolbar {
  margin-bottom: 1.25rem;
  padding: 1.5rem 2rem;
  border-radius: 1.875rem;
}

.ds_statements_exp_range {
  margin-bottom: 0.75rem;
}

.ds_statements_exp_range_slider {
  height: 1.625rem;
  position: relative;
}

.ds_statements_exp_range_track {
  background: #e8e6e3;
  border-radius: 1.25rem;
  height: 0.75rem;
  left: 0.75rem;
  position: absolute;
  right: 0.75rem;
  top: 0.4375rem;
}

.ds_statements_exp_range_active {
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064ff 0%, #0000c8 100%);
  border-radius: 1.25rem;
  height: 0.75rem;
  position: absolute;
  top: 0.4375rem;
}

.ds_statements_exp_range_dots {
  height: 0.375rem;
  left: 0.75rem;
  position: absolute;
  right: 0.75rem;
  top: 0.625rem;
}

.ds_statements_exp_range_dot {
  background: #ffffff;
  border-radius: 999px;
  height: 0.375rem;
  position: absolute;
  transform: translateX(-50%);
  width: 0.375rem;
}

.ds_statements_exp_range_dot.is-active {
  background: #ffffff;
}

.ds_statements_exp_range_handle {
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064ff 0%, #0000c8 100%);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0, 100, 255, 0.2);
  height: 1.625rem;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 1.625rem;
}

.ds_statements_exp_range_handle::before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 0.4375rem;
  left: 50%;
  margin-left: -0.1875rem;
  margin-top: -0.25rem;
  position: absolute;
  top: 50%;
  width: 0.4375rem;
}

.ds_statements_exp_range_handle.is-start::before {
  transform: rotate(135deg);
}

.ds_statements_exp_range_handle.is-end::before {
  transform: rotate(-45deg);
}

.ds_statements_exp_range_input {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  height: 1.625rem;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.ds_statements_exp_range_input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 1.625rem;
  pointer-events: auto;
  width: 1.625rem;
}

.ds_statements_exp_range_input::-moz-range-thumb {
  appearance: none;
  background: transparent;
  border: 0;
  height: 1.625rem;
  pointer-events: auto;
  width: 1.625rem;
}

.ds_statements_exp_range_labels {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.ds_statements_exp_range_label {
  color: #121212;
  font-family: "Chillax", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: center;
}

.ds_statements_exp_range_label.is-active {
  color: #121212;
}

.ds_statements_exp_toolbar_groups {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ds_statements_exp_pill {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0.375rem;
  color: #0f1430;
  cursor: pointer;
  display: inline-flex;
  font-family: "Chillax", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1rem;
  min-height: 1.5rem;
  padding: 0.25rem 0.375rem;
  transition: background-color 0.16s ease, color 0.16s ease;
}

.ds_statements_exp_toolbar_group {
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 0.625rem;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0.375rem;
}

.ds_statements_exp_pill .ds_colored_text {
  font-size: inherit;
  line-height: inherit;
}

.ds_statements_exp_pill.is-active {
  background: #e5efff;
  color: #0064ff;
}

.ds_statements_exp_pill.is-static {
  background: #e5efff;
  cursor: default;
}

.ds_statements_exp_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
}

.ds_statements_exp_tab {
  box-shadow: none;
  min-width: unset;
}

.ds_statements_exp_tab .ds_menu_item {
  font-size: 1rem;
  line-height: 1.5rem;
}

.ds_statements_exp_table_card {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.ds_statements_exp_table_wrap {
  overflow-x: auto;
  overflow-y: visible;
}

.ds_statements_exp_table_shell {
  min-width: 100%;
  width: max-content;
}

.ds_statements_exp_table_grid {
  align-items: stretch;
  column-gap: 0.5rem;
  display: grid;
  grid-template-columns: 14.625rem repeat(var(--ds-col-count), 6rem);
  min-width: 100%;
  width: max-content;
}

.ds_statements_exp_table_head {
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064ff 0%, #0000c8 100%);
  border-radius: 0.625rem 0.625rem 0 0;
  position: sticky;
  top: 5.75rem;
  z-index: 5;
}

.ds_statements_exp_head_main,
.ds_statements_exp_head_cell {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-family: "Chillax", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  min-height: 2.25rem;
  padding: 0.5rem 0;
  white-space: normal;
}

.ds_statements_exp_head_main {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 0;
}

.ds_statements_exp_head_cell {
  justify-content: center;
  text-align: center;
}

.ds_statements_exp_table_body {
  display: flex;
  flex-direction: column;
}

.ds_statements_exp_row_section,
.ds_statements_exp_row_metric {
  margin-top: 0.125rem;
}

.ds_statements_exp_section_label {
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  font-family: "Chillax", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  min-height: 2.25rem;
  padding: 0.375rem 0 0.375rem 0.625rem;
}

.ds_statements_exp_section_fill {
  grid-column: 2/-1;
}

.ds_statements_exp_row_section.is-subsection .ds_statements_exp_section_label {
  padding-left: 1.625rem;
}

.ds_statements_exp_row_metric {
  border-radius: 0.625rem;
}

.ds_statements_exp_row_metric.is-odd {
  background: #f7f8fa;
}

.ds_statements_exp_row_metric.is-even {
  background: #ffffff;
}

.ds_statements_exp_row_metric.is-total {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}

.ds_statements_exp_row_metric.is-important .ds_statements_exp_metric_label {
  font-weight: 600;
}

.ds_statements_exp_row_metric.is-selected {
  background: #edf3ff;
}

.ds_statements_exp_metric_cell {
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 0.75rem;
  min-height: 2.25rem;
  padding: 0.375rem 0.625rem 0.375rem 1.25rem;
}

.ds_statements_exp_metric_label_wrap {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  min-width: 0;
  padding-left: calc(var(--ds-indent, 0) * 1.25rem);
}

.ds_statements_exp_metric_label {
  color: #101424;
  font-family: "Chillax", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  overflow-wrap: anywhere;
  white-space: normal;
}

.ds_statements_exp_metric_pick,
.ds_statements_exp_metric_info {
  align-items: center;
  background: transparent;
  border: 0;
  color: #93a0cd;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  padding: 0;
}

.ds_statements_exp_metric_pick span {
  background: transparent;
  border: 1px solid #000000;
  border-radius: 0.375rem;
  display: inline-block;
  height: 1.125rem;
  position: relative;
  width: 1.125rem;
}

.ds_statements_exp_metric_pick.is-active span::after {
  background: radial-gradient(75.19% 214.55% at 76.34% 72.92%, #0064ff 0%, #0000c8 100%);
  border-radius: 0.22rem;
  content: "";
  inset: 0.12rem;
  position: absolute;
}

.ds_statements_exp_metric_pick.is-disabled {
  cursor: default;
  opacity: 0.45;
}

.ds_statements_exp_lock {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.ds_statements_exp_value_cell {
  align-items: center;
  color: #121212;
  display: flex;
  font-family: "Chillax", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.5rem;
  min-height: 2.25rem;
  padding: 0.375rem 0;
  text-align: center;
}

.ds_statements_exp_empty {
  color: #5f678c;
  font-family: "Chillax", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem 0.25rem;
}

.ds_statements_exp_tooltip {
  background: #101424;
  border-radius: 1rem;
  color: #fff;
  font-family: "Chillax", sans-serif;
  font-size: 0.875rem;
  line-height: 1.45;
  max-width: 20rem;
  opacity: 0;
  padding: 0.85rem 1rem;
  pointer-events: none;
  position: absolute;
  transform: translateY(0.2rem);
  transition: opacity 0.14s ease, transform 0.14s ease;
  z-index: 12;
}

.ds_statements_exp_tooltip.is-active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .ds_stock_header_exp {
    flex-direction: column;
  }
  .ds_stock_header_exp_card_scores {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .page-template-ds_pages_new .ds_main_content.ds_main_content_exp {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .ds_stock_header_exp_card_main {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.25rem;
  }
  .ds_stock_header_exp_price {
    border-left: 0;
    margin-left: 0;
    min-width: 0;
    padding-left: 0;
  }
  .ds_statements_exp_range_labels,
  .ds_statements_exp_toolbar_groups {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .ds_stock_header_exp_card,
  .ds_statements_exp_graph_shell,
  .ds_statements_exp_toolbar,
  .ds_statements_exp_table_card {
    border-radius: 1.5rem;
  }
  .ds_stock_header_exp_card_scores {
    flex-wrap: wrap;
  }
  .ds_statements_exp_tabs {
    gap: 0.5rem;
  }
  .ds_statements_exp_tab {
    width: 100%;
  }
  .ds_statements_exp_metric_strip_inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

/*# sourceMappingURL=ds_statements_experiment.css.map */
