/* Hide content if Portugal */
  html[lang$="PT"] .wb-js-msgInfo,
  html[lang$="PT"] .wb-upload-file__advice,
  html[lang$="PT"] .wb-upload-file__checkbox {
    display: none !important;
  }
  
/* Hide "Report to be sent to:" */
.wb-report-header.wb-report-frame > .wb-report-header__row:first-child {
  display: none;
}
