/*
For:
- https://weteachcs.org/cs-data-reports/epic-annual-report/
- https://weteachcs.org/about/goals-and-outcomes/
*/

/* FAQ: i.e. not a News article */
main:not(:has(.blog-content)) {
    & a:has(
        figcaption,
        p.caption
    ) {
        /* TODO: consider for Core-CMS */
        text-decoration: none !important;
    }
    & :is(
        a figcaption,
        p.caption
    ) {
        text-align: right;

        /* to undo Core-Styles */
        border-bottom: none;
        margin-block: 5px 0;
    }
    & a img + p.caption {
        /* so a click between text and image opens link */
        margin-top: 0;
        padding-top: 5px;
    }
}
