.izypas-embed-card {
	box-sizing: border-box;
	max-width: 100%;
	margin: 1.5em auto;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}

.izypas-embed-card--clickable {
	cursor: pointer;
}

.izypas-embed-card--clickable:hover {
	box-shadow: 0 6px 20px rgba(15, 23, 42, 0.12);
}

.izypas-embed-card__frame {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #f8fafc;
}

.izypas-embed-card__iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	pointer-events: none;
}

.izypas-embed-card__overlay {
	position: absolute;
	inset: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent;
}

.izypas-embed-error {
	color: #b32d2e;
	background: #fcf0f1;
	border-left: 4px solid #b32d2e;
	padding: 8px 12px;
	border-radius: 4px;
}
