/* Utilidades CSP: sustituyen atributos style= sin variar la presentación. */
.csp-drawer-offset { top: var(--site-header-height, 0px); }
.csp-store-logo { height: var(--store-logo-height); width: auto; }
.csp-store-logo-footer { height: min(var(--store-logo-height), 3rem); width: auto; }
.csp-dashboard-logo { height: 36px; width: auto; }
.csp-dashboard-logo-fallback { height: 44px; width: auto; }
.csp-hidden { display: none; }
