.analytics-engagement.ae-last-played .ae-history__hint {
  margin: 0.65rem auto 0;
  max-width: 32rem;
  font-size: 0.82rem;
  color: var(--ae-muted);
  line-height: 1.45;
}

.analytics-engagement.ae-last-played .ae-history__list {
  list-style: none;
  margin: 1.25rem auto 0;
  padding: 0;
  max-width: 28rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.analytics-engagement.ae-last-played .ae-history__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: var(--ae-card);
  border: 1px solid color-mix(in srgb, var(--ae-text) 8%, transparent);
  text-decoration: none;
  color: var(--ae-text);
  transition: border-color 0.15s ease;
}

.analytics-engagement.ae-last-played .ae-history__row:hover {
  border-color: color-mix(in srgb, var(--ae-accent) 40%, transparent);
}

.analytics-engagement.ae-last-played .ae-history__name {
  font-weight: 700;
  font-size: 0.92rem;
}

.analytics-engagement.ae-last-played .ae-history__when {
  font-size: 0.78rem;
  color: var(--ae-muted);
  white-space: nowrap;
}

.analytics-engagement.ae-last-played .ae-history__foot {
  margin-top: 1.25rem;
  text-align: center;
}
