/*
Theme Name: Ceva Gutenberg SEO
Theme URI: https://leadwithceva.com/
Author: Signal & Gravity Consulting
Description: The SEO-enhanced Ceva website with protected, visual Gutenberg editing and no page-builder dependency.
Version: 4.0.4
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ceva-gutenberg-seo
*/

/* Keep the fixed navigation below the WordPress toolbar for logged-in editors. */
.admin-bar .site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }
}
