@value button: '../../shared/styles/button.css';
@value buttonLarge from button;

.root {
  composes: buttonLarge;
  height: 2.75rem;
  padding-top: 0.5rem;
  transition: background 0.25s;
}

.hidden {
  display: none;
}

.content {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.title {
  margin-left: 0.625rem;
  padding-bottom: 0.75rem;
  color: #999;
  font-family: Roboto;
  font-size: 1rem;
  line-height: 1.2;
}
