
.wp-block-group.is-style-nrise-rounded-bg-tone-1 {
    background-color: var(--wp--preset--color--fifth);
    border-radius: 1.5rem;
    padding: 2rem;
    box-sizing: border-box;
}

.wp-block-list.is-style-nrise-check-marked {
    list-style-type: none;
    width: max-content;
    max-width: 100%;
    padding-left: 1.5em;
}
.wp-block-list.is-style-nrise-check-marked li {
    position: relative;
    padding: 10px 5px 10px 0;
    margin-left: 1.25em;
    border-bottom: 1px solid #d3d3d3;
}
.wp-block-list.is-style-nrise-check-marked li:last-child {
    border-bottom: 0;
}
.wp-block-list.is-style-nrise-check-marked li:before {
    content: "";
    position: absolute;
    display: block;
    width: 2em;
    height: 2em;
    margin-top: -3px;
    margin-left: -2.75em;
    background-image: url(/wp-content/themes/nrise/assets/img/icon-mark-3.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2em;
    /* background-color: #ffcc4d; */
    border-radius: 100%;
}

.wp-block-list.is-style-nrise-check-marked li.wind-turbine,
.wp-block-list.is-style-nrise-check-marked li.people-group,
.wp-block-list.is-style-nrise-check-marked li.task-checklist,
.wp-block-list.is-style-nrise-check-marked li.plus-hexagon {
    padding: 10px 5px 10px 1em;
}
/* 
.wp-block-list.is-style-nrise-check-marked li.wind-turbine:before, .wp-block-list.is-style-nrise-check-marked li.people-group:before, .wp-block-list.is-style-nrise-check-marked li.task-checklist:before, .wp-block-list.is-style-nrise-check-marked li.plus-hexagon:before {
    background-size: 2.5em;
    margin-top: 0px;
    width: 4em;
    height: 3em;
    margin-left: -4.5em;

} */

.wp-block-list.is-style-nrise-check-marked li.wind-turbine:before, .wp-block-list.is-style-nrise-check-marked li.people-group:before, .wp-block-list.is-style-nrise-check-marked li.task-checklist:before, .wp-block-list.is-style-nrise-check-marked li.plus-hexagon:before {
    background-color: #e46000;
    background-size: 1.3em;
    /* width: 2.5em; */
    /* height: 2.5em; */
    margin-left: -2.85em;
}

.wp-block-list.is-style-nrise-check-marked li.wind-turbine:before {
    /* background-image: url(/wp-content/uploads/2025/12/wind-turbine.svg); */
    background-image: url(/wp-content/uploads/2026/01/wind-turbine-white.svg);
}
.wp-block-list.is-style-nrise-check-marked li.people-group:before {
    /* background-image: url(/wp-content/uploads/2025/12/people-group.svg); */
    background-image: url(/wp-content/uploads/2026/01/people-group-white.svg);
}
.wp-block-list.is-style-nrise-check-marked li.task-checklist:before {
    /* background-image: url(/wp-content/uploads/2025/12/task-checklist.svg); */
    background-image: url(/wp-content/uploads/2026/01/task-checklist-white.svg);
}
.wp-block-list.is-style-nrise-check-marked li.plus-hexagon:before {
    /* background-image: url(/wp-content/uploads/2025/12/plus-hexagon.svg); */
    background-image: url(/wp-content/uploads/2026/01/plus-hexagon-white.svg);
}