.topcar-product-trust-check {
    background: #f7f4ed;
    padding: 2em;
}

.topcar-product-trust-check ul {
    list-style: none;
}

.topcar-product-trust-check ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 1em 0;
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 1em;
}

.topcar-product-trust-check ul li svg {
    color: oklch(82% .17 87);
}