#st-edit-column .s-querymatch-column textarea {
  resize: vertical;
  max-width: none;
}

.s-querymatch-column {
  display: flex;
  column-gap: 8px;
}

.s-querymatch-display {
  flex-grow: 1;
}

.s-querymatch-display > textarea {
  min-height: 42px;
  min-width: 50%;
}

.s-querymatch-sidebar {
  flex: 0 0 30px;
  display: flex;
  flex-direction: column;
}

.s-querymatch-sidebar .s-validation-status {
  margin-top: auto;
  margin-bottom: 4px;
}