.endpoint {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fafafa;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #eee;
}

.endpoint .method {
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  color: white;
  font-weight: 600;
}

.endpoint .md-code__button {
  margin-left: auto;
}

.endpoint .method.get { background: #42b983; }
.endpoint .method.post { background: #f3c241; }

.endpoint .url {
  font-family: monospace;
}
