.byline {
  background-color: var(--bs-tertiary, #1d5970);
  border-radius: 0.375rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.byline .author,
.byline .date {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.176rem;
  text-transform: uppercase;
  width: auto;
}
@media (min-width: 768px) {
  .byline .author,
.byline .date {
    font-size: calc(14px + 0 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .byline .author,
.byline .date {
    font-size: 14px;
    line-height: 1.8;
  }
}
.byline .author > :not(a, .material-symbols-outlined, pre),
.byline .date > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}