.europe-map-wrapper-51cbd47c {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 650px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	background: #ffffff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.map-sidebar-51cbd47c {
	width: 350px;
	border-right: 1px solid #f0f0f0;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	flex-shrink: 0;
}
.sidebar-header-51cbd47c {
	padding: 24px;
	border-bottom: 1px solid #f0f0f0;
}
.sidebar-header-51cbd47c h3 {
	margin: 0 0 6px 0;
	font-size: 1.25rem;
	font-weight: 700;
	color: #1e293b;
}
.sidebar-header-51cbd47c p {
	margin: 0;
	font-size: 0.875rem;
	color: #64748b;
}
.partner-list-51cbd47c {
	flex: 1;
	overflow-y: auto;
	padding: 16px;
}
.partner-item-51cbd47c {
	display: flex;
	gap: 12px;
	padding: 12px;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.2s ease;
	margin-bottom: 8px;
	border: 1px solid transparent;
}
.partner-item-51cbd47c:hover, 
.partner-item-51cbd47c.highlighted {
	background: #f0f7ff;
	border-color: #bfdbfe;
}
.partner-item-logo-51cbd47c {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	object-fit: contain;
	object-position: center;
	flex-shrink: 0;
	border: 1px solid #e2e8f0;
	background: #ffffff;
	padding: 4px;
	box-sizing: border-box;
}
.partner-item-logo-placeholder-51cbd47c {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background: #eff6ff;
	color: #2563eb;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 0.9rem;
	flex-shrink: 0;
	border: 1px solid #bfdbfe;
}
.partner-item-info-51cbd47c {
	flex: 1;
}
.partner-item-header-51cbd47c {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 2px;
}
.partner-item-name-51cbd47c {
	font-weight: 700;
	color: #1e293b;
	font-size: 0.95rem;
	margin-bottom: 2px;
}
.partner-item-header-51cbd47c .partner-item-name-51cbd47c {
	margin-bottom: 0;
}
.partner-item-website-btn-51cbd47c {
	flex-shrink: 0;
	font-size: 0.7rem;
	font-weight: 600;
	color: #2563eb;
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	border-radius: 6px;
	padding: 3px 8px;
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.15s ease;
}
.partner-item-website-btn-51cbd47c:hover {
	background: #dbeafe;
	border-color: #93c5fd;
}
.partner-item-city-51cbd47c {
	color: #2563eb;
	font-weight: 600;
	font-size: 0.8rem;
	margin-bottom: 4px;
}
.partner-item-desc-51cbd47c {
	font-size: 0.8rem;
	color: #64748b;
	line-height: 1.4;
}
.map-container-51cbd47c {
	flex: 1;
	height: 100%;
	background: #f8fafc;
	position: relative;
}
@media (max-width: 768px) {
	.europe-map-wrapper-51cbd47c {
		flex-direction: column-reverse;
		height: 800px;
	}
	.map-sidebar-51cbd47c {
		width: 100%;
		height: 350px;
		border-right: none;
		border-top: 1px solid #f0f0f0;
	}
}