/* 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;
}

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

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