diff --git a/CHANGELOG.md b/CHANGELOG.md
index 10472af82653fea9f36416e28c5527d6064c57b7..e8091a575f0db2acf22dddea6121f689f118c0ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [1.6.4] - 2025-05-22
+### Fixed
+- background color in Woo 9.9
+
 ## [1.6.3] - 2025-04-22
 ### Fixed
 - text domain
diff --git a/assets/css/style.css b/assets/css/style.css
index ffa7f0a625a7e652a9e1caae3761509f5f73006f..f73ac92b28727cd347b95a3d5b8f3d8616cb9dbe 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -1,7 +1,8 @@
 .wpdesk-rating-petition {
     font-size: 15px;
     width: 100%;
-    margin-bottom: 15px;
+    padding-bottom: 15px;
+    background-color: #f0f0f1;
 }
 
 .wpdesk-rating-petition a {