.wholesale-price-info {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.wholesale-price-info p {
    margin: 0;
    margin-bottom: 8px;
}

.wholesale-price-info p:last-child {
    margin-bottom: 0;
}

.wholesale-price-info strong {
    font-weight: 600;
}

.woocommerce .wholesale-price-badge {
    display: inline-block;
    background: #e74c3c;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 8px;
}

.woocommerce-cart .wholesale-discount-line {
    color: #27ae60;
    font-weight: bold;
}

.wholesale-shipping-notice {
    background: #d4edda;
    color: #155724;
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0;
    border: 1px solid #c3e6cb;
}
