/* article */
article {
    font-family: Open Sans, sans-serif;
}

/* huvudrubrik */
article section h1 {
    display: block;
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 17px;
    margin-top: 0;
    color: #222222;
}

/* underrubrik-h2 */
article section h2 {
    display: block;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 20px;
    color: #222222;
}

/* underrubrik-h3 */
article section h3 {
    display: block;
    color: #222222;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 30px;
}

/* brödtext */
article section p {
    font-size: 14px;
    margin-bottom: 1em;
}

/* ingress */
article section:first-of-type p:first-of-type {
    color: #303030;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 1em;
}

/* länk */
article section a {
    color: #004772;
    text-decoration: underline;
    font-size: 14px;
}

/* punktlista  */
article section ul {
    list-style: disc;
    font-size: 14px;
    padding-left: 20px;
}

/* listpunkt */
article section li {
    margin-bottom: 5px;
}

/* AI-disclaimer  */
article section transformation-status-header p {
    font-size: 100% !important;
    font-style: normal !important;
    font-weight: normal !important;
    margin-bottom: 0 !important;
}