.node-form .vertical-tabs {
  width: 100%;
  margin-left: 0;
}

body._theme-dark .node-form button,
body._theme-dark .node-form html input[type="button"],
body._theme-dark .node-form input[type="reset"],
body._theme-dark .node-form input[type="submit"] {
  background: #222;
}

body._theme-dark .node-form button.ck-button {
  background: var(--ck-color-button-default-background);
}

.node-form .field--name-field-is-update-date {
  display: none;
}

.node-form.language-en .field--name-field-ai-localized {
  display: none;
}