<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mcc__metabox{
  display: table;
  width: 100%;
}
.mcc__meta-key,
.mcc__meta-value{
  display: table-cell;
}
.mcc__meta-key{
  font-weight: bold;
}
.mcc__meta-key:after{
  content: ': ';
}
.mcc__meta-value {
  text-align: right;
}
</pre></body></html>