.ec-blockBtn--action {
    background-color: #ff8181;
    border-color: #ff8181;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.29);
}

.ec-blockBtn--cancel {
    background-color: #525263;
    border-color: #525263;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.29);
}

.ec-productRole-custom__tags {
    margin-top: 16px;
    padding: 10px;
    border-bottom: 1px dotted #ccc;
}

.ec-productRole-custom__tags > a:hover{
    text-decoration: none;
}

.ec-productRole-custom__tag {
    display: inline-block;
    padding: 2px 5px;
    list-style: none;
    font-size: 80%;
    border: solid 1px #D7DADD;
    border-radius: 3px;
    background-color: #F5F7F8;
    margin-bottom: 5px;
}

.pro_info {
    list-style: none;
    padding-inline-start: 0;
}

@media only screen and (min-width: 768px) {
    .ec-newItemRole .ec-newItemRole__list {
        flex-wrap: wrap;
    }
    
    .ec-newItemRole .ec-newItemRole__listItem {
        width: 22%;
    }
}