.prescription-header {
    padding: 20px 0;
}

.step-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border-radius: 50%;
}

#imagePreview {
    text-align: center;
}

.table-hover tbody tr:hover {
    background-color: #f8f9fa;
}

/* Responsive */
@media (max-width: 768px) {
    .prescription-header h2 {
        font-size: 24px;
    }
    
    .step-icon {
        width: 60px;
        height: 60px;
    }
}