/*
Theme Name: Neve Child
Template: neve
*/

/*
 * All custom CSS for cedarlakein.gov should be added below this comment.
 * Do NOT add CSS above the theme header block above.
 */

/* Separator between Latest Posts block items */
.wp-block-latest-posts__list > li + li {
    border-top: 3px solid #000000;
    padding-top: 1.5em;
    margin-top: 1.5em;
}

/* For full content display mode */
.wp-block-latest-posts .wp-block-latest-posts__list-item + .wp-block-latest-posts__list-item {
    border-top: 3px solid #000000;
    padding-top: 1.5em;
    margin-top: 1.5em;
}