/* Plantilla para funcionalidades de impresión desde el navegador */
@media print {
    a[href]::after {
        content: none !important;
    }

    body {
        float: none;
    }

    #content_vacancy, .share-module, .btn, button, #goToVacancies, .go-to-web, div[id^="institutional-vid-"] {
        display: none !important;
    }

    .block-module {
        border: 1px solid #333;
    }
}