.gateway-demo {
  gap: 8px;
}

.gateway-demo a {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border: 1px solid var(--accent);
  border-radius: 11px;
  background: linear-gradient(110deg, var(--accent), var(--green));
  color: var(--bg);
  font-size: 11px;
  font-weight: 950;
  text-decoration: none;
}

.gateway-demo a b {
  font-size: 17px;
}

.owner-funds article > em {
  padding: 7px 9px;
  border: 1px solid var(--accent);
  border-radius: 8px;
  color: var(--accent);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}
