/**
 * New Nomads Map — Frontend Styles
 *
 * @package NewNomadsMap
 * @version 1.0.0
 */

/* Wrapper */
.nnm-map-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba( 0, 0, 0, 0.18 );
	margin: 1.5em 0;
}

/* Canvas */
.nnm-map-canvas {
	display: block;
	width: 100%;
	height: 100%;
}

/* SVG marker — clear Leaflet's default icon-image interference */
.nnm-marker-icon {
	background: none !important;
	border: none !important;
}

/* Popup */
.nnm-popup {
	min-width: 160px;
	font-family: inherit;
}

.nnm-popup-label {
	display: block;
	font-size: 1em;
	margin-bottom: 4px;
	color: #1a1a1a;
}

.nnm-popup-desc {
	font-size: 0.875em;
	color: #555;
	margin: 0 0 6px;
	line-height: 1.4;
}

.nnm-popup-link {
	display: inline-block;
	font-size: 0.875em;
	color: #0073aa;
	text-decoration: none;
	font-weight: 600;
}

.nnm-popup-link:hover {
	text-decoration: underline;
}

/* Error notice */
.nnm-error {
	padding: 12px 16px;
	background: #fff3cd;
	border-left: 4px solid #ffa000;
	color: #7a4f00;
	border-radius: 4px;
	font-size: 0.9em;
	margin: 1em 0;
}
