.text-button-hover,
.text-button-hover * {
    transition: color 0.2s ease; 
    cursor: pointer !important;
}

.text-button-hover:hover,
.text-button-hover:hover * {
    color: #5230DA !important; 
    cursor: pointer !important;
}

.text-header-button-hover,
.text-header-button-hover * {
    transition: color 0.2s ease; 
    cursor: pointer !important;
}

.text-header-button-hover:hover,
.text-header-button-hover:hover * {
    color: #04364A !important; 
    cursor: pointer !important;
}