/*
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.1.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;
    }
}


/* v4.1.4 — one footer social layout across every page template. */
.site-footer .footer-social {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 1.2rem !important;
    width: 100% !important;
    margin: 1.5rem 0 0 !important;
    padding: 0 !important;
    text-align: right !important;
    position: relative !important;
    z-index: 30 !important;
}
.site-footer .footer-social a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 31 !important;
}
.site-footer .footer-social svg {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    flex: 0 0 20px !important;
}
@media screen and (max-width: 768px) {
    .site-footer .footer-social {
        justify-content: flex-start !important;
        text-align: left !important;
    }
}
