.ic-map-marker-wrapper {
	width: 100%;
}

.ic-map-marker-map {
	position: relative;
	width: 100%;
	height: 400px;
	border-radius: 4px;
	margin-bottom: 12px;
	background: #e5e3df;
}

.ic-map-marker-map-placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	color: #888;
	font-size: 14px;
	text-align: center;
	padding: 16px;
	border: 1px dashed #ccc;
	border-radius: 4px;
}

input.ic-map-marker-value {
	display: none !important;
}

.ic-map-marker-controls {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 12px;
	row-gap: 4px;
	margin-top: 8px;
}

.ic-map-marker-coord-label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #555;
}

.ic-map-lat,
.ic-map-lng,
.ic-map-locate-btn {
	width: 100%;
	box-sizing: border-box;
}

.ic-map-locate-btn {
	white-space: nowrap;
	cursor: pointer;
}

.ic-map-locate-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.ic-map-marker-notice {
	padding: 10px 14px;
	margin-bottom: 10px;
	background: #fff3cd;
	border: 1px solid #ffc107;
	border-radius: 4px;
	color: #856404;
	font-size: 13px;
}

/* Elementor editor preview */
.ic-map-marker-preview .ic-map-marker-map {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #f5f5f5;
	border: 2px dashed #ccc;
	color: #888;
	font-size: 14px;
	cursor: default;
}

.ic-map-marker-preview-icon {
	font-size: 28px;
	line-height: 1;
}
