/* css/modules/wall.css: the .wall-* module — split out of css/app.css by #360's sibling stage (#362).
   Load order is core.css, then every modules/*.css alphabetically; rules here
   are in their original relative order, and no selector in this file appears in
   any other (asserted in tests/css-split-check.js). */

/* depot monitor header (wall display) */
.wall-hd{display:flex;align-items:center;gap:14px;background:var(--ink);color:#fff;padding:14px 24px}
.wall-hd[hidden]{display:none}
.wall-hd__mark{width:38px;height:38px}
.wall-hd__word{font-weight:900;font-size:20px;letter-spacing:.5px}
.wall-hd__word b{color:#fff}
.wall-hd__word i{color:var(--orange);font-style:normal}
.wall-hd__title{font-size:19px;font-weight:800;color:#fff;border-left:1px solid rgba(255,255,255,.25);padding-left:14px}
.wall-hd__clock{margin-left:auto;font-size:19px;font-weight:800;color:var(--yellow);font-variant-numeric:tabular-nums}
.wall-links{display:flex;flex-wrap:wrap;gap:8px}
