/* Basic styles for the medical records system */
body {
    background-color: #f8f9fa;
}

.navbar {
    margin-bottom: 2rem;
}

.card {
    margin-bottom: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.form-group {
    margin-bottom: 1rem;
}

/* Add these styles if needed */
.prescription-form .row {
    margin-bottom: 1rem;
}

.prescription-form input[type="number"] {
    width: 100%;
}

.prescription-card .row {
    margin-bottom: 0.5rem;
}

.prescription-card strong {
    color: #666;
    font-size: 0.9rem;
}

.prescription-card p {
    margin-bottom: 0.5rem;
} 