.bbpress-form-topic__footer {
  display: flex;
  margin-top: 16px;
}

.bbpress-form-topic__footer-column2 {
  margin-left: auto;
}

.bbpress-form-topic__footer-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bbpress-form-topic__submit-wrapper {
  margin-top: 0px !important;
}

.bbpress-form-topic__submit-wrapper .ui-button {
  margin-left: auto;
}

.bbpress_topic_subscription-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bbpress-form-topic__title-wrapper {
  margin-bottom: 16px;
}

.bbpress-form-topic__main-form .wp-editor-area {
  width: 100% !important;
}

.bbpress-form-topic__label-tags {
  margin-bottom: 8px;
  display: inline-flex;
}
