/* Custom styles for the portal */
.fr-stepper {
    margin-bottom: 2rem;
}

.step-content {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Ensure modal is above everything */
dialog.fr-modal {
    z-index: 2000;
}
