.soncek-map-wrap {
	position: relative;
	margin: 1.5em 0;
	width: 100%;
}

/* Poln razteg čez celotno širino strani (izven vsebinskega stolpca). */
.soncek-map-wrap--full {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc( 50% - 50vw );
	margin-right: calc( 50% - 50vw );
}

.soncek-map-wrap--full .soncek-map {
	border-radius: 0;
}

.soncek-map {
	width: 100%;
	min-height: 300px;
	border-radius: 8px;
	overflow: hidden;
	background: #e8eef2;
	z-index: 0;
}

.soncek-map.is-loading::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba( 255, 255, 255, 0.5 ) url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='16' fill='none' stroke='%23555' stroke-width='4' stroke-dasharray='70 30'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='0.9s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E" ) center no-repeat;
	z-index: 500;
}

.soncek-map__count {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: rgba( 33, 37, 41, 0.85 );
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 999px;
	z-index: 600;
	pointer-events: none;
}

.soncek-map__regions,
.soncek-map__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
	padding: 0 2px;
}

.soncek-map__filters {
	margin-bottom: 12px;
}

.soncek-map-wrap--full .soncek-map__regions,
.soncek-map-wrap--full .soncek-map__filters {
	padding: 0 16px;
	justify-content: center;
}

.soncek-region-chip {
	appearance: none;
	border: 1px solid #c7ccd1;
	background: #fff;
	color: #21252b;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	padding: 6px 12px;
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.soncek-region-chip:hover {
	border-color: #21252b;
}

.soncek-region-chip.is-active {
	background: #21252b;
	border-color: #21252b;
	color: #fff;
}

.soncek-region-chip--all {
	background: #f1f3f5;
}

.soncek-filter-chip {
	appearance: none;
	border: 1px solid #c7ccd1;
	background: #fff;
	color: #21252b;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	padding: 6px 12px;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.soncek-filter-chip:hover {
	border-color: #21252b;
}

.soncek-filter-chip.is-active {
	background: #2b6cb0;
	border-color: #2b6cb0;
	color: #fff;
}

.soncek-filter-chip--all {
	background: #f1f3f5;
}

.soncek-popup__cats {
	color: #2b6cb0;
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 2px;
}

.soncek-popup {
	font-size: 13px;
	line-height: 1.45;
}

.soncek-popup__img img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	margin-bottom: 6px;
	display: block;
}

.soncek-popup__title {
	display: block;
	font-size: 14px;
	margin-bottom: 2px;
}

.soncek-popup__addr {
	color: #666;
	margin-bottom: 4px;
}

.soncek-popup__excerpt {
	margin: 4px 0;
}

.soncek-popup__link {
	font-weight: 600;
	white-space: nowrap;
}
