.strategy-performance-summary {
  margin-top: .75rem;
  overflow: hidden;
  border: 1px solid #1d5967;
  border-radius: 11px;
  background: linear-gradient(145deg, rgba(8, 35, 48, .94), rgba(9, 48, 59, .9));
  text-align: left;
}

.strategy-performance-summary > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .65rem .8rem;
  border-bottom: 1px solid rgba(48, 119, 129, .35);
  color: #91adb5;
  font-size: .7rem;
}

.strategy-performance-summary > header span {
  color: #65d8d2;
  font-weight: 800;
  letter-spacing: .06em;
}

.strategy-performance-primary {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem .8rem .7rem;
}

.strategy-performance-primary > span {
  color: #8ca9b1;
  font-size: .72rem;
}

.strategy-performance-primary > strong {
  color: #e9f5f5;
  font-size: 1.18rem;
  line-height: 1;
  white-space: nowrap;
}

.strategy-performance-primary > strong small {
  color: #8ca9b1;
  font-size: .62rem;
}

.strategy-performance-primary > strong.is-positive {
  color: #65dfb9;
}

.strategy-performance-primary > strong.is-negative {
  color: #ff9c9c;
}

.strategy-performance-summary dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid rgba(48, 119, 129, .25);
}

.strategy-performance-summary dl > div {
  min-width: 0;
  padding: .62rem .8rem;
}

.strategy-performance-summary dl > div + div {
  border-left: 1px solid rgba(48, 119, 129, .25);
}

.strategy-performance-summary dt {
  color: #7899a2;
  font-size: .66rem;
}

.strategy-performance-summary dd {
  margin: .18rem 0 0;
  overflow-wrap: anywhere;
  color: #e7f3f4;
  font-size: .78rem;
  font-weight: 700;
}

.strategy-performance-summary > p {
  min-height: 3.45em;
  margin: 0;
  padding: .55rem .8rem .65rem;
  border-top: 1px solid rgba(48, 119, 129, .2);
  color: #7899a2;
  font-size: .64rem;
  line-height: 1.5;
}

@media (max-width: 420px) {
  .strategy-performance-primary {
    align-items: flex-start;
    flex-direction: column;
    gap: .45rem;
  }

  .strategy-performance-primary > strong {
    font-size: 1.1rem;
  }
}
