/* Frontend styles for Metabase embeds */

.lv-metabase-embed-container {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	margin: 20px 0;
}

.lv-metabase-iframe {
	display: block;
	border: none;
}

.lv-metabase-error {
	padding: 15px;
	background: #f8d7da;
	border: 1px solid #f5c6cb;
	border-radius: 4px;
	color: #721c24;
	margin: 20px 0;
}
