/* One typography contract for saved content and the editing surface. Inline
   formatting chosen by the author continues to take precedence. */
:is(.prose.prose, .usca-editor .usca-editor__surface) { font-family: Arial, sans-serif; font-size: 1rem; font-weight: 400; font-style: normal; line-height: 1.65; letter-spacing: normal; color: #1f2937; overflow-wrap: anywhere; }
:is(.prose.prose, .usca-editor .usca-editor__surface) p { margin: 0 0 1em; color: inherit; font-weight: inherit; }
:is(.prose.prose, .usca-editor .usca-editor__surface) a { color: #1d4ed8; font-weight: 700; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; pointer-events: auto; cursor: pointer; }
:is(.prose.prose, .usca-editor .usca-editor__surface) a:hover { color: #1e40af; }
:is(.prose.prose, .usca-editor .usca-editor__surface) a:focus-visible { outline: 2px solid #1d4ed8; outline-offset: 3px; }
:is(.prose.prose, .usca-editor .usca-editor__surface) :is(h1,h2,h3,h4,h5,h6) { font-family: inherit; font-weight: 700; line-height: 1.25; letter-spacing: normal; margin: 1.25em 0 .6em; color: #111827; }
:is(.prose.prose, .usca-editor .usca-editor__surface) h1 { font-size: 2em; }
:is(.prose.prose, .usca-editor .usca-editor__surface) h2 { font-size: 1.75em; }
:is(.prose.prose, .usca-editor .usca-editor__surface) h3 { font-size: 1.5em; }
:is(.prose.prose, .usca-editor .usca-editor__surface) h4 { font-size: 1.25em; }
:is(.prose.prose, .usca-editor .usca-editor__surface) h5 { font-size: 1.125em; }
:is(.prose.prose, .usca-editor .usca-editor__surface) h6 { font-size: 1em; }
:is(.prose.prose, .usca-editor .usca-editor__surface) :is(ul,ol) { padding-left: 2rem; margin: 0 0 1rem; }
:is(.prose.prose, .usca-editor .usca-editor__surface) ul { list-style-type: disc; }
:is(.prose.prose, .usca-editor .usca-editor__surface) ol { list-style-type: decimal; }
:is(.prose.prose, .usca-editor .usca-editor__surface) li { margin: 0 0 .5rem; padding: 0; }
:is(.prose.prose, .usca-editor .usca-editor__surface) :is(strong,b) { font-weight: 700; color: inherit; }
:is(.prose.prose, .usca-editor .usca-editor__surface) blockquote { border-left: 5px solid #facc15; padding: .75rem 1rem; margin: 1rem 0; background: #fef9c3; color: inherit; font-style: italic; font-size: 1em; font-weight: inherit; border-radius: 0; }
:is(.prose.prose, .usca-editor .usca-editor__surface) blockquote p::before,
:is(.prose.prose, .usca-editor .usca-editor__surface) blockquote p::after { content: none; }
:is(.prose.prose, .usca-editor .usca-editor__surface) :is(img,video,iframe) { max-width: 100%; border: 0; border-radius: .5rem; box-shadow: none; margin: 1rem 0; }
:is(.prose.prose, .usca-editor .usca-editor__surface) img { height: auto; display: block; }
:is(.prose.prose, .usca-editor .usca-editor__surface) figure { max-width: 100%; margin: 1rem auto; }
:is(.prose.prose, .usca-editor .usca-editor__surface) figure > img { width: 100%; }
:is(.prose.prose, .usca-editor .usca-editor__surface) figcaption { text-align: center; color: #64748b; font-size: .88rem; }
:is(.prose.prose, .usca-editor .usca-editor__surface) table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: 1em; font-family: inherit; line-height: inherit; }
:is(.prose.prose, .usca-editor .usca-editor__surface) :is(td,th) { border: 1px solid #333; padding: 7px; min-width: 45px; color: inherit; font-family: inherit; letter-spacing: normal; vertical-align: top; text-align: left; }
:is(.prose.prose, .usca-editor .usca-editor__surface) th { background: #fff3a5; font-weight: 700; }
:is(.prose.prose, .usca-editor .usca-editor__surface) pre { background: #111827; color: #e5e7eb; padding: 1rem; border-radius: .5rem; overflow-x: auto; white-space: pre; }
:is(.prose.prose, .usca-editor .usca-editor__surface) .usca-task { list-style: none !important; padding-left: 0 !important; }
:is(.prose.prose, .usca-editor .usca-editor__surface) .usca-task > li::before { content: '☐'; margin-right: .5em; }
:is(.prose.prose, .usca-editor .usca-editor__surface) .usca-task > li[data-checked="true"]::before { content: '☑'; }
#edito > .container { max-width: 76rem; }
#edito [data-dynamic-placeholder="{{edito_content}}"] { max-width: none; }
.training-content.prose { background: #fff; padding: 1rem; border-radius: .75rem; }
:is(.prose.prose, .usca-editor .usca-editor__surface) li::marker { color: currentColor; }
