/* NOVA Image Widget */
.nova-image-widget {
	display: block;
	width: 100%;
}

.nova-image-widget__link {
	display: block;
	max-width: 100%;
	text-decoration: none;
}
.nova-image-widget__frame img {
    height: 100% !important;
}
.nova-image-widget__frame {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	line-height: 0;
	position: relative;
}
.nova-image-widget__img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	object-position: center center;
}
.nova-image-widget__frame[style*="aspect-ratio"] .nova-image-widget__img {
	height: 100%;
}

.nova-image-widget__placeholder {
	padding: 1rem 1.25rem;
	border: 1px dashed #c3c4c7;
	border-radius: 6px;
	color: #646970;
	font-size: 0.875rem;
	background: #f6f7f7;
}

/* Source dynamique : état sans image (classe custom configurable dans Elementor) */
.nova-image-widget--no-source-image {
	/* Hook thème — ex. min-height, fond placeholder */
}
