/* Mystical button styling */
.mystical {
    background-color: #EEDDFF !important;
    transition: background-color 0.3s ease;
}

.mystical:hover {
    background-color: #DDDDFF !important;
}
