
/*
Theme Name: PSS Property Maintenance (Gutenberg)
Theme URI: https://pssproject.com
Description: 100% Gutenberg block theme for property maintenance with full-site editing support
Author: PSS Project
Author URI: https://pssproject.com
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pss-property-maintenance
Tags: block-themes, full-site-editing, custom-colors, custom-menu, editor-style, responsive, accessibility-ready
*/

/**
 * Styles are handled by theme.json
 * Additional custom styles can be added below
 */

body {
    margin: 0;
    padding: 0;
}

/* Additional custom styles */
.wp-site-blocks {
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove margin from first child after header */
.wp-site-blocks > *:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Admin Bar Overrides to match Dark Theme */
#wpadminbar {
    background-color: #2b323d !important;
}
#wpadminbar .ab-empty-item, 
#wpadminbar a.ab-item, 
#wpadminbar > #wp-toolbar span.ab-label, 
#wpadminbar > #wp-toolbar span.noticon { 
    color: #fff !important; 
}
#wpadminbar .ab-icon:before { 
    color: #fff !important; 
}
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary, 
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu { 
    background: #2b323d !important; 
}
