/**
 * Frontend styles for Advanced Pricing & Discounts
 */

/* "Free!" badge shown on gift (Buy X Get Y Free) lines in the cart,
   checkout and mini-cart. */
.apd-free-label {
    display: inline-block;
    background: #e2f9f3;
    color: #000;
    font-weight: bold;
    border: 1px solid #000;
    border-radius: 4px;
    text-align: center;
    padding: 0.25em 1em;
}
