/*------------------------------------*\
  Components > Archive
\*------------------------------------*/

.c-archive {
  padding: double($base-spacing-unit);
  margin-bottom: double($base-spacing-unit);
  background-color: $bg-gray;
  border: 1px solid $color-border;

  &__title {
    margin-bottom: 0;
    font-size: $font-size-base;
  }

  &__description {
    margin-top: half($base-spacing-unit);
    margin-bottom: 0;
    font-size: $font-size-small;
  }
}