/** Custom reasons */
.customreasons-container .customreason:not(:last-child):after {
    content: ', ';
    color: black;
}
