.box-lp-quote {
    margin: 1rem 0 1.25rem;
    padding: 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
}
.box-lp-cart-form {
    font-family: "Kalameh", Sans-serif;
}
.box-lp-quote__hint {
    margin: 0 0 0.75rem;
    color: #555;
    font-size: 0.95rem;
}

.box-lp-quote__label {
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 600;
}

.box-lp-quote__qty-row {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.75rem;
}

.box-lp-quote__qty-row input {
    width: 120px;
    text-align: center;
}

.box-lp-quote__step,
.box-lp-quote__suggest {
    cursor: pointer;
}

.box-lp-quote__suggested {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.box-lp-quote__calc,
.box-lp-quote__add,
.box-lp-quote__calc-link {
    width: 100%;
    margin-top: 0.5rem;
    display: inline-block;
    text-align: center;
}

.box-lp-quote__panel {
    background: #f7f7f7;
    padding: 0.75rem;
    border-radius: 6px;
    margin: 2.75rem 0;
    line-height: 1.7;
}

.box-lp-quote__panel strong {
    color: #111;
}

.box-lp-quote__message.is-error {
    color: #b00020;
    margin-top: 0.5rem;
}

.box-lp-quote__message.is-ok {
    color: #1b5e20;
    margin-top: 0.5rem;
}

.box-lp-price-placeholder {
    color: #666;
    font-size: 0.95rem;
}

/* پشتیبان — اگر تم دکمه پیش‌فرض ووکامرس را جدا نشان دهد */
.single-product .box-lp-cart-form ~ .cart .quantity,
.single-product .box-lp-cart-form ~ .cart .single_add_to_cart_button,
.single-product form.cart:not(.box-lp-cart-form) .quantity,
.single-product form.cart:not(.box-lp-cart-form) .single_add_to_cart_button {
    display: none !important;
}

.box-lp-quote__add:not(:disabled) {
    background-color: #2271b1;
    color: #fff;
}

/* سازگاری خودکار با تمپلیت المنتور — فقط محصولات نشرا */
.box-lp-elementor-request-heading--hidden {
    display: none !important;
}

/* فقط وقتی UI نشرا جایگزین شده، فرم المنتور را مخفی کن */
.box-lp-laravel-product .elementor-widget-form:has(.box-lp-cart-form) .elementor-form,
.box-lp-laravel-product .elementor-widget-form:has(.box-lp-quote) .elementor-form {
    display: none !important;
}
