.migration ul:not([class]) li:not(:has(img, h2, h3, h4,br)) {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.8em;
    line-height: 1.6;
}

.migration ul:not([class]) li:not(:has(img, h2, h3, h4,br))::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15em;
    width: 1.4em;
    height: 1.4em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' fill='%23D77619'%3E%3Cpath d='M400-280v-400l200 200-200 200Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}