.tg-tags
  cursor default
  display block

.tg-tag-item
  display inline-block
  list-style none
  line-height 40px
  margin-right 5px

  &:last-child
    margin-right 0

.tg-tag
  padding 2px 4px
  background-color c-strongish
  box-shadow 1px 1px 1px c-border
  margin-right 10px

  &:hover
    background-color c-pink-light
    text-decoration none

@media screen and (min-width: 768px)
  .tg-tags
    display inline-block

  .tg-tag
    margin 0

  .tg-tag-item
    line-height inherit
