/* Improved List Styling */
.page .pages-content ul.wp-block-list {
    margin: 1.5em 0 1.5em 2em;
    padding-left: 1em;
    list-style-type: disc;
}

.page .pages-content ul.wp-block-list li {
    margin-bottom: 0.75em;
    line-height: 1.7;
    padding-left: 0.5em;
}

/* Nested lists */
.page .pages-content ul.wp-block-list ul {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/* Remove bullets from single-item lists that are actually field names */
.page .pages-content ul.wp-block-list:has(li:only-child) {
    list-style-type: none;
    margin-left: 2em;
    padding-left: 0;
}
