/* VeriBU Portal Plugin - Additional Overrides */
/* Main CSS is loaded from theme style.css */

/* Ensure portal pages have no WordPress padding issues */
.portal-shell { margin-top: 0 !important; }

/* Hide admin bar in portal */
.portal-shell #wpadminbar,
.portal-shell + #wpadminbar { display: none !important; }
html.wp-toolbar { padding-top: 0 !important; }

body.page-id-portal .portal-shell,
body.page-id-admin-crm .portal-shell { min-height: 100vh; }

/* jQuery notice fix */
.crm-notice { clear: both; }
