/* Minimal styles + page break between docs */
.sweetco-contracts-page { background:#fff; color:#111; font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; }
.sweetco-contracts-wrap { max-width:900px; margin:40px auto; padding:20px 24px; border:1px solid #e5e7eb; border-radius:16px; }
.contracts-actions { display:flex; justify-content:flex-end; margin-bottom:12px; }
.contracts-actions button { padding:10px 14px; border:1px solid #e5e7eb; background:#f9fafb; cursor:pointer; border-radius:10px; }
.contracts-sep { margin:24px 0; border:0; border-top:2px dashed #e5e7eb; }
@media print { .sweetco-contracts-wrap { border:none; border-radius:0; margin:0; } .contracts-sep { page-break-before: always; } }
