/* css styles */
figcaption {
    font-style: italic;
}

div.quarto-figure {
    /* border-top: 1px solid rgb(222,226,230); */
    /* padding-top: 1em; */
    border-bottom: 1px solid rgb(222,226,230);
    padding-bottom: 1em;
}


/** Between adjacent figures **/

/* Suppress bottom border of former figure(s) */
div.quarto-figure:has(+div.quarto-figure) {
    border-bottom-width: 0px !important;
}


/* Suppress top border of latter figure(s) */
div.quarto-figure ~ div.quarto-figure {
    border-top-width: 0px !important;
}
