/* RFQs Plugin Styles */

#rfq-form,
#rfq-travel-form {
    max-width: 600px;
    margin: 0 auto;
}

#rfq-form h2,
#rfq-travel-form h2 {
    text-align: center;
}

#rfq-form label,
#rfq-travel-form label {
    display: block;
    margin-top: 10px;
}

#rfq-form input,
#rfq-travel-form input,
#rfq-form select,
#rfq-travel-form select,
#rfq-form textarea,
#rfq-travel-form textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 10px;
}

#rfq-form button,
#rfq-travel-form button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #D19D52;
    color: white;
    border: none;
    cursor: pointer;
}

#rfq-form button:hover,
#rfq-travel-form button:hover {
    background-color: #C18A45;
}

#verification-dashboard,
#recommendation-dashboard,
#executive-dashboard {
    max-width: 1000px;
    margin: 0 auto;
}

.wp-list-table {
    width: 100%;
    border-collapse: collapse;
}

.wp-list-table th,
.wp-list-table td {
    padding: 10px;
    border: 1px solid #ddd;
}

.wp-list-table th {
    background-color: #f4f4f4;
}

.wp-list-table td button {
    padding: 5px 10px;
    margin-right: 5px;
    cursor: pointer;
}

.wp-list-table td .view-button {
    background-color: #4CAF50;
    color: white;
}

.wp-list-table td .edit-button {
    background-color: #2196F3;
    color: white;
}

.wp-list-table td .approve-button {
    background-color: #4CAF50;
    color: white;
}

.wp-list-table td .deny-button {
    background-color: #f44336;
    color: white;
}

.wp-list-table td .print-button {
    background-color: #FF9800;
    color: white;
}
