@use '~@moda/om';

.Clickable {
  @include om.text(body1);

  &:not(&--disabled) {
    cursor: pointer;
  }

  appearance: none;
  background-color: transparent;
  border: 0;
  color: inherit;
  font-size: om.dangerously-get-font-size(2);
  padding: 0;
  text-decoration: none;
  white-space: nowrap;

  > label {
    cursor: inherit;
  }
}
