/* CSS minimo frontend: colore/evidenziazione usano style inline; qui solo liste, link, tabelle */
.ate-rich-text ul { list-style: disc outside; padding-left: 1.5em; margin: 0 0 1em; }
.ate-rich-text ol { list-style: decimal outside; padding-left: 1.5em; margin: 0 0 1em; }
.ate-rich-text li { margin-bottom: .25em; }
.ate-rich-text a { text-decoration: underline; }
.ate-rich-text p:last-child { margin-bottom: 0; }

.ate-rich-text table { border-collapse: collapse; width: 100%; margin: 0 0 1em; }
.ate-rich-text th,
.ate-rich-text td { border: 1px solid #ccc; padding: .4em .6em; vertical-align: top; }
.ate-rich-text th { background: rgba(0,0,0,.04); font-weight: 600; }
