.wrapper-map-extended .nyg-map-extended {
	position: relative;
}

.wrapper-map-extended .nyg-map-extended__canvas {
	height: var(--map-height-desktop, 100vh);
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	background: #f2f2f2;
}

.wrapper-map-extended .nyg-map-sidebar {
	background: #ffffff;
	border: 1px solid #e4e4e7;
	border-radius: 4px;
	padding: 14px;
	height: var(--sidebar-height-desktop, var(--map-height-desktop, 100vh));
	display: flex;
	flex-direction: column;
	min-height: 0;
	position: relative;
	z-index: 2;
}

.wrapper-map-extended .nyg-map-filters {
	display: flex;
	gap: 10px;
	margin-bottom: 14px;
}

.wrapper-map-extended .nyg-map-filter__select,
.wrapper-map-extended .nyg-map-filter__input {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d4d4d8;
	border-radius: 4px;
	font-family: 'soehne-regular', sans-serif;
	font-size: 14px;
}

.wrapper-map-extended .nyg-map-filter__select:focus,
.wrapper-map-extended .nyg-map-filter__input:focus {
	outline: none;
	border-color: #0f172a;
}

.wrapper-map-extended .nyg-map-filter__reset {
	border: 0;
	border-radius: 6px;
	padding: 10px 14px;
	background: #0f172a;
	color: #ffffff;
	font-family: 'soehne-bold', sans-serif;
	font-size: 13px;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.wrapper-map-extended .nyg-map-filter__reset:hover {
	opacity: 0.92;
	transform: translateY(-1px);
}

.wrapper-map-extended .nyg-map-results {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 3px;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

.wrapper-map-extended .nyg-map-results__empty {
	margin: 0;
	padding: 12px;
	border: 1px dashed #d4d4d8;
	border-radius: 4px;
	font-size: 14px;
	color: #52525b;
}

.wrapper-map-extended .nyg-map-card {
	border: 1px solid #d7d7dd;
	border-radius: 10px;
	padding: 16px;
	min-height: 156px;
	background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wrapper-map-extended .nyg-map-card + .nyg-map-card {
	margin-top: 10px;
}

.wrapper-map-extended .nyg-map-card:hover {
	border-color: #a9adb8;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.wrapper-map-extended .nyg-map-card.is-active {
	border-color: #0f172a;
	box-shadow: 0 0 0 1px #0f172a inset, 0 10px 22px rgba(15, 23, 42, 0.1);
}

.wrapper-map-extended .nyg-map-card__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.wrapper-map-extended .nyg-map-card__type {
	display: inline-flex;
	padding: 2px 8px;
	border-radius: 999px;
	background: #f3f4f6;
	color: #111827;
	font-size: 11px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-family: 'soehne-bold', sans-serif;
}

.wrapper-map-extended .nyg-map-card__title {
	margin: 0 0 6px;
	font-size: 1rem;
	line-height: 1.3;
	font-family: 'soehne-bold', sans-serif;
}

.wrapper-map-extended .nyg-map-card__description,
.wrapper-map-extended .nyg-map-card__address {
	margin: 0 0 6px;
	font-size: 0.9rem;
	line-height: 1.45;
}

.wrapper-map-extended .nyg-map-card__address {
	color: #4b5563;
	margin-bottom: 0;
}

.nyg-map-info {
	min-width: 440px;
	max-width: 560px;
	padding: 14px;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
	font-family: 'soehne-regular', sans-serif;
	color: #111827;
}

.nyg-map-info__logo-wrap {
	margin-bottom: 8px;
}

.nyg-map-info__logo {
	display: block;
	max-height: 54px;
	max-width: 180px;
	width: auto;
	object-fit: contain;
	display: block;
	margin: 12px auto;
}
}

.nyg-map-info__service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #0f172a;
	color: #ffffff;
	margin-bottom: 8px;
}

.nyg-map-info__service-icon svg {
	width: 35px;
	height: 35px;
	display: block;
	margin: 0 auto;
}

.nyg-map-info__title {
	margin: 0 0 6px;
	font-family: 'soehne-bold', sans-serif;
	font-size: 1.5em;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid;
}
.nyg-map-info__description,
.nyg-map-info__address {
	margin: 0 0 6px;
	font-size: 0.9em;
	line-height: 1.5;
}

.nyg-map-info__description p {
	margin: 0 0 10px;
}

.nyg-map-info__description p:last-child {
	margin-bottom: 0;
}

.nyg-map-info__description strong {
	display: inline-block;
	margin-bottom: 3px;
	font-family: 'soehne-bold', sans-serif;
}

.nyg-map-info__description a {
	color: #111827;
	text-decoration: underline;
}

.gm-style .gm-style-iw-c {
	border-radius: 12px !important;
	padding: 0 !important;
}

.gm-style .gm-style-iw-d {
	overflow: visible !important;
}

.nyg-map-info__address {
	color: #4b5563;
}

@media (max-width: 991px) {
	.wrapper-map-extended .nyg-map-extended__canvas {
		height: var(--map-height-mobile, 100vh);
	}

	.wrapper-map-extended .nyg-map-sidebar {
		height: var(--sidebar-height-mobile, var(--map-height-mobile, 100vh));
	}

	.nyg-map-info {
		min-width: 0;
		max-width: 280px;
	}
}
