div.link-footer,
.link-footer {
  display: none !important;
}

.compose-form__highlightable,
.compose-form__autosuggest-wrapper,
.autosuggest-textarea,
.autosuggest-textarea__textarea,
.compose-form__modifiers {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important; /* 去除可能存在的阴影，使更干净 */
}

.compose-form__buttons-wrapper {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important; /* 去除可能存在的阴影/边框，看起来更干净 */
}

.user-role-3 {
  --user-role-accent: #ff0000;
}

