SPLIDER 2 and css active slide

SPLIDER 2
How can I apply a custom css to the Active Slide?
Or apply the utility classes settings to the active slide, for example the shad-2 shadow?
I would like to make only the active slide stand out by giving the illusion of lifting up with a shadow while the inactive ones remain on the ground.

(I saw that the same question had been asked for splider1, in 2021, and it was not possible to do so at that time)

@habitualshaker , I’m trying this now, but I’d like to confirm that it’s correct.
Thanks

.splide__slide.is-active {
    box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.45), 0px 25px 20px -20px rgba(0, 0, 0, 0.45)!important;
}