/* =========================================================
   Stellenanzeige Map – Frontend Map Styles
   ========================================================= */

.sam-map-container {
	display: block;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Remove default Leaflet icon white box */
.sam-leaflet-icon {
	background: none !important;
	border: none !important;
}

/* ---- Popup ---- */
.sam-popup {
	font-family: inherit;
	min-width: 200px;
	max-width: 280px;
	line-height: 1.5;
}

.sam-popup-title {
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 6px;
	color: #1d2023;
	line-height: 1.3;
}

.sam-popup-address {
	font-size: 12px;
	color: #646970;
	margin: 0 0 6px;
}

.sam-popup-excerpt {
	font-size: 13px;
	color: #3c434a;
	margin: 0 0 10px;
}

.sam-popup-link {
	display: inline-block;
	background: #8B4513;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 4px;
	transition: background 0.2s;
}

.sam-popup-link:hover {
	background: #6b3410;
}

/* Make Leaflet popup look sharper */
.leaflet-popup-content-wrapper {
	border-radius: 6px;
	padding: 0;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.leaflet-popup-content {
	margin: 14px 16px;
}

.leaflet-popup-tip-container {
	margin-top: -1px;
}
