@use "../../../styles/typography.scss";

.container {
  @include typography.sans($size: "000");

  &.text-align-center {
    text-align: center;
  }

  &.text-align-right {
    text-align: right;
  }
}

.layout-inline {
  .bylines,
  .byline,
  .times {
    display: inline;
  }
}
