/**
 * BizNY map container and popup styles.
 */

.bizny-map {
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #E5E7EB;
	background: #F3F4F6;
}
.bizny-map[data-mode="single"] {
	height: 360px;
}
.bizny-map[data-mode="archive"] {
	height: 600px;
}

.bizny-marker-icon {
	background: transparent;
	border: 0;
}

.bizny-pop {
	width: 220px;
}
.bizny-pop img {
	display: block;
	width: 100%;
	height: 110px;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}
.bizny-pop-body {
	padding: 10px 12px 12px;
}
.bizny-pop-title {
	display: block;
	color: #1B2A4A;
	font-weight: 700;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 4px;
}
.bizny-pop-title:hover {
	text-decoration: underline;
}
.bizny-pop-cat {
	color: #6B7280;
	font-size: 12px;
	margin-bottom: 8px;
}
.bizny-pop-link {
	display: inline-block;
	color: #1B2A4A;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	background: #F7C948;
	padding: 5px 10px;
	border-radius: 6px;
}
.bizny-pop-link:hover {
	background: #FFD867;
	color: #1B2A4A;
}

/* Override Leaflet popup tip */
.leaflet-popup-content-wrapper {
	border-radius: 10px;
	padding: 0;
	overflow: hidden;
}
.leaflet-popup-content {
	margin: 0;
	width: 220px !important;
}
