/* Vendor Grouping Styles */

.vendor-group {
    margin-bottom: 2rem;
    background: var(--bg-secondary, #1e293b);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.vendor-header {
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.vendor-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    flex: 0 0 auto;
}

.vendor-stats {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    flex: 1;
}

.voucher-section {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.voucher-section:last-child {
    border-bottom: none;
}

.voucher-section .voucher-header-table {
    margin-bottom: 0.75rem;
}

.voucher-section .voucher-title {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    font-weight: 500;
}