/* DiveScanner article extras: Back button + save pill helpers.
   Site header/footer live in site-chrome.css. */

.ds-back{display:inline-flex;align-items:center;gap:6px;background:none;border:0;font:inherit;font-size:14px;font-weight:700;color:#0d3d6b;cursor:pointer;padding:10px 12px;border-radius:9px;margin:10px max(14px,calc((100% - 1100px)/2)) 0;transition:background .12s}
.ds-back:hover{background:rgba(13,61,107,.07)}
.ds-back svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
