.cx-bs-button {
    letter-spacing: .025rem;
}

.cx-bs-button.cx-bs-button-icon {
    padding-left: 60px;
}

.cx-bs-button.cx-bs-button-icon:after {
    color: #000;
    background: #96a500;
}
 
.cx-bs-button.cx-bs-button-icon:after {
    content: url("https://api.iconify.design/fluent-mdl2/chevron-right.svg?height=20px");
    align-items: center;
    bottom: 0;
    display: flex;
    font-size: 0.25rem;
    font-weight: 100;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
}