
/* SLDS */
.slds-button {
  font-size: 1rem;
  padding: 10px 30px;
}

.slds-button--brand, .slds-button_brand {
  background-color: var(--color-brand);
  border-color: var(--color-brand);
  color: white !important;

  &:focus, &:hover {
    background-color: var(--color-brand);
    border-color: var(--color-brand);
  }
}

@media (min-width: 64em) {
  .slds-grid-large_align-spread {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}