.btn-default.ghost {
  border-color: $color-link-blue;
  color: $color-link-blue;
  text-transform: uppercase;

  &:hover {
    background-color: transparent;
  }

  [class^='icon-'] {
    padding-right: 5px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  a {
    color: $text-color;

    &:hover {
      color: inherit;
    }
  }
}

// Changed from @extend to save 5kb. But consider to remove this class, since it´s most likely not in use
.link {
  color: $link-color;
  text-decoration: none;
  cursor: pointer;

  &:hover,
  &:focus {
    color: $link-hover-color;
    text-decoration: underline;
  }

  a:active,
  a:hover {
    outline: 0;
  }
}

.text-block {
  .tui-tag-links {
    margin: $margin-double 0;

    &:first-child {
      margin: 0;
    }
  }
}
