.archirenk-article-byline{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem 1rem;
  align-items:center;
  margin:1rem 0 1.25rem;
  padding:.85rem 1rem;
  border:1px solid rgba(17,24,39,.10);
  border-radius:14px;
  background:#f8fafc;
  color:#334155;
  font-size:.96rem;
  line-height:1.5
}
.archirenk-article-byline strong{color:#0f172a}
.archirenk-article-byline time{color:#475569}
.archirenk-article-byline .sep{
  width:1px;
  height:1rem;
  background:rgba(15,23,42,.14)
}
@media (max-width:640px){
  .archirenk-article-byline{padding:.8rem .9rem}
  .archirenk-article-byline .sep{display:none}
}
