.wb-report-header.wb-report-frame > .wb-report-header__row:first-child {
    display: none;
}

#subDynBlock_-112,
#subDynBlock_-183 {
  display: none;
}
/* 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 upload file question*/
#block_23464, #block_23470 {
    display: none;
}

/* Hide upload file in postbox*/
.wb-upload-file {
  display: none;
}

.wb-page-header-custom {
  display: flex;
  justify-content: flex-end; /* default for larger screens */
}

@media (max-width: 768px) {
  .wb-page-header-custom {
    justify-content: center !important; /* center only on smaller screens */
  }
}