Change color of the Close button in Reviews panel (badges)

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

[class*="CloseComponent__PopupCloseControlContainer-sc"] svg {
fill: white;
}

[class*="CloseComponent__PopupCloseControlContainer-sc"]:hover svg {
fill: black !important;
}