/**
 * BBBO Check
 *
 * Orange checkmarks for list style.
 */
.is-style-bbbo-check {
    list-style: none;
    padding-left: 28px;
}

.is-style-bbbo-check li {
    position: relative
}

.is-style-bbbo-check li::before {
    content: '';
    position: absolute;
    left: -28px;
    top: 1px;
    width: 20px;
    height: 20px;
    background-image: url('../../img/icon-check.png');
    background-size: contain;
    background-repeat: no-repeat;
}