.wizard-button {
    @apply w-full p-4 border border-gray-300 rounded-lg text-lg font-semibold text-gray-700 hover:bg-gray-100;
}

.wizard-button.active {
    @apply bg-blue-500 text-white border-blue-500;
}
