.running { align-items: center; }
.running .publication-brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.publication-brand img { display: block; width: 128px; height: auto; }
.cover .publication-brand { position: relative; }
.cover .publication-brand::before { content: ""; position: absolute; inset: -4px -8px; background: #fff; border-radius: 2px; }
.cover .publication-brand img { position: relative; }
@media screen and (max-width:580px) { .publication-brand img { width: 108px; } }

/* One coordinate system keeps labels and traces aligned on screen and in PDF. */
.cover .circuit-art { margin-inline: 0; }
.firmware-diagram { display: block; width: 100%; height: 100%; font-family: var(--site-font); }
:lang(ko) .cover .cover-title { letter-spacing: -.045em; }
@media screen and (max-width: 580px) {
  :lang(ko) .cover .cover-title { font-size: clamp(38px, 10vw, 58px); }
}
