/* Grease Ducks Office email page width fix */
body.gd-office-email-page main,
body.gd-office-email-page main > div,
body.gd-office-email-page form,
body.gd-office-email-page form > div {
  width: 100% !important;
  max-width: 1120px !important;
}

body.gd-office-email-page .gd-scheduled-send-box,
body.gd-office-email-page textarea,
body.gd-office-email-page input[type="text"],
body.gd-office-email-page input[type="email"],
body.gd-office-email-page .ql-container,
body.gd-office-email-page .ql-editor {
  width: 100% !important;
  max-width: 1120px !important;
}

body.gd-office-email-page .gd-scheduled-send-box {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
