.tenet-breed-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
}

.tenet-breed-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: transparent;
  border: 2px solid #ffb700;
  color: #0a0a0a;
  border-radius: 100px;
  padding: 9px 20px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  transition: background-color 0.18s ease;
}

.tenet-breed-btn:hover,
.tenet-breed-btn:focus {
  background-color: #ffb700;
  color: #0a0a0a;
  text-decoration: none;
}

.tenet-breed-btn svg {
  flex-shrink: 0;
}
