%jsxc-icon-font {
  font-family: jsxc-icons !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none;
}

.jsxc-icon {
  display: block;
  min-height: 44px;
  width: 44px;

  @media (min-width: 768px) {
    width: 25px;
  }

  &--clickable {
    cursor: pointer;
    opacity: 0.4;

    &:hover {
      opacity: 1;
    }
  }

  &--center {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    min-width: 44px;
    width: 100%;

    @media (min-width: 768px) {
      min-width: 25px;
    }
  }
}
