////
/// Tile Print
/// @group tile
////

#{ns(tile)},
#{ns(tile--sm)} {
  #{ns(tile)}__desc,
  #{ns(tile)}__detail,
  &__desc,
  &__detail {
    @include text-style(md);
  }
}

#{ns(tile)} {
  page-break-inside: avoid;
  border: 1px solid var(--border-default-grey);

  &:not(#{ns(tile--horizontal)}):not(#{ns(tile--download)}) &__content {
    padding-bottom: 0 !important;
  }

  &__title {
    @include before {
      background-image: none !important;
    }

    a,
    button {
      @include before {
        background-image: none !important;
      }

      @include after {
        display: none;
      }
    }
  }
}
