.coyote-map {
	position: relative;
	background: #e8edf2;
}

.coyote-map-preview {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 160px;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(80, 137, 184, 0.16) 1px, transparent 1px),
		linear-gradient(rgba(80, 137, 184, 0.16) 1px, transparent 1px),
		linear-gradient(135deg, #dce9ef, #f6f8f3);
	background-size: 48px 48px, 48px 48px, auto;
	color: #1f3440;
	text-align: center;
}

.coyote-map-preview::before,
.coyote-map-preview::after {
	position: absolute;
	content: "";
	background: rgba(64, 134, 112, 0.24);
}

.coyote-map-preview::before {
	top: 18%;
	left: -12%;
	width: 68%;
	height: 22%;
	transform: rotate(-12deg);
}

.coyote-map-preview::after {
	right: -10%;
	bottom: 16%;
	width: 58%;
	height: 20%;
	transform: rotate(10deg);
}

.coyote-map-preview-grid {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(30deg, transparent 0 44%, rgba(255, 255, 255, 0.56) 45% 47%, transparent 48%),
		linear-gradient(150deg, transparent 0 42%, rgba(255, 255, 255, 0.44) 43% 45%, transparent 46%);
	background-size: 180px 120px;
	opacity: 0.9;
}

.coyote-map-preview-pin {
	position: relative;
	z-index: 1;
	width: 34px;
	height: 34px;
	margin-right: 14px;
	border: 4px solid #2f7fc1;
	border-radius: 50% 50% 50% 0;
	background: #ffffff;
	transform: rotate(-45deg);
	box-shadow: 0 8px 18px rgba(31, 52, 64, 0.22);
}

.coyote-map-preview-pin::after {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 12px;
	height: 12px;
	content: "";
	border-radius: 50%;
	background: #2f7fc1;
}

.coyote-map-preview-text {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 10px 12px;
	border: 1px solid rgba(31, 52, 64, 0.16);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 8px 18px rgba(31, 52, 64, 0.12);
}

.coyote-map-preview-text strong {
	display: block;
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 1.3;
}

.coyote-map-preview-text span {
	display: block;
	max-width: 260px;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}
