.rfq-list-page {
    background: #f4f6f9;
    padding-bottom: 30px;
}

.rfq-list-header {
    background: white;
    padding: 18px;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}

.rfq-filters {
    background: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}

.rfq-table-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}

.rfq-table {
    font-size: 13px;
}

.rfq-table thead {
    background: #f8fafc;
}

.rfq-table th {
    font-weight: 600;
}

.rfq-table tbody tr {
    cursor: pointer;
}

.rfq-table tbody tr:hover {
    background: #f1f5f9;
}

.status-badge {
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
}

.status-DRAFT {
    background: #e9ecef;
}

.status-SENT {
    background: #dbeafe;
    color: #1d4ed8;
}

.status-CLOSED {
    background: #d1e7dd;
    color: #15803d;
}