Remove shadow from the arrows (Carousel layout)

Add this code to the Custom CSS field on the Style tab of your Reviews widget’s settings:

[class*="ArrowControl__ArrowControlContainer-sc"]{
box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px !important;
}