/*
.compose-form__publish-button-wrapper .button.button--block {
  color: transparent;
}

.compose-form__publish-button-wrapper .button.button--block::before {
  content: "Toot!";
  color: #fff;
  display: grid;
  place-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.report-dialog-modal__container > div > label.dialog-option:nth-child(1) {
  display: none;
}

*/

