/* Rich text article content (art / cases / diseases / historia) */
.rich-content {
    line-height: 1.65;
    overflow-wrap: break-word;
}
.rich-content > *:first-child {
    margin-top: 0 !important;
}
.rich-content h1,
.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6 {
    font-family: Lato, sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin: 1.35em 0 0.5em !important;
    color: rgba(255, 255, 255, 0.92) !important;
    padding: 0 !important;
}
.rich-content h1 { font-size: 1.75rem !important; }
.rich-content h2 { font-size: 1.45rem !important; }
.rich-content h3 { font-size: 1.25rem !important; }
.rich-content h4 { font-size: 1.1rem !important; }
.rich-content h5 { font-size: 1rem !important; }
.rich-content h6 { font-size: 0.95rem !important; }
.rich-content p {
    margin: 0 0 1em !important;
    font-size: inherit !important;
}
.rich-content a {
    color: #7eb8ff !important;
    text-decoration: underline !important;
}
.rich-content ul,
.rich-content ol {
    margin: 0 0 1em 0 !important;
    padding-left: 1.5em !important;
    list-style-position: outside !important;
}
.rich-content ul { list-style-type: disc !important; }
.rich-content ol { list-style-type: decimal !important; }
.rich-content ul ul {
    margin: 0.35em 0 0.35em 0 !important;
    list-style-type: circle !important;
}
.rich-content li {
    display: list-item !important;
    margin: 0.25em 0 !important;
    font-size: inherit !important;
    line-height: 1.5 !important;
}
.rich-content blockquote {
    margin: 1em 0 !important;
    padding: 0.6em 1em !important;
    border-left: 3px solid rgba(255, 255, 255, 0.35) !important;
    font-style: italic;
    color: rgba(255, 255, 255, 0.85);
}
.rich-content table {
    display: table !important;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    margin: 1em 0 !important;
    border-collapse: collapse !important;
}
.rich-content table thead,
.rich-content table tfoot {
    display: table-header-group !important;
    background: rgba(255, 255, 255, 0.12) !important;
}
.rich-content table tbody {
    display: table-row-group !important;
}
.rich-content table tr {
    display: table-row !important;
}
.rich-content table thead tr th,
.rich-content table thead tr td,
.rich-content table tbody tr td,
.rich-content table tr td,
.rich-content table tfoot tr th,
.rich-content table tfoot tr td,
.rich-content th,
.rich-content td {
    display: table-cell !important;
    width: auto !important;
    float: none !important;
    color: rgba(255, 255, 255, 0.92) !important;
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 0.5em 0.75em !important;
    text-align: left !important;
    vertical-align: top !important;
    line-height: 1.4 !important;
    font-size: inherit !important;
}
.rich-content table thead tr th {
    background: rgba(255, 255, 255, 0.12) !important;
    font-weight: 700 !important;
}
.rich-content figure {
    margin: 1em 0;
}
.rich-content figure img,
.rich-content img {
    max-width: 100%;
    height: auto;
    display: block;
}
.rich-content figcaption {
    margin-top: 0.4em;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.65);
}
.rich-content code {
    font-family: Consolas, Monaco, monospace;
    font-size: 0.9em;
    padding: 0.1em 0.35em;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    color: #ffb4a2;
}
.rich-content mark {
    background: #c9a227;
    color: #111;
    padding: 0 0.15em;
}
.rich-content hr {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 1.5em 0;
}
.rich-content sub,
.rich-content sup {
    font-size: 0.75em;
}
