.account-button {
  line-height: 56px;
  display: inline-block;
  border: none;
  vertical-align: bottom;
  cursor: pointer;
  padding: 0 2em;
  white-space: nowrap;
  font-weight: 500;
  color: white;
}

@media (max-width:1000px) {
  .account-button__disposable-text {
    display: none;
  }
}

.account-button:hover {
  text-decoration: none;
  filter: brightness(.9);
}

.account-button:focus {
  box-shadow: 0 0 0 2px;
  outline: 0;
}

.account-button__icon {
  font-size: 1.37em;
  line-height: 1rem;
  vertical-align: -.131em;
}

.account-button--grey {
  background: #ebebeb;
  color: inherit;
}

.account-button--white {
  background: white;
  color: inherit;
}