.mle-button {
  background: var(--color-background);
  padding: 12px 15px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.6);
  font-size: 12px;
  transition: 0.2s opacity ease;
}

.mle-button:hover {
  opacity: 0.5;
}

.mle-button.mle-button--alt {
  background: #000000;
  color: #ffffff;
}
