/* Prevent Flash Of Original Content (FOOC) */
/*#block_xxx>.subDynBlock:not(:first-child),
#block_xxx>.subDynBlock:not(:first-child) {
    display: none;
}

/* Hide content strictly */
/*.wb-upload-file__advice,
.wb-upload-file__checkbox,
.wb-report-info-text__text,
.wb-report-info-text__first-text {
    display: none !important;
}

/* Hide content strictly - Portugal */
html[lang$="PT"] .wb-upload-file__advice,
html[lang$="PT"] .wb-upload-file__checkbox,
html[lang$="PT"] .wb-report-info-text__text,
html[lang$="PT"] .wb-report-info-text__first-text {
    display: none !important;
}
