/* Membership discount notices (custom) */

.single-product .wc-memberships-member-discount-message--applied-product {
    margin: 20px 0 14px;
    padding: 0;
    background: transparent;
    text-align: left;
    font-family: "BentonSansCondensedMedium";
    font-size: 14px;
    line-height: 13px;
    color: #000000;
}

.woocommerce-cart .woocommerce-info[data-scope="member-discount-applied"] {
    background-color: #d5fdd5;
    font-family: "BentonSansRegular";
    color: #4E4E4E;
}
