/* Tutor ICB — módulo isolado de rotas públicas do aluno */
body.ticb-student-route-page{
 margin:0!important;
 padding:0!important;
 min-height:100vh;
 background:#f4f8fb!important;
}
body.ticb-student-route-page #wpadminbar{display:none!important}
body.ticb-student-route-page .ticb-canvas{min-height:100vh}
body.ticb-student-route-page .ticb-404-code{
 margin:0 0 8px;
 color:#1e5b85;
 font-size:54px;
 line-height:1;
 font-weight:900;
 letter-spacing:-.04em;
}
body.ticb-student-route-page .ticb-main>p{
 color:#627487;
 font-size:16px;
 line-height:1.65;
}
body.ticb-student-route-page .ticb-main .ticb-actions{
 justify-content:flex-start;
 margin-top:24px;
}
@media(max-width:780px){
 body.ticb-student-route-page .ticb-main .ticb-actions .ticb-btn{width:100%}
 body.ticb-student-route-page .ticb-404-code{font-size:44px}
}

/* Defesa adicional contra cabeçalhos, menus e rodapés injetados pelo tema. */
body.ticb-student-route-page header:not(.ticb-brand),
body.ticb-student-route-page nav,
body.ticb-student-route-page .elementor-location-header,
body.ticb-student-route-page .elementor-location-footer,
body.ticb-student-route-page #ct-header,
body.ticb-student-route-page [id^="ct-header"],
body.ticb-student-route-page .ct-header,
body.ticb-student-route-page #pxl-header,
body.ticb-student-route-page .pxl-header,
body.ticb-student-route-page .page-title,
body.ticb-student-route-page .breadcrumb-area,
body.ticb-student-route-page .breadcrumbs,
body.ticb-student-route-page footer:not(.ticb-footer){
 display:none!important;
}
