/* Shared AGN Quill editor styling. */
.agn-quill-shell { border:1px solid #555; border-radius:7px; overflow:hidden; background:#1f2024; }
.agn-quill-shell .ql-toolbar.ql-snow { border:0; border-bottom:1px solid #555; background:#2a2c31; }
.agn-quill-shell .ql-container.ql-snow { border:0; background:#1f2024; color:#ededed; font-size:15px; }
.agn-quill-shell .ql-editor { min-height:260px; line-height:1.55; }
.agn-quill-shell.agn-quill-large .ql-editor { min-height:420px; }
.agn-quill-shell .ql-editor.ql-blank::before { color:#8f949c; font-style:normal; }
.agn-quill-shell .ql-stroke { stroke:#d7d9dd; }
.agn-quill-shell .ql-fill { fill:#d7d9dd; }
.agn-quill-shell .ql-picker { color:#d7d9dd; }
.agn-quill-shell .ql-picker-options { background:#25272c; border-color:#555 !important; }
.agn-quill-shell .ql-picker-item:hover,
.agn-quill-shell .ql-picker-label:hover { color:#ffd94a; }
.agn-quill-shell .ql-picker-item:hover .ql-stroke,
.agn-quill-shell .ql-picker-label:hover .ql-stroke { stroke:#ffd94a; }
.agn-quill-shell .ql-tooltip { background:#25272c; border-color:#555; color:#eee; box-shadow:0 3px 12px rgba(0,0,0,.45); }
.agn-quill-fallback { min-height:260px; background:#1f2024 !important; color:#eee !important; border:1px solid #555 !important; }
@media (max-width:767px) {
  .agn-quill-shell .ql-editor { min-height:300px; }
  .agn-quill-shell.agn-quill-large .ql-editor { min-height:360px; }
}
