// Article
// Luxize components for styling article
//


.article {
  position: relative;
}

.article-date {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  width: 40px;
  padding: .5 * $spacer 0;
  text-align: center;
  background-color: var(--lx-ornament-bg-color);
  border-color: var(--lx-ornament-border-color);
  border-style: var(--lx-ornament-border-style);
  border-width: var(--lx-ornament-border-width);

  span {
    display: block;
  }
}

.article-date-m {
  font-size: $font-size-base * .65;
  font-weight: 700;
  text-transform: uppercase;
}

.article-date-d {
  font-size: $font-size-base * 1.5;
  line-height: 1.5rem;
}
