/* 05-objects/_panel.css — a bordered surface. Structure + the two grounds only; no type. */
.o-panel { background: var(--surface); border: var(--stroke) solid var(--rule); border-radius: var(--radius-md); }
.o-panel--pad { padding: var(--pad-panel); }
.o-panel--sunken { background: var(--surface-sunken); }
.o-panel--flush > table { border-radius: inherit; }
