/* Header Savings Badge */
.header-savings {
    font-size: 13px;
    font-weight: 500;
    color: #4CAF50;
    margin-top: 5px;
    display: inline-block;
}

@media (max-width: 576px) {
    .header-savings {
        font-size: 11px;
    }
}