.dual-stock-box {
    background: #fafafa;
    border: 1px solid #eee;
    padding: 12px;
    border-radius: 8px;
    margin: 15px 0;
}

.stock-positive {
    color: #28a745 !important;
}

.stock-zero {
    color: #dc3545 !important;
}

.stock-icon {
    font-weight: bold;
    margin-right: 6px;
}

.stock-bar-container {
    margin-top: 10px;
    height: 8px;
    background: #eee;
    border-radius: 8px;
    overflow: hidden;
}

.stock-bar {
    height: 100%;
    background: linear-gradient(90deg, #28a745, #6cc070);
    transition: width 0.3s ease;
}

.dual-shipping-warning,
.ownstock-warning {
    background: #fff3cd;
    border-left: 4px solid #ff9800;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 6px;
    color: #8a6d3b;
    font-size: 15px;
}
