/* line 2, ../../src/js-button.scss */
.c-button {
  background: transparent;
  border-color: currentcolor;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  margin: 0;
  padding: 0.4em 0.75em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  overflow: hidden;
}

/* line 22, ../../src/js-button.scss */
.c-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 28, ../../src/js-button.scss */
.c-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 34, ../../src/js-button.scss */
.c-button:hover,
.c-button:focus,
.c-button:active {
  text-decoration: none;
}

/* line 40, ../../src/js-button.scss */
.c-button:disabled,
.c-button.is-disabled {
  cursor: default;
  opacity: 0.6;
}

/* line 48, ../../src/js-button.scss */
.c-button--toggle-state:not(.is-active) .o-icon--visible-on-active {
  display: none;
}
/* line 49, ../../src/js-button.scss */
.c-button--toggle-state:not(.is-active) .c-button__text--visible-on-active {
  display: none;
}
/* line 52, ../../src/js-button.scss */
.c-button--toggle-state.is-active .o-icon:not(.o-icon--visible-on-active) {
  display: none;
}
/* line 53, ../../src/js-button.scss */
.c-button--toggle-state.is-active .c-button__text:not(.c-button__text--visible-on-active) {
  display: none;
}

/*# sourceMappingURL=js-button.css.map */
