/* START: assets/styles/components/_markdown.scss */
div.pf-md-page {
    padding: 1.5rem !important;
}

div.pf-md-page h3,
div.pf-md-page h4 {
    font-weight: bold;
    margin-bottom: 1.25rem;
}

/* md converter */
a.footnote-ref,
a.footnote-backref {
    text-decoration: none;
}

div.footnotes {
    font-size: 0.85rem;
}

div.footnotes hr {
    margin-bottom: 0.5rem;
}

div.footnotes ol {
    padding-left: 1rem;
}

div.footnotes ol li p {
    margin-bottom: 0;
}
/* */


div.pf-md-added-value h4 {
    color: var(--bs-primary);
}

/* END: assets/styles/components/_markdown.scss */