diff --git a/integration/widget.html b/integration/widget.html
index b51b0c4..8a9b9f3 100644
--- a/integration/widget.html
+++ b/integration/widget.html
@@ -22,13 +22,11 @@
width: 200px;
cursor: pointer;
display: block;
- border: none;
- border-radius: 1rem;
- transition: box-shadow 0.3s ease;
+ transition: transform 0.3s ease;
}
img:hover {
- box-shadow: 0 0 15px 3px rgba(0, 128, 0, 0.5); /* Green shadow effect */
+ transform: scale(1.05);
}
/* iFrame styling */
@@ -36,6 +34,7 @@
width: 80vw;
height: 80vh;
border: none;
+ border-radius: 10px;
display: none;
}