.publish-page .ant-card-body > .ant-row {
  align-items: flex-start !important;
}

.publish-page .ant-card-body > .ant-row > .ant-col {
  min-width: 0;
}

.publish-page .ant-card-body > .ant-row > .ant-col-xl-9 > .ant-space {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
}

.publish-page .ant-card-body > .ant-row > .ant-col-xl-9 > .ant-space > .ant-space-item:has(.ant-typography-danger) {
  flex: 1 0 100%;
  min-width: 0;
}

.publish-page .ant-card-body > .ant-row > .ant-col-xl-9 .ant-typography-danger {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.5;
}

.publish-page .ant-card-body > .ant-row > .ant-col-xl-15 {
  min-width: 0;
}

.publish-page .ant-card-body > .ant-row > .ant-col-xl-15 > .ant-space {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
}

.publish-page .ant-card-body > .ant-row > .ant-col-xl-15 > .ant-space > .ant-space-item {
  min-width: 0;
}

.publish-page .ant-card-body > .ant-row > .ant-col-xl-15 .ant-select {
  max-width: 100%;
}

@media (max-width: 1100px) {
  .publish-page .ant-card-body > .ant-row > .ant-col-xl-15 > .ant-space {
    justify-content: flex-start;
  }
}
