.ce-linklist ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ce-linklist ul li a {
    display: block;
    padding: 10px 0;
    font-weight: 700;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%233c3c3c" d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg>');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 12px;
}
.ce-linklist ul li a:hover {
    color: #009640;
}
.ce-linklist ul li + li {
    border-top: 1px solid #f0f0f0;
}