.academy-primary-action:not(:disabled) {
    background-color: #8b5cf6 !important;
    color: #fff !important;
    font-weight: 700;
}

.academy-primary-action:not(:disabled):hover,
.academy-primary-action:not(:disabled):focus-visible {
    background-color: #7c3aed !important;
    color: #fff !important;
}
