:root{--ccg-blue:#073765;--ccg-green:#56a51f;--ccg-light:#e8f2f8;--ccg-soft:#eef8ea;--ccg-border:#d8e2eb;--ccg-text:#172f46;--ccg-muted:#647488}
*{box-sizing:border-box}.ccg-card,.ccg-invoice{font-family:Arial,Helvetica,sans-serif;color:var(--ccg-text);background:#fff}.ccg-card{max-width:1120px;margin:20px auto;padding:22px;border:1px solid var(--ccg-border);border-radius:12px;box-shadow:0 4px 22px rgba(0,0,0,.06)}.ccg-form label{display:block;font-weight:700;margin:12px 0 6px}.ccg-form input,.ccg-form textarea,.ccg-toolbar input{width:100%;padding:10px;border:1px solid #cfdbe5;border-radius:6px}.ccg-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ccg-item-row{display:grid;grid-template-columns:1.1fr 2fr .7fr auto;gap:10px;align-items:start;margin-bottom:10px}.ccg-submit,.ccg-print-btn,.button-primary{background:var(--ccg-blue)!important;color:#fff!important;border:none!important;border-radius:6px!important;padding:11px 16px!important;font-weight:700!important}.ccg-toolbar{max-width:794px;margin:15px auto;display:flex;gap:10px;align-items:center}.ccg-toolbar input{font-size:12px}.ccg-invoice{width:794px;max-width:100%;margin:0 auto 30px;border:1px solid var(--ccg-border);box-shadow:0 4px 24px rgba(0,0,0,.08);overflow:hidden}.ccg-page{padding:0 0 28px;background:#fff}.ccg-topbar{background:linear-gradient(90deg,var(--ccg-blue) 0%,var(--ccg-blue) 76%,var(--ccg-green) 76%,var(--ccg-green) 100%);color:#fff;display:grid;grid-template-columns:34% 66%;gap:10px;align-items:center;padding:15px 18px;font-size:12px;line-height:1.35}.ccg-topbar strong{font-weight:800}.ccg-topbar span{text-align:right;overflow-wrap:anywhere}.ccg-hero{display:grid;grid-template-columns:230px 1fr;gap:24px;align-items:center;padding:34px 42px 22px}.ccg-hero img{width:220px;max-height:120px;object-fit:contain}.ccg-hero h1{margin:0;color:var(--ccg-blue);font-size:29px;line-height:1.08;text-align:right;text-transform:uppercase;font-weight:900;letter-spacing:.2px}.ccg-hero h2{margin:10px 0 8px;color:var(--ccg-green);font-size:24px;line-height:1.15;text-align:right;font-weight:400}.ccg-hero p{text-align:right;margin:0;color:var(--ccg-muted);font-size:15px}.ccg-summary-grid,.ccg-section{padding:0 42px 22px}.ccg-section{break-inside:avoid;page-break-inside:avoid}.ccg-section h3{background:var(--ccg-blue);color:#fff;margin:0;padding:12px 14px;text-transform:uppercase;letter-spacing:.3px;font-size:18px;line-height:1.2}.ccg-table,.ccg-summary-grid table{width:100%;border-collapse:collapse;font-size:12.7px;line-height:1.35}.ccg-table th,.ccg-table td,.ccg-summary-grid th,.ccg-summary-grid td{border:1px solid var(--ccg-border);padding:9px 10px;vertical-align:top;overflow-wrap:break-word}.ccg-table th,.ccg-summary-grid th{background:var(--ccg-light);color:var(--ccg-blue);text-align:left;font-weight:800}.ccg-summary-grid th{width:22%}.ccg-summary-grid td{width:28%}.ccg-table th{width:25%}.ccg-breakdown thead th{background:var(--ccg-soft);color:var(--ccg-blue)}.ccg-breakdown th:nth-child(1),.ccg-breakdown td:nth-child(1){width:28%}.ccg-breakdown th:nth-child(2),.ccg-breakdown td:nth-child(2){width:52%}.ccg-breakdown th:nth-child(3),.ccg-breakdown td:nth-child(3){width:20%;text-align:right;white-space:normal}.ccg-total-row td{background:var(--ccg-blue)!important;color:#fff!important;font-weight:900;font-size:15px;text-align:right}.ccg-total-box{border:2px solid var(--ccg-blue);padding:12px 14px;margin:0 42px 22px;background:#fff}.ccg-total-box .label{font-weight:900;color:var(--ccg-blue);text-transform:uppercase;font-size:13px}.ccg-total-box .amount{font-size:28px;font-weight:900;color:var(--ccg-green);margin-top:4px}.ccg-note{border:1px solid var(--ccg-border);padding:14px;background:#fff;line-height:1.5;font-size:12.7px;white-space:normal;overflow-wrap:break-word}.ccg-footer{background:var(--ccg-blue);color:#fff;text-align:center;font-size:11px;font-weight:700;padding:18px;margin-top:14px}.ccg-page-number{text-align:right;color:var(--ccg-muted);font-size:10px;padding:0 42px;margin-top:-8px}.ccg-print-warning{max-width:794px;margin:10px auto;color:#566;line-height:1.4;font-size:13px}.ccg-table tr{break-inside:avoid;page-break-inside:avoid}
@media(max-width:820px){.ccg-grid,.ccg-item-row,.ccg-hero{grid-template-columns:1fr}.ccg-invoice{width:100%}.ccg-hero{padding:24px}.ccg-hero h1,.ccg-hero h2,.ccg-hero p{text-align:left}.ccg-summary-grid,.ccg-section,.ccg-total-box{padding-left:18px;padding-right:18px;margin-left:18px;margin-right:18px}.ccg-topbar{grid-template-columns:1fr}.ccg-topbar span{text-align:left}.ccg-table,.ccg-summary-grid table{font-size:12px}.ccg-summary-grid table,.ccg-summary-grid tbody,.ccg-summary-grid tr,.ccg-summary-grid th,.ccg-summary-grid td{display:block;width:100%}.ccg-summary-grid th{border-bottom:none}.ccg-summary-grid td{border-top:none;margin-bottom:6px}}
@media print{@page{size:A4;margin:10mm}html,body{background:#fff!important;margin:0!important;padding:0!important}body *{visibility:hidden}.ccg-invoice,.ccg-invoice *{visibility:visible}.ccg-toolbar,.no-print,.ccg-print-warning{display:none!important}.ccg-invoice{position:relative;width:190mm!important;max-width:190mm!important;margin:0!important;border:none!important;box-shadow:none!important;overflow:visible!important}.ccg-page{padding-bottom:0}.ccg-topbar,.ccg-section h3,.ccg-total-row td,.ccg-footer{print-color-adjust:exact;-webkit-print-color-adjust:exact}.ccg-topbar{padding:11px 12px;font-size:10.2px;grid-template-columns:36% 64%}.ccg-hero{padding:24px 26px 18px;grid-template-columns:50mm 1fr;gap:12mm}.ccg-hero img{width:48mm;max-height:26mm}.ccg-hero h1{font-size:22px}.ccg-hero h2{font-size:18px}.ccg-hero p{font-size:11px}.ccg-summary-grid,.ccg-section{padding-left:26px;padding-right:26px;padding-bottom:15px}.ccg-total-box{margin-left:26px;margin-right:26px;margin-bottom:15px;padding:10px 12px}.ccg-total-box .amount{font-size:22px}.ccg-section{break-inside:avoid;page-break-inside:avoid}.ccg-table,.ccg-summary-grid table{font-size:10.8px}.ccg-table th,.ccg-table td,.ccg-summary-grid th,.ccg-summary-grid td{padding:6px 7px}.ccg-section h3{font-size:14px;padding:9px 10px}.ccg-note{font-size:10.8px;padding:10px}.ccg-breakdown thead{display:table-header-group}.ccg-breakdown tr,.ccg-table tr{break-inside:avoid;page-break-inside:avoid}.ccg-footer{font-size:9px;padding:13px}.ccg-page-number{font-size:8px;padding-right:26px}}
.ccg-help{background:#f7fbff;border-left:4px solid var(--ccg-blue);padding:10px 12px;margin:10px 0 14px;color:#334;line-height:1.45}.ccg-live-total{display:flex;justify-content:space-between;align-items:center;background:var(--ccg-blue);color:#fff;border-radius:10px;padding:14px 16px;margin:12px 0 16px}.ccg-live-total span{text-transform:uppercase;font-weight:900;letter-spacing:.3px}.ccg-live-total strong{font-size:24px;color:#fff}.ccg-standard-row{background:#fbfdff;border:1px solid #edf2f7;border-radius:8px;padding:8px}.ccg-standard-row input:first-child{font-weight:700;color:var(--ccg-blue)}


/* v1.3 Sadie-style clean PDF fixes: keep A4 layout intact on mobile print and prevent sections from being squeezed/cut */
.ccg-invoice{width:794px;max-width:none;margin:0 auto 30px;background:#fff;}
.ccg-table,.ccg-summary-grid table{table-layout:fixed;}
.ccg-table td,.ccg-table th,.ccg-summary-grid td,.ccg-summary-grid th{word-break:normal;overflow-wrap:anywhere;}
.ccg-section{break-inside:auto;page-break-inside:auto;}
.ccg-section h3{break-after:avoid;page-break-after:avoid;}
.ccg-breakdown tr,.ccg-table tr,.ccg-summary-grid tr{break-inside:avoid;page-break-inside:avoid;}
.ccg-breakdown td:nth-child(3),.ccg-breakdown th:nth-child(3){font-weight:800;}

@media(max-width:820px){
  body{overflow-x:auto!important;background:#f4f6f8;}
  .ccg-toolbar,.ccg-print-warning{width:794px;max-width:794px;margin-left:auto;margin-right:auto;}
  .ccg-invoice{width:794px!important;max-width:none!important;margin:0 auto 30px!important;overflow:visible!important;}
  .ccg-hero{display:grid!important;grid-template-columns:230px 1fr!important;gap:24px!important;align-items:center!important;padding:34px 42px 22px!important;}
  .ccg-hero h1,.ccg-hero h2,.ccg-hero p{text-align:right!important;}
  .ccg-summary-grid,.ccg-section{padding-left:42px!important;padding-right:42px!important;margin-left:0!important;margin-right:0!important;}
  .ccg-total-box{margin-left:42px!important;margin-right:42px!important;padding-left:14px!important;padding-right:14px!important;}
  .ccg-summary-grid table{display:table!important;width:100%!important;border-collapse:collapse!important;table-layout:fixed!important;}
  .ccg-summary-grid tbody{display:table-row-group!important;}
  .ccg-summary-grid tr{display:table-row!important;}
  .ccg-summary-grid th,.ccg-summary-grid td{display:table-cell!important;width:auto!important;margin:0!important;border:1px solid var(--ccg-border)!important;padding:9px 10px!important;}
  .ccg-table{display:table!important;width:100%!important;table-layout:fixed!important;}
  .ccg-table tbody{display:table-row-group!important;}
  .ccg-table tr{display:table-row!important;}
  .ccg-table th,.ccg-table td{display:table-cell!important;}
}

@media print{
  @page{size:A4;margin:8mm;}
  html,body{width:auto!important;min-width:0!important;overflow:visible!important;background:#fff!important;}
  .ccg-invoice{width:194mm!important;max-width:194mm!important;margin:0!important;border:none!important;box-shadow:none!important;overflow:visible!important;}
  .ccg-page{width:194mm!important;max-width:194mm!important;overflow:visible!important;}
  .ccg-topbar{display:grid!important;grid-template-columns:38% 62%!important;padding:10px 12px!important;font-size:8.8px!important;line-height:1.25!important;white-space:normal!important;overflow:hidden!important;}
  .ccg-topbar span{text-align:right!important;overflow-wrap:anywhere!important;word-break:break-word!important;color:#fff!important;}
  .ccg-hero{display:grid!important;grid-template-columns:52mm 1fr!important;gap:9mm!important;align-items:center!important;padding:20px 22px 14px!important;}
  .ccg-hero img{width:50mm!important;max-height:28mm!important;object-fit:contain!important;}
  .ccg-hero h1{font-size:20px!important;line-height:1.08!important;text-align:right!important;margin:0!important;}
  .ccg-hero h2{font-size:15.5px!important;line-height:1.15!important;text-align:right!important;margin:6px 0 4px!important;}
  .ccg-hero p{font-size:9.5px!important;text-align:right!important;}
  .ccg-total-box{margin:0 22px 12px!important;padding:8px 10px!important;break-inside:avoid!important;page-break-inside:avoid!important;}
  .ccg-total-box .label{font-size:10px!important;}
  .ccg-total-box .amount{font-size:20px!important;}
  .ccg-summary-grid,.ccg-section{padding-left:22px!important;padding-right:22px!important;padding-bottom:11px!important;margin:0!important;break-inside:auto!important;page-break-inside:auto!important;}
  .ccg-summary-grid table,.ccg-table{display:table!important;width:100%!important;table-layout:fixed!important;border-collapse:collapse!important;}
  .ccg-summary-grid tbody,.ccg-table tbody{display:table-row-group!important;}
  .ccg-summary-grid tr,.ccg-table tr{display:table-row!important;break-inside:avoid!important;page-break-inside:avoid!important;}
  .ccg-summary-grid th,.ccg-summary-grid td,.ccg-table th,.ccg-table td{display:table-cell!important;border:1px solid var(--ccg-border)!important;padding:5.2px 6px!important;font-size:9.4px!important;line-height:1.25!important;vertical-align:top!important;overflow-wrap:anywhere!important;word-break:normal!important;}
  .ccg-summary-grid th{width:18%!important;}
  .ccg-summary-grid td{width:32%!important;}
  .ccg-section h3{font-size:12.5px!important;padding:8px 9px!important;margin:0!important;break-after:avoid!important;page-break-after:avoid!important;}
  .ccg-breakdown thead{display:table-header-group!important;}
  .ccg-breakdown th:nth-child(1),.ccg-breakdown td:nth-child(1){width:27%!important;}
  .ccg-breakdown th:nth-child(2),.ccg-breakdown td:nth-child(2){width:55%!important;}
  .ccg-breakdown th:nth-child(3),.ccg-breakdown td:nth-child(3){width:18%!important;text-align:right!important;}
  .ccg-total-row td{font-size:11.5px!important;}
  .ccg-note{font-size:9.5px!important;line-height:1.35!important;padding:8px!important;}
  .ccg-footer{font-size:8.5px!important;padding:10px!important;margin-top:8px!important;}
  .ccg-page-number{font-size:7.5px!important;padding-right:22px!important;}
}


/* v1.4 exact Sadie-style A4 layout: fixed columns, white headings, no mobile stacking */
:root{--ccg-blue:#073b66;--ccg-green:#4fa51f;--ccg-light:#eaf3fb;--ccg-border:#d9e2ea;--ccg-text:#102b3d;}
body .ccg-invoice{font-family:Arial, Helvetica, sans-serif!important;color:var(--ccg-text)!important;background:#fff!important;width:794px!important;max-width:none!important;margin:0 auto 30px!important;box-shadow:0 2px 18px rgba(0,0,0,.12)!important;border:0!important;overflow:visible!important;}
.ccg-page{position:relative!important;background:#fff!important;padding-bottom:0!important;}
.ccg-page:before{content:"";position:absolute;left:58px;top:88px;bottom:64px;width:14px;background:var(--ccg-green);z-index:0;}
.ccg-page:after{content:"";position:absolute;left:72px;right:58px;top:116px;bottom:56px;border:2px solid var(--ccg-blue);border-radius:26px;z-index:0;pointer-events:none;}
.ccg-page>*{position:relative;z-index:1;}
.ccg-topbar{display:grid!important;grid-template-columns:40% 60%!important;align-items:center!important;background:linear-gradient(90deg,var(--ccg-blue) 0%,var(--ccg-blue) 78%,var(--ccg-green) 78%,var(--ccg-green) 100%)!important;color:#fff!important;padding:20px 30px!important;font-size:11px!important;font-weight:700!important;line-height:1.25!important;white-space:normal!important;}
.ccg-topbar strong,.ccg-topbar span{color:#fff!important;}
.ccg-topbar span{text-align:right!important;font-weight:600!important;overflow-wrap:anywhere!important;}
.ccg-hero{display:grid!important;grid-template-columns:230px 1fr!important;gap:26px!important;align-items:center!important;padding:72px 92px 20px 102px!important;}
.ccg-hero img{width:220px!important;height:auto!important;max-height:110px!important;object-fit:contain!important;display:block!important;}
.ccg-hero h1{margin:0!important;color:var(--ccg-blue)!important;font-size:30px!important;line-height:1.05!important;text-align:right!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.2px!important;}
.ccg-hero h2{margin:7px 0 3px!important;color:var(--ccg-green)!important;font-size:18px!important;line-height:1.1!important;text-align:right!important;font-weight:700!important;}
.ccg-hero p{margin:0!important;text-align:right!important;color:#718092!important;font-size:13px!important;font-weight:700!important;}
.ccg-total-box{margin:0 92px 16px 102px!important;border:2px solid var(--ccg-blue)!important;border-radius:0!important;padding:12px 14px!important;background:#fff!important;break-inside:avoid!important;page-break-inside:avoid!important;}
.ccg-total-box .label{font-size:14px!important;color:var(--ccg-blue)!important;text-transform:uppercase!important;font-weight:900!important;}
.ccg-total-box .amount{font-size:26px!important;color:var(--ccg-green)!important;font-weight:900!important;margin-top:4px!important;}
.ccg-summary-grid,.ccg-section{padding-left:102px!important;padding-right:92px!important;margin:0!important;padding-bottom:18px!important;}
.ccg-summary-grid table,.ccg-table{display:table!important;width:100%!important;border-collapse:collapse!important;table-layout:fixed!important;background:#fff!important;}
.ccg-summary-grid tbody,.ccg-table tbody{display:table-row-group!important;}
.ccg-summary-grid tr,.ccg-table tr{display:table-row!important;page-break-inside:avoid!important;break-inside:avoid!important;}
.ccg-summary-grid th,.ccg-summary-grid td,.ccg-table th,.ccg-table td{display:table-cell!important;border:1px solid var(--ccg-border)!important;padding:8px 10px!important;font-size:11px!important;line-height:1.28!important;vertical-align:top!important;word-break:normal!important;overflow-wrap:anywhere!important;}
.ccg-summary-grid th,.ccg-table th{background:#e8f2fb!important;color:var(--ccg-blue)!important;font-weight:900!important;text-align:left!important;}
.ccg-summary-grid td,.ccg-table td{background:#fff!important;color:#22394b!important;font-weight:500!important;}
.ccg-summary-grid th{width:18%!important;}
.ccg-summary-grid td{width:32%!important;}
.ccg-section h3{display:block!important;background:var(--ccg-blue)!important;color:#fff!important;font-size:18px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.5px!important;padding:12px 14px!important;margin:0!important;border:0!important;line-height:1.1!important;}
.ccg-section h3 *{color:#fff!important;}
.ccg-breakdown thead{display:table-header-group!important;}
.ccg-breakdown thead th{background:#eff7eb!important;color:var(--ccg-blue)!important;font-weight:900!important;}
.ccg-breakdown th:nth-child(1),.ccg-breakdown td:nth-child(1){width:28%!important;font-weight:800!important;}
.ccg-breakdown th:nth-child(2),.ccg-breakdown td:nth-child(2){width:55%!important;}
.ccg-breakdown th:nth-child(3),.ccg-breakdown td:nth-child(3){width:17%!important;text-align:right!important;font-weight:900!important;color:#102b3d!important;}
.ccg-total-row td{background:var(--ccg-blue)!important;color:#fff!important;font-size:13px!important;font-weight:900!important;text-transform:uppercase!important;}
.ccg-total-row td:last-child{text-align:right!important;color:#fff!important;}
.ccg-note{background:#f7fbff!important;border-left:5px solid var(--ccg-green)!important;border-radius:0!important;padding:12px 14px!important;font-size:11px!important;line-height:1.45!important;color:#22394b!important;}
.ccg-footer{background:var(--ccg-blue)!important;color:#fff!important;text-align:center!important;font-size:10px!important;font-weight:900!important;padding:16px 20px!important;margin-top:0!important;}
.ccg-footer *{color:#fff!important;}
.ccg-page-number{font-size:8px!important;color:#6f7d89!important;text-align:right!important;padding:6px 92px 16px!important;}

@media screen and (max-width:820px){
  html,body{overflow-x:auto!important;background:#f4f6f8!important;min-width:794px!important;}
  .ccg-toolbar,.ccg-print-warning{width:794px!important;max-width:794px!important;margin-left:auto!important;margin-right:auto!important;}
  .ccg-invoice{width:794px!important;max-width:none!important;min-width:794px!important;}
  .ccg-summary-grid table,.ccg-summary-grid tbody,.ccg-summary-grid tr,.ccg-summary-grid th,.ccg-summary-grid td,.ccg-table,.ccg-table tbody,.ccg-table tr,.ccg-table th,.ccg-table td{display:revert!important;}
  .ccg-summary-grid table,.ccg-table{display:table!important;table-layout:fixed!important;width:100%!important;}
  .ccg-summary-grid tbody,.ccg-table tbody{display:table-row-group!important;}
  .ccg-summary-grid tr,.ccg-table tr{display:table-row!important;}
  .ccg-summary-grid th,.ccg-summary-grid td,.ccg-table th,.ccg-table td{display:table-cell!important;margin:0!important;width:auto!important;}
}

@media print{
  @page{size:A4;margin:0!important;}
  html,body{margin:0!important;padding:0!important;background:#fff!important;min-width:0!important;overflow:visible!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;}
  body *{visibility:hidden!important;}
  .ccg-invoice,.ccg-invoice *{visibility:visible!important;}
  .ccg-toolbar,.no-print,.ccg-print-warning{display:none!important;visibility:hidden!important;}
  .ccg-invoice{position:relative!important;width:210mm!important;max-width:210mm!important;min-width:210mm!important;margin:0!important;box-shadow:none!important;border:0!important;overflow:visible!important;}
  .ccg-page{width:210mm!important;max-width:210mm!important;min-height:297mm!important;overflow:visible!important;background:#fff!important;}
  .ccg-page:before{left:14mm!important;top:26mm!important;bottom:18mm!important;width:3.5mm!important;background:var(--ccg-green)!important;}
  .ccg-page:after{left:17.5mm!important;right:14mm!important;top:33mm!important;bottom:16mm!important;border:1.6px solid var(--ccg-blue)!important;border-radius:8mm!important;}
  .ccg-topbar{display:grid!important;grid-template-columns:40% 60%!important;padding:7.5mm 8mm!important;font-size:8.2pt!important;color:#fff!important;background:linear-gradient(90deg,var(--ccg-blue) 0%,var(--ccg-blue) 78%,var(--ccg-green) 78%,var(--ccg-green) 100%)!important;}
  .ccg-topbar strong,.ccg-topbar span{color:#fff!important;}
  .ccg-hero{display:grid!important;grid-template-columns:55mm 1fr!important;gap:8mm!important;padding:24mm 24mm 5mm 27mm!important;}
  .ccg-hero img{width:54mm!important;max-height:28mm!important;object-fit:contain!important;}
  .ccg-hero h1{font-size:22pt!important;line-height:1.05!important;text-align:right!important;color:var(--ccg-blue)!important;}
  .ccg-hero h2{font-size:14pt!important;text-align:right!important;color:var(--ccg-green)!important;}
  .ccg-hero p{font-size:9pt!important;text-align:right!important;}
  .ccg-total-box{margin:0 24mm 4mm 27mm!important;padding:3.5mm 4mm!important;border:1.6px solid var(--ccg-blue)!important;}
  .ccg-total-box .label{font-size:10pt!important;}.ccg-total-box .amount{font-size:19pt!important;}
  .ccg-summary-grid,.ccg-section{padding-left:27mm!important;padding-right:24mm!important;padding-bottom:6mm!important;}
  .ccg-summary-grid table,.ccg-table{display:table!important;table-layout:fixed!important;width:100%!important;border-collapse:collapse!important;}
  .ccg-summary-grid tbody,.ccg-table tbody{display:table-row-group!important;}
  .ccg-summary-grid tr,.ccg-table tr{display:table-row!important;break-inside:avoid!important;page-break-inside:avoid!important;}
  .ccg-summary-grid th,.ccg-summary-grid td,.ccg-table th,.ccg-table td{display:table-cell!important;padding:2.4mm 2.6mm!important;font-size:8.4pt!important;line-height:1.25!important;border:1px solid var(--ccg-border)!important;vertical-align:top!important;overflow-wrap:anywhere!important;}
  .ccg-summary-grid th{width:18%!important}.ccg-summary-grid td{width:32%!important}
  .ccg-section h3{background:var(--ccg-blue)!important;color:#fff!important;font-size:14pt!important;padding:3mm 3.6mm!important;margin:0!important;}
  .ccg-section h3 *{color:#fff!important;}
  .ccg-breakdown thead{display:table-header-group!important;}
  .ccg-breakdown th:nth-child(1),.ccg-breakdown td:nth-child(1){width:28%!important;}
  .ccg-breakdown th:nth-child(2),.ccg-breakdown td:nth-child(2){width:55%!important;}
  .ccg-breakdown th:nth-child(3),.ccg-breakdown td:nth-child(3){width:17%!important;text-align:right!important;}
  .ccg-total-row td{background:var(--ccg-blue)!important;color:#fff!important;font-size:10pt!important;}
  .ccg-note{font-size:8.4pt!important;padding:3mm!important;}
  .ccg-footer{font-size:8pt!important;padding:4.4mm 5mm!important;}
  .ccg-page-number{font-size:6.5pt!important;padding:2mm 24mm 5mm!important;}
}
