.bz-widgets {
    margin-top: 12px;
    padding: 12px 14px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    background: #fafafa;
}

.bz-widget-heading {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
}

/* Kilka pasujących zestawów naraz stoją obok siebie pod jednym nagłówkiem;
   zawijają się na węższych ekranach zamiast wychodzić poza kontener. */
.bz-widgets-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bz-widget {
    flex: 1 1 220px;
    min-width: 200px;
    max-width: 280px;
    padding: 10px 12px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    background: #fff;
}

.bz-widget-products {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.bz-widget-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 72px;
    text-decoration: none;
    color: inherit;
}

.bz-widget-product img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
}

.bz-widget-product-name {
    margin-top: 4px;
    font-size: 11px;
    text-align: center;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bz-widget-plus {
    font-size: 18px;
    font-weight: 700;
    color: #999;
}

.bz-widget-price {
    margin-top: 10px;
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.bz-widget-price-regular {
    text-decoration: line-through;
    color: #999;
    font-size: 13px;
}

.bz-widget-price-final {
    font-size: 18px;
    font-weight: 700;
    color: #438660;
}

.bz-widget-price-label {
    font-size: 12px;
    color: #777;
}

.bz-widget-add-btn {
    margin-top: 10px;
    padding: 8px 16px;
    background: #438660;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.bz-widget-add-btn:disabled {
    opacity: 0.6;
    cursor: default;
}

.bz-widget-msg {
    margin-top: 6px;
    font-size: 12px;
}

.bz-widget-msg-success { color: #438660; }
.bz-widget-msg-error { color: #c0392b; }
.bz-widget-msg-info { color: #777; }

.bz-cart-badge {
    margin-top: 4px;
    font-size: 12px;
    color: #438660;
}
