/* Image-create tool — minimal complement to tool-form / tool-text */
.mk-tool-ic__status.is-busy {
  color: #B8612F;
}
.mk-tool-ic__status.is-error {
  color: #a33;
}
.mk-tool-ic__style-ref-thumb {
  display: block;
  margin-top: 0.5rem;
  max-width: 120px;
  max-height: 120px;
  border-radius: 8px;
  border: 1px solid rgba(26, 39, 68, 0.12);
  object-fit: cover;
}
.mk-tool-ic__result {
  margin-top: 1.5rem;
  border-top: 1px solid rgba(26, 39, 68, 0.08);
  padding-top: 1.25rem;
}
.mk-tool-ic__result-title {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  color: #1a2744;
}
.mk-tool-ic__preview {
  margin: 0 auto;
  max-width: 420px;
  border: 1px solid rgba(26, 39, 68, 0.12);
  border-radius: 12px;
  background: #F7F4EF;
  overflow: hidden;
  text-align: center;
}
.mk-tool-ic__preview img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(420px, 55vh);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.mk-tool-ic__result-actions {
  margin: 0.75rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* kk-select-align */
.mk-tool-ic .mk-tool-text__row > .mk-tool-text__field {
  align-content: start;
}
.mk-tool-ic .mk-tool-text__select {
  box-sizing: border-box;
  height: 2.85rem;
  min-height: 2.85rem;
  max-height: 2.85rem;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2.75rem;
  align-self: start;
}

/* kk-style-ref-up */
.mk-tool-ic__form {
  gap: 0.75rem;
}
.mk-tool-ic__res-note {
  margin: -0.25rem 0 0;
}
.mk-tool-ic__style-ref {
  margin-top: 0;
}

