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