.ndm-wrapper {
	font-family: inherit;
	margin: 24px 0;
}

.ndm-title {
	margin: 0 0 12px;
	font-size: 20px;
}

.ndm-map {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	background: #eef0f2;
}

.ndm-loading {
	padding: 14px 0;
	color: #666;
	font-size: 14px;
}

.ndm-error {
	padding: 20px;
	background: #fdecea;
	color: #b3261e;
	border-radius: 8px;
	font-size: 14px;
}

.ndm-notice {
	padding: 14px 18px;
	background: #fff8e1;
	border-left: 4px solid #f5a623;
	font-size: 14px;
	margin: 16px 0;
}

.ndm-categories {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 16px;
	margin-top: 18px;
}

.ndm-category {
	border: 1px solid #e3e5e8;
	border-radius: 10px;
	padding: 14px 16px;
	background: #fff;
}

.ndm-category h4 {
	margin: 0 0 10px;
	font-size: 15px;
}

.ndm-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ndm-item {
	padding: 10px 0;
	border-top: 1px solid #f0f0f0;
}

.ndm-item:first-child {
	border-top: none;
	padding-top: 0;
}

.ndm-item-name {
	font-weight: 600;
	font-size: 14px;
}

.ndm-item-meta {
	font-size: 12.5px;
	color: #666;
	margin: 3px 0 5px;
}

.ndm-open {
	color: #1e8e3e;
	font-weight: 600;
}

.ndm-directions {
	font-size: 12.5px;
	color: #1a73e8;
	text-decoration: none;
	font-weight: 600;
}

.ndm-directions:hover {
	text-decoration: underline;
}

.ndm-infowindow {
	font-size: 13px;
	line-height: 1.5;
}

.ndm-empty {
	color: #888;
	font-size: 14px;
}

@media (max-width: 600px) {
	.ndm-categories {
		grid-template-columns: 1fr;
	}
}
