trix-editor {
  min-height: 12rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: #fcfdff;
  color: var(--ink);
  font: inherit;
  line-height: 1.55;
}

trix-editor:focus {
  outline: 0;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(42, 93, 143, 0.12);
}

.trix-content {
  color: var(--ink);
  line-height: 1.6;
}

.trix-content img {
  max-width: 100%;
  height: auto;
}

.trix-content a {
  color: var(--accent);
}

.trix-content blockquote {
  margin: 0.85rem 0;
  padding-left: 1rem;
  border-left: 3px solid var(--line-strong);
  color: var(--muted);
}
