.investor_category:hover,
  .investor_category:focus-visible {
    color: #fff !important;
  }
  .investor_category:hover h2,
  .investor_category:hover .investor_category_link,
  .investor_category:hover .investor_category_link i,
  .investor_category:focus-visible h2,
  .investor_category:focus-visible .investor_category_link,
  .investor_category:focus-visible .investor_category_link i {
    color: #fff !important;
    opacity: 1;
  }
  .investor_stock { padding: 34px 0 56px; background: #f6f7f9; }
  .stock_heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
  .stock_eyebrow { margin: 0 0 6px; color: #003566; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
  .stock_heading h2 { margin: 0; color: #17191d; font-size: 34px; line-height: 40px; }
  .stock_exchange { color: #0071bc; font-size: 15px; font-weight: 600; }
  .stock_layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(300px, .9fr); gap: 22px; }
  .stock_panel { border: 1px solid rgba(0,53,102,.16); background: #fff; box-shadow: none; }
  .stock_chart_panel { padding: 20px 24px; }
  .stock_quote { display: flex; align-items: baseline; flex-wrap: wrap; gap: 18px; }
  .stock_price { color: #0b1d32; font-size: clamp(38px, 4vw, 54px); line-height: 1; font-weight: 600; }
  .stock_change { font-size: 17px; font-weight: 600; }
  .stock_change.is-positive { color: #087f5b; }
  .stock_change.is-negative { color: #c92a2a; }
  .stock_meta { margin: 9px 0 14px; color: #5b616a; font-size: 13px; }
  .stock_chart_wrap { position: relative; min-height: 215px; border-top: 1px solid #dfe3e8; padding-top: 10px; }
  .stock_chart { display: block; width: 100%; height: 215px; overflow: visible; }
  .stock_grid_line { stroke: #dfe3e8; stroke-width: 1; }
  .stock_area { fill: url(#stockAreaGradient); }
  .stock_line { fill: none; stroke: #0071bc; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
  .stock_point { fill: #fff; stroke: #0071bc; stroke-width: 3; }
  .stock_axis_label { fill: #606771; font-family: var(--bs-font-body); font-size: 12px; }
  .stock_loading, .stock_error { position: absolute; inset: 20px 0 0; display: grid; place-items: center; color: #5b616a; background: #fff; }
  .stock_error { color: #9c2d2d; }
  .stock_stats_title { margin: 0; padding: 15px 20px; color: #fff; background: #003566; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
  .stock_stats { margin: 0; padding: 0 22px; }
  .stock_stat { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px solid #e1e4e8; font-size: 14px; }
  .stock_stat dt { color: #4c535c; font-weight: 400; }
  .stock_stat dd { margin: 0; color: #17191d; font-weight: 600; text-align: right; }
  .stock_source { margin: 0; padding: 12px 22px; color: #5b616a; font-size: 11px; line-height: 16px; }
  @media (max-width: 991px) { .stock_layout { grid-template-columns: 1fr; } }
  @media (max-width: 575px) {
    .investor_stock { padding: 28px 0 44px; }
    .stock_heading { align-items: start; flex-direction: column; }
    .stock_heading h2 { font-size: 30px; line-height: 36px; }
    .stock_chart_panel { padding: 18px 14px; }
    .stock_chart_wrap, .stock_chart { min-height: 210px; height: 210px; }
  }
