/* Smart rewrite widget — TweakMill */
.tm-sre--home {
  background: linear-gradient(135deg, rgba(13, 71, 161, 0.06) 0%, rgba(230, 81, 0, 0.05) 100%);
  border: 1px solid rgba(13, 71, 161, 0.12) !important;
  border-radius: var(--tm-radius, 12px);
}
.tm-sre__in,
.tm-sre__out {
  font-size: 0.9rem;
  line-height: 1.5;
  resize: vertical;
  min-height: 7.5rem;
}
.tm-sre__out:read-only {
  background: #f8fafc;
}
.tm-sre [data-sre-mode] {
  white-space: nowrap;
}
@media (max-width: 576px) {
  .tm-sre [data-sre-mode] {
    white-space: normal;
  }
}
.tm-sre .tm-sre-brand {
  color: #546e7a;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}
.tm-sre--page .tm-sre__in,
.tm-sre--page .tm-sre__out {
  min-height: 10rem;
}
