/* استایل اطلاعات پک */
.wpq-pack-info {
    background-color: #f0f8ff;
    border: 2px solid #4CAF50;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

.wpq-pack-notice {
    color: #2c3e50;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.wpq-stock-info {
    color: #27ae60;
    font-size: 13px;
    margin: 0;
    font-weight: 500;
}

/* استایل پیام خطا */
.wpq-quantity-error {
    background-color: #e74c3c !important;
    color: white !important;
    border: none !important;
    padding: 15px !important;
    margin-bottom: 20px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
}

.wpq-quantity-error::before {
    content: "⚠ ";
    font-size: 16px;
    marg-left: 5px;
}
