/* Styles for the patient information card */
.patient-info-card {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    max-width: 100%;
    margin: 20px auto;
    background-color: #f9f9f9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.patient-info-card h3 {
    margin-top: 0;
    color: #333;
    font-weight: bold;
    font-size: 18px;
}

.patient-info-content {
    line-height: 1.6;
    color: #555;
    font-size: 14px;
}
