/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2026 | 14:19:12 */
.neoweb-nearby-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.neoweb-nearby-list__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 12px 0;
	border-bottom: 1px solid #E5E7EB;
}

.neoweb-nearby-list__name {
	flex: 1 1 auto;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: #101117;
}

.neoweb-nearby-list__distance {
	flex: 0 0 auto;
	white-space: nowrap;
	text-align: right;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: #6B7280;
}