.clipon-benefits-wrap { font-family: inherit; }

.clipon-benefits-strip {
    display: flex;
    border-left: 0.5px solid #e0e0e0;
    border-right: 0.5px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 16px;
}

.clipon-benefit {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px 8px;
    border-right: 0.5px solid #e0e0e0;
    border-top: 2px solid;
    border-bottom: 2px solid;
    text-align: center;
    gap: 6px;
}

.clipon-benefit:last-child { border-right: none; }

.clipon-benefit span { font-size: 18px; color: #666; line-height: 1.4; }

.clipon-discount-label {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 500;
    margin-bottom: 10px;
}

.clipon-discount-tiers { display: grid; gap: 8px; }

.clipon-tier {
    padding: 12px;
    border-radius: 6px;
    text-align: center;
    border: 1.5px solid;
    background: transparent;
}

.clipon-tier-qty { font-size: 18px; color: #999; margin-bottom: 2px; }
.clipon-tier-pct { font-size: 30px; font-weight: 500; }
.clipon-tier-off { font-size: 18px; color: #999; }