.recent-consultations {
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            background: #f9f9f9;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .recent-consultations h3 {
            margin-top: 0;
        }
        .recent-consultations table {
            width: 100%;
            border-collapse: collapse;
        }
        .recent-consultations th, .recent-consultations td {
            padding: 10px;
            border: 1px solid #ddd;
        }
        .recent-consultations th {
            background: #6a1b9a;
            color: white;
        }
        .recent-consultations tr:nth-child(even) {
            background: #f2f2f2;
        }