/* line 1, buttons.scss */
.super-button {
  width: 240px;
  min-height: 56px;
  padding: 18px;
  border: none;
  border-radius: 56px;
  box-shadow: none;
  background-color: var(--color-action-100);
  cursor: pointer; }
  /* line 13, buttons.scss */
  .super-button > span {
    color: var(--color-base-080);
    text-decoration: none; }

/* line 19, buttons.scss */
.super-button:hover {
  background-color: var(--color-action-120); }
