[data-component-id="lacc_theme:button"],
button {
  padding: 5px;
  background-color: var(--dark-grey);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: var(--border-radius-small);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-weight: bold;

  &:hover,
  &:active {
    background-color: lightgray;
    color: white;
    text-decoration: underline;
  }
}
