/* rte-content: article body styles - v2 */
.rte table{inline-size:100%;border-collapse:collapse;margin-block:var(--s-4,1.5rem);font-size:var(--fs-sm,.875rem);display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.rte thead{background:var(--bg-alt,#f5f0eb)}
.rte th,.rte td{text-align:start;padding:.6rem .8rem;border:1px solid var(--border,#e2d9d0);vertical-align:top;line-height:1.5}
.rte th{font-weight:var(--fw-semibold,600);color:var(--text-muted,#7a6a5d);white-space:nowrap}
.rte tbody tr:nth-child(even){background:color-mix(in srgb,var(--bg-alt,#f5f0eb) 60%,transparent)}
.rte blockquote{border-inline-start:3px solid var(--c-coral,#e05c3a);margin-inline:0;padding:var(--s-3,1rem) var(--s-4,1.5rem);background:var(--bg-alt,#f5f0eb);border-radius:0 var(--r-md,.5rem) var(--r-md,.5rem) 0;color:var(--text-soft,#4a3f35);font-style:italic;margin-block:var(--s-4,1.5rem)}
.rte img{max-inline-size:100%;block-size:auto;border-radius:var(--r-md,.5rem);margin-block:var(--s-3,1rem)}
.rte ul,.rte ol{padding-inline-start:1.5rem;margin-block:var(--s-3,1rem)}
.rte li{margin-block-end:.35rem;line-height:1.65}
.rte h2,.rte h3,.rte h4{margin-block-start:var(--s-5,2rem);margin-block-end:var(--s-2,.5rem);line-height:1.25}
.rte p{line-height:1.75;margin-block-end:var(--s-3,1rem);max-width:none}
.rte hr{border:none;border-block-start:1px solid var(--border,#e2d9d0);margin-block:var(--s-5,2rem)}
