.nfe-neshan-picker {
	max-width: 720px;
	margin-bottom: 8px;
}

.nfe-neshan-picker__search {
	position: relative;
	margin-bottom: 8px;
}

.nfe-neshan-picker__search-input {
	width: 100%;
	max-width: 480px;
	padding: 8px 10px;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
}

.nfe-neshan-picker__results {
	position: absolute;
	z-index: 20;
	top: 100%;
	right: 0;
	left: 0;
	max-width: 480px;
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
	max-height: 260px;
	overflow-y: auto;
}

.nfe-neshan-picker__results:empty {
	display: none;
}

.nfe-neshan-picker__result {
	padding: 8px 10px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}

.nfe-neshan-picker__result:hover {
	background: #f0f6fc;
}

.nfe-neshan-picker__result--message {
	cursor: default;
	color: #b32d2e;
}

.nfe-neshan-picker__result--message:hover {
	background: none;
}

.nfe-neshan-picker__result-title {
	font-weight: bold;
	display: block;
}

.nfe-neshan-picker__result-address {
	font-size: 12px;
	color: #666;
}

.nfe-neshan-picker__map {
	width: 100%;
	height: 320px;
	border-radius: 8px;
	border: 1px solid #c3c4c7;
}

.nfe-neshan-picker__resolved {
	margin-top: 8px;
	padding: 8px 10px;
	background: #f0f6fc;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
}

.nfe-neshan-overview-map {
	width: 100%;
	height: 520px;
	border-radius: 8px;
	border: 1px solid #262c3a;
}

.nfe-neshan-popup {
	direction: rtl;
	font-family: tahoma, sans-serif;
	min-width: 180px;
}

.nfe-neshan-popup strong {
	display: block;
	margin-bottom: 4px;
}

.nfe-neshan-viewer__map {
	width: 100%;
	border-radius: 8px;
	margin-bottom: 8px;
}

.nfe-neshan-viewer__actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.nfe-neshan-directions-link,
.nfe-neshan-viewer-fallback .nfe-neshan-directions-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	text-decoration: none;
}

.nfe-neshan-directions-link--google {
	opacity: 0.75;
}

.nfe-neshan-popup a {
	display: inline-block;
	margin-top: 6px;
}
