/* Minimal print stylesheet: strip chrome, keep readable content. */
.cc-header, .cc-announcement, .cc-footer, .cc-drawer, .cc-back-to-top, .cc-form { display: none !important; }
body { background: #fff; color: #000; }
a { color: #000; text-decoration: underline; }
.cc-container { max-width: 100%; padding: 0; }
