/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 12 2026 | 16:37:07 */
/* Lists */
.brxe-post-content > ol > li, .brxe-post-content > ul > li {
	margin-bottom: 10px
}

.brxe-post-content > ol > li::marker, .brxe-post-content > ul > li::marker {
	color: var(--accent-blue);
    font-weight: 500;
}

.brxe-post-content > ul {
	list-style: none
}

.brxe-post-content > ul {
	padding-inline-start: 30px;
}

.brxe-post-content > ul > li::before {
	content: '›';
    color: var(--accent);
    font-size: 1.6em;
    line-height: 1;
    display: inline-block;
    position: relative;
    left: -7px;
    top: 2px;
}