.radius-brand:link,
.radius-brand:visited {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 700;
  gap: 10px;
  line-height: 1;
  text-decoration: none;
}

.radius-brand__mark {
  align-items: center;
  background:
    linear-gradient(145deg, #48d8c6 0%, #159a8b 48%, #0a625c 100%) padding-box,
    linear-gradient(145deg, #c2fff7 0%, #48d8c6 38%, #064944 100%) border-box;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow:
    0 0 12px rgba(72, 216, 198, 0.3),
    inset 0 1px 1px rgba(255, 255, 255, 0.38),
    inset 0 -5px 9px rgba(3, 45, 42, 0.2);
  box-sizing: border-box;
  color: #06211e;
  display: inline-flex;
  flex: 0 0 28px;
  font-size: 1.25rem;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.radius-brand__name {
  color: #ffffff;
}

.radius-brand:focus-visible {
  border-radius: 4px;
  outline: 3px solid #85e7d9;
  outline-offset: 4px;
}
