.member-orders-table {
    width: 90%;
    margin: auto;
    border-collapse: collapse;
    font-family: sans-serif;
    background-color: white;
    color: black;
}

.member-orders-table th {
    background-color: #f2f2f2;
    padding: 10px;
    border-bottom: 2px solid #ccc;
    text-align: center;
}

.member-orders-table td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

/* Κατάσταση (badge) */
.status-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: bold;
    display: inline-block;
}

.status-pending {
    background-color: #fff3cd;
    color: #856404;
}

.status-confirmed {
    background-color: #d1ecf1;
    color: #0c5460;
}

.status-delivered {
    background-color: #d4edda;
    color: #155724;
}

/* Κουμπί Κριτικής */
.review-button {
    padding: 6px 12px;
    background-color: #007BFF;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.review-button:hover {
    background-color: #0056b3;
}
