/* Conteúdo rico compartilhado — Quill / quill-table-better (FAQ, legal, sobre, etc.) */
.baw-rich-content > *:first-child {
    margin-top: 0;
}
.baw-rich-content > *:last-child {
    margin-bottom: 0;
}
.baw-rich-content p {
    margin: 0 0 0.9em;
}
.baw-rich-content p:last-child {
    margin-bottom: 0;
}
.baw-rich-content h1,
.baw-rich-content h2,
.baw-rich-content h3,
.baw-rich-content h4,
.baw-rich-content h5,
.baw-rich-content h6 {
    font-family: 'Monda', sans-serif;
    font-weight: 700;
    color: #1c1c1c;
    margin: 1.25em 0 0.5em;
    line-height: 1.25;
}
.baw-rich-content h1 { font-size: 1.75em; }
.baw-rich-content h2 { font-size: 1.5em; }
.baw-rich-content h3 { font-size: 1.25em; }
.baw-rich-content ul,
.baw-rich-content ol:not(:has(li[data-list])) {
    margin: 0 0 1em;
    padding-left: 1.4em;
}
.baw-rich-content ul li,
.baw-rich-content ol:not(:has(li[data-list])) li {
    margin-bottom: 0.35em;
}
.baw-rich-content ol:has(li[data-list]) {
    list-style: none;
    padding-left: 0;
    margin: 0 0 1em;
}
.baw-rich-content ol li[data-list] {
    position: relative;
    padding-left: 1.6em;
    margin-bottom: 0.35em;
}
.baw-rich-content blockquote {
    margin: 1em 0;
    padding: 0.75em 1em;
    border-left: 3px solid #ff9523;
    background: #faf9f8;
    color: #4f4c4a;
}
.baw-rich-content a {
    color: #1c1c1c;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.baw-rich-content a:hover {
    color: #ff9523;
}
.baw-rich-content .ql-align-center {
    text-align: center;
}
.baw-rich-content .ql-align-right {
    text-align: right;
}
.baw-rich-content .ql-align-justify {
    text-align: justify;
}
.baw-rich-content .table-list-container,
.baw-rich-content ol.table-list-container {
    list-style: none;
    padding-left: 0;
    display: block;
    width: fit-content;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #e8e6e4;
    background: #fff;
}
.baw-rich-content ol.table-list-container.ql-align-center {
    margin-left: auto;
    margin-right: auto;
}
.baw-rich-content ol.table-list-container.ql-align-right {
    margin-left: auto;
    margin-right: 0;
}
.baw-rich-content ol.table-list-container.ql-align-justify {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.baw-rich-content table {
    width: auto;
    max-width: 100%;
    min-width: 280px;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: 14px;
    line-height: 1.55;
    table-layout: fixed;
}
.baw-rich-content .table-list-container table {
    margin: 0;
}
.baw-rich-content table td,
.baw-rich-content table th {
    border-width: 1px;
    border-style: solid;
    border-color: #ececec;
    padding: 10px 12px;
    vertical-align: top;
    overflow-wrap: break-word;
    word-break: normal;
    color: #4f4c4a;
    text-align: left;
}
.baw-rich-content table th,
.baw-rich-content table td.table-th-block,
.baw-rich-content th.table-th-block {
    background: #f7f6f5;
    font-family: 'Monda', sans-serif;
    font-weight: 700;
    color: #141417;
}
.baw-rich-content table thead th {
    background: #f7f6f5;
}
.baw-rich-content table a {
    color: #1c1c1c;
}
.baw-rich-content table a:hover {
    color: #ff9523;
}

@media (max-width: 767px) {
    .baw-rich-content .table-list-container,
    .baw-rich-content ol.table-list-container {
        width: 100%;
        max-width: 100%;
    }
    .baw-rich-content table {
        min-width: 0;
        font-size: 13px;
    }
    .baw-rich-content table td,
    .baw-rich-content table th {
        padding: 8px 10px;
    }
}
