.bpproductincluded-link {
    display: block;
    margin: 5px 0;
    background: #FFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='19' viewBox='0 0 11 19'%3e%3cpath d='M1.91065 1.62059L9.0114 8.72135C9.53532 9.24526 9.53532 10.0947 9.0114 10.6186L1.91064 17.7194'  stroke='%572D83FF' stroke-width='2' stroke-linecap='round' /%3e%3c/svg%3e") right 1rem center no-repeat;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid var(--es-green);
}
.bpproductincluded-link a {
    padding:4px 12px;
    display: flex;
    justify-content: left;
    color: var(--es-green);
}
.bpproductincluded-link a > img {
    height: 45px;
    margin: 0 4px;
}
.bpproductincluded-link a > div {
    margin: 0;
    padding-right:7px;
}
.bpproductincluded-link a > div p {
    line-height: 45px;
    margin: 0 0 0 10px;
}
@media (max-width:575px){
    .bpproductincluded-link a > div p {font-size: 12px;}
}