/* Olo Proste Rabaty – front (strona produktu + koszyk) */
.olo-discounts-wrapper {
    margin: 25px 0 30px 0;
    width: 100%;
}
.olo-discounts-box {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;
}
.olo-discounts-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888;
    margin: 0 0 12px 0 !important;
    padding-bottom: 0;
    line-height: 1.2;
}
.olo-discounts-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.olo-discount-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #eee;
}
.olo-discount-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.olo-qty {
    color: #333;
    font-weight: 500;
}
.olo-val {
    color: #007eff;
    font-weight: 700;
}
.olo-contact-link {
    color: #007eff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
.olo-contact-link:hover {
    text-decoration: underline;
}
.olo-auto-apply-note {
    font-size: 11px;
    color: #999;
    margin: 12px 0 0 0;
    font-style: italic;
    line-height: 1.3;
}
.olo-cart-price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.olo-savings-badge {
    background-color: #e6f4ff;
    color: #007eff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 4px;
    margin-top: 5px;
    display: inline-block;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .olo-discounts-wrapper {
        margin: 20px 0;
    }
}
