/* OceanWP integration: keep theme controls familiar while giving LBF sections a true full-width canvas. */
body.lbf-home-full #content-wrap.container,body.lbf-full-width #content-wrap.container{width:100%;max-width:none;padding:0;margin:0}body.lbf-home-full #primary,body.lbf-full-width #primary{width:100%;max-width:none;padding:0;border:0;float:none}body.lbf-home-full #main #content-wrap,body.lbf-full-width #main #content-wrap{max-width:none}body.lbf-home-full .page-header,body.lbf-hide-title .page-header{display:none!important}body.lbf-hide-header #site-header,body.lbf-hide-header #top-bar-wrap{display:none!important}body.lbf-hide-footer #footer-widgets,body.lbf-hide-footer #footer-bottom{display:none!important}.lbf-homepage{margin-top:0}.lbf-homepage a:focus-visible,.lbf-btn:focus-visible{outline:3px solid #ffbd2e;outline-offset:3px}
/* Premium but lightweight defaults. OceanWP Customizer can override typography/header colors at any time. */
body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#13203a}#site-header{box-shadow:0 1px 0 rgba(14,32,65,.08)}#site-navigation-wrap .dropdown-menu>li>a{font-weight:700;letter-spacing:.01em}.oceanwp-mobile-menu-icon a{font-weight:800}.site-breadcrumbs{font-size:13px}
/* Elementor compatibility */
.elementor-page .lbf-section,.elementor-page .lbf-hero,.elementor-page .lbf-quick{width:100%;max-width:none}.elementor-widget-lbf_dynamic_section>.elementor-widget-container{overflow:visible}
@media(max-width:767px){body.lbf-home-full #content-wrap.container,body.lbf-full-width #content-wrap.container{padding:0!important}}

.lbf-public-developer-credit{padding:11px 18px;text-align:center;background:#07152d;color:rgba(255,255,255,.72);font-size:12px;line-height:1.5}
.lbf-public-developer-credit a{color:#fff;font-weight:800;text-decoration:none}.lbf-public-developer-credit a:hover{text-decoration:underline}

/* LBF compact logo sizing — keeps the school mark elegant in OceanWP headers. */
#site-logo #site-logo-inner a img,
#site-header .custom-logo-link img,
#site-header img.custom-logo{
    width:auto!important;
    height:auto!important;
    max-width:150px!important;
    max-height:64px!important;
    object-fit:contain;
}
@media (max-width:767px){
    #site-logo #site-logo-inner a img,
    #site-header .custom-logo-link img,
    #site-header img.custom-logo{
        max-width:118px!important;
        max-height:50px!important;
    }
    .lbf-hero-card img{width:82px!important;max-width:82px!important;max-height:82px!important}
}

/* Student / teacher registration and login access bar */
.lbf-access-bar{background:#0b1733;color:#fff;border-bottom:1px solid rgba(255,255,255,.08);position:relative;z-index:99}
.lbf-access-bar-inner{width:min(1180px,calc(100% - 28px));margin:auto;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.lbf-access-label{font-size:12px;font-weight:850;letter-spacing:.06em;text-transform:uppercase;color:#c9d8f5}
.lbf-access-links{display:flex;gap:6px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.lbf-access-links a{display:inline-flex;align-items:center;min-height:30px;padding:6px 11px;border-radius:999px;text-decoration:none!important;color:#fff!important;font-size:12px;font-weight:800;border:1px solid rgba(255,255,255,.22);transition:.18s ease}
.lbf-access-links a:hover{background:#fff;color:#0b1733!important;transform:translateY(-1px)}
.lbf-access-links a.login{background:#174ea6;border-color:#316cc8}
@media(max-width:700px){.lbf-access-bar-inner{padding:8px 0;align-items:flex-start;flex-direction:column}.lbf-access-label{display:none}.lbf-access-links{width:100%;display:grid;grid-template-columns:1fr 1fr}.lbf-access-links a{justify-content:center;text-align:center;min-height:36px}.lbf-access-bar{position:relative}}
