.developer-endpoints {
  margin-top: 20px;
  border: 1px solid #ffffff0d;
  border-radius: 12px;
  overflow: hidden;
  background: #070a11;
}
.developer-endpoints > div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 10px;
  border-bottom: 1px solid #ffffff0a;
}
.developer-endpoints > div:last-child { border: 0; }
.developer-endpoints span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  color: #657087;
}
.developer-endpoints code {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #acb8d0;
  font-size: 10px;
}
.copy {
  padding: 5px 8px;
  border-radius: 7px;
  background: #1a2030;
  border: 1px solid #ffffff12;
  font-size: 9px;
}
