.site-release {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  margin-top: 10px;
  padding: 4px 8px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  opacity: 0.48;
  transition: opacity 160ms ease;
}

.site-release::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #45c6b6;
  box-shadow: 0 0 0 3px rgba(69, 198, 182, 0.14);
}

.site-release:hover,
.site-release:focus-visible {
  opacity: 1;
}
