.fs-match-analysis-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 40px;
  padding: 0.48rem 0.82rem;
  border: 1px solid rgba(30, 64, 175, 0.3);
  border-radius: 999px;
  background: rgba(30, 64, 175, 0.08);
  color: #1e40af;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.fs-match-analysis-link:hover {
  border-color: #1e40af;
  background: rgba(30, 64, 175, 0.14);
  color: #172554;
  text-decoration: none;
}

.fs-match-analysis-link:focus-visible {
  outline: 3px solid #60a5fa;
  outline-offset: 3px;
}

.fs-match-analysis-link--block {
  margin-top: 0.7rem;
}

[data-theme="dark"] .fs-match-analysis-link {
  border-color: rgba(147, 197, 253, 0.44);
  background: rgba(96, 165, 250, 0.14);
  color: #dbeafe;
}
