.yeekit-discount-bar {
    padding: 12px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    background-color: var(--yk-bar-bg, #0f834d);
    color: var(--yk-bar-text, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.yeekit-bar-icon {
    font-size: 1.25em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 1;
}

.yeekit-bar-message {
    font-weight: 600;
}

/* Bulk Discount Table */
.yeekit-bulk-table-msg {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 20px;
}

.yeekit-bulk-table-td {
    padding: 10px;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.yeekit-bulk-table-thead th {
    background-color: #f7f7f7;
    font-weight: 600;
    text-align: center;
}

/* Discount Badge */
.yeekit-discount-badge {
    display: inline-block;
    padding: 0px 10px;
    background-color: #3d9cd2;
    color: #fff;
    border-radius: 3px;
}

/* You saved messages */
.woocommerce-cart-subtotal-saved,
.woocommerce-cart-item-saved {
    display: block;
    color: #27ae60 !important;
    /* Green for savings */
    font-weight: 700 !important;
    font-size: 0.9em;
    margin-top: 5px;
}

.woocommerce-cart-item-saved {
    font-size: 0.85em;
}