.cob-Button__inversed {
  @apply c-text-surfaceFixed c-border-surfaceFixed;

  background-color: transparent;
  box-shadow: none;

  &:hover,
  &:active {
    box-shadow: none;
  }
}
