/* Version control (the Mac's Releases screen, lines 27-30). Owned by the
   Version control agent; contract: the web redesign specification, part 4,
   section 4.9. Only rel- classes live here; every other class is base. */

#rel-inner{max-width:820px;gap:var(--s-xxl)}
/* rows, messages and banners (class "msg banner …") inside a card sit on the
   card's own inset: base gives them side padding for full-width lists, and a
   message that ends a card drops its hairline */
#rel-inner .block>.trow,#rel-inner .block>.msg{padding-left:0;padding-right:0}
#rel-inner .block>.msg:last-child{border-bottom:0}

/* the live version line: name · notarised word · build, on one row */
.rel-live{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;min-width:0}
.rel-version{font-size:16px;font-weight:600}
.rel-build{font-size:12.5px;color:var(--faint);font-variant-numeric:tabular-nums;margin-left:auto;white-space:nowrap}

/* the permanent link, under "Send people this" */
.rel-url{display:block;margin-top:var(--s-xxs);color:var(--faint);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;user-select:all}

/* the chosen disk image */
.rel-file{display:block;font-size:14.5px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.rel-facts{display:block;margin-top:var(--s-xxs);font-size:12.5px;color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rel-sha{display:block;margin-top:var(--s-xxs);color:var(--faint);user-select:all;word-break:break-all}
