.compliance-table{background:#fff;border:1px solid var(--brand-border)}.compliance-table th{background:var(--brand-primary-dark);color:#fff}.calendar-grid,.deliverable-grid,.process-flow{display:grid;grid-gap:22px;gap:22px}.deliverable-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.calendar-grid,.process-flow{grid-template-columns:repeat(4,minmax(0,1fr))}.calendar-grid article,.deliverable-grid article,.process-flow article{border:1px solid var(--brand-border);border-radius:4px;background:#fff;padding:24px}.calendar-grid strong,.process-flow span{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin-bottom:16px;background:var(--brand-accent);color:#102033;font-weight:900}.template-list{background:#fff;border:1px solid var(--brand-border);padding:28px 28px 28px 46px}@media (max-width:991px){.calendar-grid,.deliverable-grid,.process-flow{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.calendar-grid,.deliverable-grid,.process-flow{grid-template-columns:1fr}}