

/* @media print { */
    .site-content {
    padding: 0 !important;
}
.top_site_main {
    display: none !important;
}
body > div:has(.elementor-widget-wpml-language-switcher) {
    display: none !important;
}
body:has(#wpadminbar) #wrapper-container #main-content {
    max-height: unset !important;
}
.curso_wrapper {
    display: flex !important;
    flex-direction: column !important;
}


    a:after {
        content: " [" attr(href) "] ";
        display: block;
        font-size: small;
    }

    .thim-social-media {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

/* } */










/* PRINT OVERRIDE PARA TESTES */
/* Só para visualização no editor */
body {
    background: #525659; 
    padding: 40px;
}
#page-container { 
    width: 21cm;
    min-height: 29.7cm;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    margin: auto;
}