.core-deposit {
    color: #5594a1;   
}

.core-deposit::before {
    content: '';
    display: block;
}

.core-deposit a {
    color: inherit;
}

.core-deposit a::before {
    content: '\f05a';
    color: inherit;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.core-deposit-exempt {
    text-decoration: line-through;
    color: #eee;
}

.variation-CoreDeposit {
    color: #5594a1;
    margin-top: 0.5em;
    font-weight: bold;
}


.variation-CoreDeposit::before {
    content: '';
    display: block;
}

.variation-CoreDeposit a {
    color: inherit;
}

.variation-CoreDeposit a::before {
    content: '\f05a';
    color: inherit;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.wc-item-meta .core-deposit::before {
    display: none;
}