
/* CPS extra styles */
.credentials-gallery, .cps-cred-gallery { display:flex; flex-wrap: wrap; gap: 12px; }
.cps-cred-thumb img, .cps-cred-gallery img { border-radius: 8px; border:1px solid #e5e7eb; }

/* Sticky fallback */
.cps-left{position:sticky;top:96px;align-self:start;height:max-content;}
