////
/// Card Module - deprecated
/// @group card
////

#{ns(card)} {
  &__body {
    @include padding(0 8v);
  }

  &__content {
    @include margin(0 -8v);
  }

  &__footer {
    @include margin(0 -8v);
  }

  &__body > &__detail,
  &__body > &__title {
    @include margin-top(8v);
  }

  &__body > &__detail {
    @include margin-bottom(-4v);
  }

  &__body > &__desc,
  &__body > &__title {
    @include margin-bottom(8v);
  }

  &__body > &__desc {
    @include margin-top(-4v);
  }

  &#{ns(enlarge-link)}:not(&--no-arrow) &__body > &__desc,
  &#{ns(enlarge-link)}:not(&--no-arrow) &__body > &__title {
    @include margin-bottom(18v);
  }

  &#{ns(enlarge-link)}:not(&--no-arrow) &__body > &__desc {
    @include margin-top(-14v);
  }
}
