/**
 * Overrides for Elementor frontend resets on Cooking B widget markup.
 * Loaded after elementor-frontend so hero plates stay circular.
 */

.elementor .cb-home-hero .cb-home-hero__main-plate img {
	display: block;
	width: 86%;
	height: 86%;
	max-width: 86%;
	max-height: 86%;
	aspect-ratio: 1;
	border-radius: 50%;
	object-fit: cover;
	box-shadow:
		inset 0 0 0 5px rgba(255, 255, 255, 0.85),
		inset 0 8px 18px rgba(110, 50, 70, 0.15);
}

.elementor .cb-home-hero .cb-home-hero__mini img {
	width: 100%;
	height: 100%;
	max-width: none;
	border-radius: 50%;
	object-fit: cover;
}

.elementor .cb-home-learn-exp__poster,
.elementor .cb-home-learn-exp__video {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.elementor .cb-dish-card .cb-dish-card__plate-inner img,
.elementor .cb-course-hero__preview .cb-dish-card__plate-inner img {
	width: 100%;
	height: 100%;
	max-width: none;
	border-radius: 50%;
	object-fit: cover;
}

.elementor .cb-vendor-card .cb-vendor-card__avatar {
	border-radius: 50%;
	overflow: hidden;
}

.elementor .cb-vendor-card .cb-vendor-card__avatar img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	aspect-ratio: 1;
	border-radius: 50%;
	object-fit: cover;
}
