/*/--------------------------------------------------------------/*/
/*/temp css for testing ----------------------------------------/*/
/*/------------------------------------------------------------/*/
@layer utility {

/*/styling for fao-org/other-resources/graphics-and-calculators/*/

/* rework graphics and calculators list-item grid-columns */
.list-item-page{
    /* change the grid-columns to something suitable to smaller images */
    /* grid-template-columns: 12rem 1fr; */
}

body.other-resources.graphics-and-calculators .item-image a {
    /* border-radius: 1px; */
    /* overflow: hidden; */
    /* max-height: 13rem; */
    /* min-height: 0; */
    /* height: 100%; */
}

/* Because ,any communications migrated from old site are wrapped in .post-entry  
   they don't get the flow spacing expected of article. This style rule fixes 
   that but needs to be updated manually if "article > *" changes. */
.post-entry > * + * {
    margin-block-start: 1em;
}

}