/* ════ AdBoard shared styles — SELF-CONTAINED (no CSS vars) so the native-size
   board renders identically in the tool, the .html share file and the viewer. ════ */
.apb-board{display:flex;flex-wrap:wrap;gap:26px;align-items:flex-start;align-content:flex-start}
.apb-card{flex:none;display:flex;flex-direction:column;gap:9px}
.apb-stage{position:relative;flex:none;background:#fff;border-radius:5px;overflow:hidden;box-shadow:0 8px 26px -10px rgba(24,32,60,.30),0 1px 3px rgba(24,32,60,.14)}
.apb-ad{display:block;border:0;background:#fff}
.apb-iframe{border:0}
.apb-foot{display:flex;align-items:center;gap:9px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
.apb-size{font-size:12.5px;font-weight:800;color:#27314a;letter-spacing:-.01em}
.apb-kind{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#7c879b;background:#eef1f6;border-radius:20px;padding:2px 8px}
.apb-bytes{font-size:11px;font-weight:700;color:#5b6577;background:#f4f6fa;border:1px solid #e6e9f0;border-radius:20px;padding:2px 8px;letter-spacing:.01em}
.apb-btn{border:1px solid #dfe3ec;background:#fff;color:#7c879b;width:25px;height:25px;border-radius:7px;cursor:pointer;display:grid;place-items:center;font-size:15px;line-height:1;transition:.15s;padding:0}
.apb-replay svg{display:block}
.apb-replay:hover{color:#4f46e5;border-color:#c4caf3;background:#f5f6ff}
.apb-x{margin-left:auto;font-weight:700}
.apb-x:hover{color:#e11d48;border-color:#f3b4bd;background:#fff5f6}
