.elementor-image-annotation-wrapper {
	width: 100%;
	margin: 15px 0;
}

.elementor-image-annotation-container {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	border: 2px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	background: #f5f5f5;
}

.elementor-image-annotation-image {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.elementor-image-annotation-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: crosshair;
	touch-action: none;
}

.elementor-image-annotation-controls {
	margin-top: 10px;
	text-align: center;
}

.elementor-image-annotation-clear {
	background: #dc3545;
	color: #fff;
	border: none;
	padding: 8px 16px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	transition: background-color 0.3s ease;
}

.elementor-image-annotation-clear:hover {
	background: #c82333;
}

.elementor-image-annotation-clear:active {
	background: #bd2130;
}

.elementor-image-annotation-error {
	color: #dc3545;
	padding: 10px;
	background: #f8d7da;
	border: 1px solid #f5c6cb;
	border-radius: 4px;
	margin: 0;
}

.elementor-image-annotation-input {
	display: none !important;
}

@media (max-width: 768px) {
	.elementor-image-annotation-container {
		border-width: 1px;
	}
	
	.elementor-image-annotation-clear {
		padding: 10px 20px;
		font-size: 16px;
		width: 100%;
	}
}



