.studio-header{background:linear-gradient(135deg,var(--brand-bg-alt),#fff)}.studio-table{width:100%;max-width:var(--site-max);margin:0 auto;border-collapse:collapse;background:var(--brand-bg);border:1px solid var(--brand-border)}.studio-table td,.studio-table th{padding:18px;border-bottom:1px solid var(--brand-border);color:var(--brand-text);vertical-align:top}.studio-table thead th{color:var(--brand-text-inverse);background:var(--brand-secondary);font-size:.86rem;text-transform:uppercase;letter-spacing:.05em}.studio-table tbody tr:nth-child(2n){background:var(--brand-bg-alt)}.check-card-grid{max-width:var(--site-max);margin:0 auto;padding:0 24px;grid-template-columns:repeat(4,minmax(0,1fr))}.check-card-grid article{padding:24px;background:var(--brand-bg);border:1px solid var(--brand-border)}.check-card-grid h3{margin:0 0 12px}@media (max-width:991.98px){.check-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575.98px){.check-card-grid{grid-template-columns:1fr}}