Hello,
Thank You so much for the Kind Words! :)
Google Maps infoWindow styling is currently not included with Canvas but we will definitely try including some styles for this in the upcoming updates. Meanwhile, you can consider styling the .gm-style-iw .gm-style-iw-c CSS Block to add your Custom Styling. Example:
[ch_pre type="css"].gm-style .gm-style-iw-c {
padding: 25px 13px 13px 25px !important;
}
.gm-style .gm-style-iw-c button {
top: 0 !important;
right: 0 !important;
}
.gm-style .gm-style-iw-c button img {
width: 18px !important;
height: 18px !important;
margin: 6px !important;
}[/ch_pre]
This should definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.