﻿.page main > article,
.page-article {
    padding: 3rem 5rem !important;
    text-align: justify;
    word-break: normal;
    hyphens: auto;
}

.page-article {
    font-size: 1.1rem !important;
}

p.last-update {
    font-size: 1rem;
    margin-bottom: 1rem;
    display: block;
    text-indent: 0 !important;
}

h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.3rem;
    margin-bottom: .5rem;
}

h2, h3, h4, h5, h6, 
.preserve{
    hyphens: none;
}

.preserve {
    hyphens: none;
    word-break: keep-all;
    white-space: pre;
}

    ul, ol {
        display: block;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px;
        unicode-bidi: isolate;
        line-height: 1.75;
    }

.page-article p {
    margin: 0;
    padding: 0;
    white-space: normal;
    line-height: 1.75;
    margin-bottom: 1.5rem !important;
}

.small,
a.small[href] {
    font-size: .85rem;
    color: #999;
    margin-left: .5rem;
}

table {
    text-align: left;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .page main > article,
    .page-article {
        padding: 1.5rem 2rem !important;
    }

    ul {
        padding-inline-start: 20px;
    }
}