/* Hide "Report to be sent to:" */
.wb-report-header.wb-report-frame > .wb-report-header__row:first-child {
  display: none;
}


/* Hide the attachment element in the 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 */
  }
}