.med58-patient-wrapper {
    max-width: 600px;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
}

.med58-field {
    margin-bottom: 15px;
}

.med58-field input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

#med58-patient-form button {
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 12px 18px;
    border-radius: 8px;
    cursor: pointer;
}
.med58-patient-list {
    margin-bottom: 40px;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
}

.med58-patient-list table {
    width: 100%;
    border-collapse: collapse;
}

.med58-patient-list th,
.med58-patient-list td {
    padding: 14px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.med58-patient-list th {
    background: #f8fafc;
}