/******* Do not edit this file *******
Code Snippets Manager
Saved: Jun 09 2025 | 16:51:22 */
/* Fix: Force flex container */
:has(> iframe[src*="powerbi.com"]) {
	display: flex;
	min-height: 224px;
}
