/******************* Crisis and Resilience Category Styles *******************/
/********** BASE STYLES **********/
:root {
    --smbc-green: #508328;
    --text-colour: #1c212c;
    --white: #ffffff;
    --very-light: #f5f5f7;
    --light-grey: #e4e9f4;
    --medium-grey: #595959;
    --dark-grey: #2e2e2e;
    --black: #000000;
    --crisis: #e95444;
    --resilience: #2e6e43;
}
.widget-image .image {
    border-bottom: none;
    border-radius: 0.75rem;
}
.widget-width--20 {
    width: 20%;
}
.widget-width--60 {
    width: 60%;
}

/* HEADINGS & SUBHEADINGS */
.widget__heading {
    color: var(--smbc-green);
}
.widget-row:has(.styles1000) {
    margin-bottom: 0; /* heading-only rows */
}

/********** PAGE STYLES **********/

/***** CATEGORY HOMEPAGES  *****/

/***** STANDALONE HOMEPAGES  *****/

/***** CATEGORY DOCUMENT PAGES  *****/





