@import url("/theme.css");

.metaLine{
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}

.detailBody{
  line-height: 1.7;
  font-size: 16px;
}

.oneLiner{
  margin: 2px 0 12px;
}

.miniCap{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,0.12);
  font-size: 12px;
  font-weight: 700;
  color: rgba(0,0,0,0.68);
  letter-spacing: 0.3px;
}

.tagRow{
  display:flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.tag{
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.12);
  background: rgba(255,255,255,0.70);
  font-size: 12px;
  font-weight: 650;
  color: rgba(0,0,0,0.72);
}

.dirList a{ justify-content: space-between; }
.rowMain{ display:inline-block; }
.rowMeta{
  opacity: 0.70;
  font-size: 12px;
  font-weight: 650;
}