Please assist swiper card crop square of card mod style path.
I Played around css this few day, I found out if I add for example (padding-bottom: 33px;) to the the swipe card root can fix the swiper card crop problems, but I dont know how to put the card_mod style in the theme.yaml . I already tried the card_mod tools but cannot success.
I try to put the code below to the theme.yaml but fail. I believe it is the wrong path to the element. Can you please point out what path should I put in the theme.yaml please? Thank you so much!!
.hui-grid-card.swiper-slide.swiper-slide-active {
padding-bottom: 33px;
}


