Hello everyone, I’m currently working on customizing a widget for my Home Assistant setup and I’ve run into an interesting challenge. I’ve created a widget that expands when clicked, and I’ve set it to take up 95% of the popup width using the --f7-card-expandable-tablet-width: 95% CSS variable. However, when I extend the widget into a popup on my site, it doesn’t fill up the 95% of the popup as intended. Instead, it only takes up a portion of the space, which is a bit frustrating. I’ve tried adjusting the CSS variables, checking the widget’s configuration, and even reviewing the documentation to see if there’s something I’m missing. The widget works perfectly in its default state, but the expansion in the popup isn’t behaving as expected. I was hoping someone might have encountered a similar issue or could offer some insight into how to properly define the expandable widget’s width within the popup. For now, I’ve managed to work around the issue by adjusting the popup’s overall size, but it’s not the ideal solution. I’d love to get this working as intended so the widget looks polished and functions smoothly. If anyone has any tips or tricks, I’d be more than happy to hear them! Thanks in advance for your help!