.bv-purchase-panel { margin: 2rem 0; }
.bv-operational-info { 
    background: #f8f9fa; 
    border: 1px solid #dee2e6; 
    border-radius: 6px; 
    padding: 1rem 1.5rem; 
    margin-bottom: 1.5rem; 
}
.bv-operational-info .bv-label { font-weight: 600; margin-right: 0.5rem; }
.bv-operational-info > div { padding: 0.25rem 0; }
.bv-stock-message .bv-value { padding: 2px 8px; border-radius: 4px; font-weight: 600; }
.bv-stock-in-stock .bv-value { background: #d4edda; color: #155724; }
.bv-stock-available-to-order .bv-value { background: #d1ecf1; color: #0c5460; }
.bv-stock-discontinued .bv-value { background: #f8d7da; color: #721c24; }
.bv-order-multiple .bv-value { font-weight: 600; color: #495057; }
.bv-stock-qty { color: #155724; font-weight: 600; }
.bv-qty-hint { font-size: 0.85rem; color: #6c757d; margin-top: 0.25rem; }
.box-tocart .field.qty { margin-bottom: 1rem; }

@media (max-width: 768px) {
    .bv-purchase-panel .field.qty .input-text.qty {
        min-height: 44px;
    }
}
