.leaflet-stay22-pane {
	pointer-events: auto;
}

.leaflet-stay22-marker-icon {
	background: transparent;
	border: 0;
}

.leaflet-stay22-cluster-icon {
	background: transparent;
	border: 0;
}

.leaflet-stay22-icon {
	display: block;
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 18px;
}

.leaflet-stay22-marker {
	align-items: center;
	background: rgba(255, 255, 255, .82);
	border: 1px solid rgba(41, 58, 70, .16);
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(34, 43, 52, .18);
	color: #25333f;
	display: inline-flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	gap: 3px;
	line-height: 1;
	padding: 2px 5px 2px 3px;
	opacity: .82;
	white-space: nowrap;
	transition: opacity .16s ease, transform .16s ease, box-shadow .16s ease;
}

.leaflet-stay22-marker__symbol {
	align-items: center;
	background: #2a73bb;
	border-radius: 3px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	height: 14px;
	justify-content: center;
	line-height: 14px;
	width: 14px;
}

.leaflet-stay22-marker__symbol .leaflet-stay22-icon {
	height: 10px;
	stroke-width: 2.2;
	width: 10px;
}

.leaflet-stay22-marker-icon:hover .leaflet-stay22-marker,
.leaflet-stay22-marker-icon:focus .leaflet-stay22-marker {
	box-shadow: 0 4px 12px rgba(34, 43, 52, .24);
	opacity: 1;
	transform: translateY(-1px);
}

.leaflet-stay22-cluster {
	align-items: center;
	background: rgba(255, 255, 255, .84);
	border: 1px solid rgba(42, 115, 187, .35);
	border-radius: 999px;
	box-shadow: 0 2px 9px rgba(34, 43, 52, .18);
	color: #275078;
	display: flex;
	font: 700 10px/1 Arial, Helvetica, sans-serif;
	gap: 1px;
	height: 22px;
	justify-content: center;
	opacity: .82;
	padding: 0 4px;
	transition: opacity .16s ease, transform .16s ease, box-shadow .16s ease;
	width: 32px;
}

.leaflet-stay22-cluster-icon:hover .leaflet-stay22-cluster,
.leaflet-stay22-cluster-icon:focus .leaflet-stay22-cluster {
	box-shadow: 0 4px 12px rgba(34, 43, 52, .24);
	opacity: 1;
	transform: translateY(-1px);
}

.leaflet-stay22-cluster-icon:hover .leaflet-stay22-cluster--client,
.leaflet-stay22-cluster-icon:focus .leaflet-stay22-cluster--client {
	transform: translate(-50%, calc(-50% - 1px));
}

.leaflet-stay22-marker-icon.leaflet-stay22-lifted,
.leaflet-stay22-cluster-icon.leaflet-stay22-lifted {
	z-index: 40 !important;
}

.leaflet-stay22-cluster__symbol {
	color: #2a73bb;
	display: inline-flex;
	margin-left: -1px;
}

.leaflet-stay22-cluster__symbol .leaflet-stay22-icon {
	height: 15px;
	stroke-width: 2.1;
	width: 15px;
}

.leaflet-stay22-cluster__count {
	color: #275078;
	min-width: 10px;
	text-align: center;
}

.leaflet-stay22-cluster--client {
	border-radius: 5px;
	font-size: 11px;
	gap: 3px;
	height: auto;
	padding: 2px 5px 2px 3px;
	transform: translate(-50%, -50%);
	width: auto;
}

.leaflet-stay22-cluster__price {
	color: #25333f;
	white-space: nowrap;
}

.leaflet-stay22-popup-container .leaflet-popup-content-wrapper {
	border-radius: 8px;
	box-shadow: 0 6px 18px rgba(31, 41, 51, .24);
	overflow: hidden;
	padding: 0;
}

.leaflet-stay22-popup-container .leaflet-popup-content {
	margin: 0;
}

.leaflet-stay22-popup {
	background: #fff !important;
	color: #1f2a33 !important;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	width: 280px;
}

.leaflet-stay22-popup__media {
	background: #e8eef2;
	height: 118px;
	overflow: hidden;
	width: 100%;
}

.leaflet-stay22-popup__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.leaflet-stay22-popup__body {
	padding: 12px 14px 14px;
}

.leaflet-stay22-popup__title {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 7px;
}

.leaflet-stay22-popup__meta,
.leaflet-stay22-popup__sub {
	align-items: center;
	color: #637282;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 6px;
	line-height: 1.3;
}

.leaflet-stay22-popup__stars {
	color: #f7a600;
	letter-spacing: 0;
}

.leaflet-stay22-popup__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 9px;
}

.leaflet-stay22-popup__badges span {
	background: #e7f6ef;
	border-radius: 5px;
	color: #127047;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	padding: 4px 6px;
}

.leaflet-stay22-popup__price {
	align-items: baseline;
	display: flex;
	gap: 8px;
	margin-top: 10px;
}

.leaflet-stay22-popup__price strong {
	color: #1f2a33;
	font-size: 18px;
}

.leaflet-stay22-popup__price small {
	color: #667584;
	font-size: 11px;
}

.leaflet-stay22-popup__button {
	align-items: center;
	background: #bdeff5;
	border-radius: 8px;
	color: #063943;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 7px;
	justify-content: center;
	margin-top: 12px;
	min-height: 35px;
	text-decoration: none;
}

.leaflet-stay22-popup__button:hover,
.leaflet-stay22-popup__button:focus {
	background: #a9e8ef;
	color: #052f37;
	text-decoration: none;
}

.leaflet-stay22-popup__logo {
	border-radius: 4px;
	height: 18px;
	width: 18px;
}

.leaflet-control-stay22 {
	display: flex;
	position: relative;
	z-index: 20; /* above sibling controls in the same Leaflet container */
}

.leaflet-control-stay22.leaflet-bar a.leaflet-stay22-control__button {
	align-items: center;
	background: #fff;
	color: #243746;
	display: flex;
	height: 30px;
	justify-content: center;
	line-height: 30px;
	width: 30px;
}

.leaflet-control-stay22 .leaflet-stay22-icon {
	height: 18px;
	width: 18px;
}

.leaflet-control-stay22.leaflet-bar a.leaflet-stay22-control__button:hover,
.leaflet-control-stay22.leaflet-bar a.leaflet-stay22-control__button:focus {
	background: #f2f6f8;
	color: #17242e;
}

.leaflet-stay22-control--active .leaflet-stay22-control__toggle {
	color: #0b65a3 !important;
}

.leaflet-stay22-control--loading .leaflet-stay22-control__toggle:after {
	animation: leaflet-stay22-spin .7s linear infinite;
	border: 2px solid rgba(11, 101, 163, .2);
	border-top-color: #0b65a3;
	border-radius: 50%;
	content: "";
	height: 18px;
	left: 6px;
	position: absolute;
	top: 6px;
	width: 18px;
}

.leaflet-stay22-control__toggle {
	position: relative;
}

.leaflet-stay22-control--disabled-by-zoom .leaflet-stay22-control__toggle {
	opacity: .55;
}

.leaflet-stay22-control--error .leaflet-stay22-control__toggle {
	color: #b33a2f !important;
}

.leaflet-stay22-panel {
	background: #fff;
	border: 1px solid rgba(30, 43, 54, .22);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(31, 41, 51, .2);
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 12px;
	position: absolute;
	top: 36px;
	width: 268px;
	z-index: 9999;
}

.leaflet-stay22-control--topright .leaflet-stay22-panel,
.leaflet-stay22-control--bottomright .leaflet-stay22-panel {
	right: 0;
}

.leaflet-stay22-control--topleft .leaflet-stay22-panel,
.leaflet-stay22-control--bottomleft .leaflet-stay22-panel {
	left: 0;
}

.leaflet-stay22-control--bottomleft .leaflet-stay22-panel,
.leaflet-stay22-control--bottomright .leaflet-stay22-panel {
	bottom: 36px;
	top: auto;
}

.leaflet-stay22-control--panel-open .leaflet-stay22-panel {
	display: block;
}

.leaflet-stay22-panel__header {
	color: #1f2a33;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 9px;
}

.leaflet-stay22-panel label {
	color: #536474;
	display: block;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 8px;
}

.leaflet-stay22-panel label span {
	display: block;
	margin-bottom: 4px;
}

.leaflet-stay22-panel input,
.leaflet-stay22-panel select {
	background: #f8fafb;
	border: 1px solid #d8e0e6;
	border-radius: 6px;
	box-sizing: border-box;
	color: #1f2a33;
	font: 13px/1.2 Arial, Helvetica, sans-serif;
	height: 32px;
	padding: 5px 7px;
	width: 100%;
}

.leaflet-stay22-panel__grid {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.leaflet-stay22-panel__grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.leaflet-stay22-price-range {
	background: #f7fafc;
	border: 1px solid #d8e0e6;
	border-radius: 7px;
	margin-bottom: 8px;
	padding: 8px;
}

.leaflet-stay22-price-range__head,
.leaflet-stay22-price-range__values {
	display: flex;
	justify-content: space-between;
}

.leaflet-stay22-price-range__head {
	color: #536474;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 4px;
}

.leaflet-stay22-price-range__values {
	color: #1f2a33;
	font-size: 12px;
	margin-bottom: 7px;
}

.leaflet-stay22-price-range__sliders {
	height: 24px;
	position: relative;
}

/* Ukryj .thumb wstrzykiwane przez Materialize JS (Range.init) */
.leaflet-stay22-price-range__sliders .thumb {
	display: none !important;
}

/* Wysoka specyficzność żeby wygrać z Materialize CSS (input[type=range] + margin:15px 0, teal thumb itp.) */
.leaflet-stay22-panel .leaflet-stay22-price-range__sliders input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	box-shadow: none;
	height: 22px;
	left: 0;
	margin: 0;
	outline: none;
	pointer-events: none;
	padding: 0;
	position: absolute;
	top: 1px;
	width: 100%;
}

.leaflet-stay22-panel .leaflet-stay22-price-range__sliders input[type="range"]::-webkit-slider-runnable-track {
	background: transparent;
	border: none;
	height: 6px;
}

.leaflet-stay22-panel .leaflet-stay22-price-range__sliders input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #157dce;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	cursor: pointer;
	height: 18px;
	margin-top: -6px;
	pointer-events: auto;
	width: 18px;
}

.leaflet-stay22-panel .leaflet-stay22-price-range__sliders input[type="range"]::-moz-range-track {
	background: transparent;
	border: none;
	height: 6px;
}

.leaflet-stay22-panel .leaflet-stay22-price-range__sliders input[type="range"]::-moz-range-thumb {
	background: #157dce;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	cursor: pointer;
	height: 18px;
	pointer-events: auto;
	width: 18px;
}

.leaflet-stay22-price-range__track,
.leaflet-stay22-price-range__selected {
	border-radius: 999px;
	height: 6px;
	left: 0;
	position: absolute;
	top: 9px;
}

.leaflet-stay22-price-range__track {
	background: #c9d3dc;
	right: 0;
}

.leaflet-stay22-price-range__selected {
	background: #157dce;
	right: 0;
}

.leaflet-stay22-price-range__scale {
	color: #6d7d8c;
	display: flex;
	font-size: 11px;
	font-weight: 700;
	justify-content: space-between;
	margin-top: 4px;
}

.leaflet-stay22-stars {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 2px;
}

.leaflet-stay22-stars button {
	background: #edf2f5;
	border: 1px solid #d8e0e6;
	border-radius: 6px;
	color: #516271;
	font-size: 13px;
	font-weight: 700;
	height: 28px;
	line-height: 1;
	min-width: 36px;
	padding: 0 8px;
	white-space: nowrap;
}

.leaflet-stay22-stars button[data-stay22-star-value]:not([data-stay22-star-value=""]) {
	font-size: 12px;
	letter-spacing: .4px;
	min-width: 40px;
}

.leaflet-stay22-stars button.is-filled {
	background: #fff2c9;
	border-color: #e5bf56;
	color: #a36c00;
}

.leaflet-stay22-stars button.is-hover {
	background: #ffe8b0;
	border-color: #dba22a;
}

.leaflet-stay22-stars button.is-selected {
	box-shadow: inset 0 0 0 1px rgba(11, 101, 163, .35);
}

.leaflet-stay22-stars .leaflet-stay22-stars__none {
	min-width: 48px;
}

.leaflet-stay22-panel__actions {
	display: flex;
	gap: 8px;
	margin-top: 10px;
}

.leaflet-stay22-panel__actions button {
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	font: 700 13px/1 Arial, Helvetica, sans-serif;
	height: 32px;
	padding: 0 12px;
}

.leaflet-stay22-panel__actions button[type="submit"] {
	background: #0b65a3;
	color: #fff;
	flex: 1;
}

.leaflet-stay22-panel__actions button[type="reset"] {
	background: #edf2f5;
	color: #2d3f4f;
}

.leaflet-stay22-panel__status {
	color: #7a4a23;
	font-size: 11px;
	line-height: 1.25;
	min-height: 14px;
	padding-top: 8px;
}

@keyframes leaflet-stay22-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 560px) {
	.leaflet-stay22-panel {
		width: calc(100vw - 64px);
	}

	.leaflet-stay22-control--topright .leaflet-stay22-panel,
	.leaflet-stay22-control--bottomright .leaflet-stay22-panel {
		right: -2px;
	}

	.leaflet-stay22-popup {
		width: 260px;
	}
}

/* ============================================================
   Materialize CSS isolation
   Materialize sets select { display:none } and overrides
   input borders, label colours and button styles globally.
   The rules below restore Stay22 styles inside the panel.
   ============================================================ */

/* select: Materialize hides native selects – restore them */
.leaflet-stay22-panel select {
	display: block !important;
	-webkit-appearance: auto !important;
	-moz-appearance: auto !important;
	appearance: auto !important;
	background: #f8fafb !important;
	background-color: #f8fafb !important;
	border: 1px solid #d8e0e6 !important;
	border-radius: 6px !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	color: #1f2a33 !important;
	font: 13px/1.2 Arial, Helvetica, sans-serif !important;
	height: 32px !important;
	margin: 0 !important;
	padding: 5px 7px !important;
	width: 100% !important;
}

/* inputs: Materialize strips border/radius and sets height 3rem */
.leaflet-stay22-panel input:not([type="range"]),
.leaflet-stay22-panel input[type="text"],
.leaflet-stay22-panel input[type="number"],
.leaflet-stay22-panel input[type="date"] {
	background: #f8fafb !important;
	background-color: #f8fafb !important;
	border: 1px solid #d8e0e6 !important;
	border-bottom: 1px solid #d8e0e6 !important;
	border-radius: 6px !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	color: #1f2a33 !important;
	font: 13px/1.2 Arial, Helvetica, sans-serif !important;
	height: 32px !important;
	margin: 0 !important;
	padding: 5px 7px !important;
	width: 100% !important;
}

/* labels: Materialize sets color:#9e9e9e and font-size:0.8rem */
.leaflet-stay22-panel label {
	color: #536474 !important;
	display: block !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	margin-bottom: 8px !important;
	position: static !important;
	-webkit-transform: none !important;
	transform: none !important;
	top: auto !important;
	left: auto !important;
}

.leaflet-stay22-panel label span {
	display: block !important;
	margin-bottom: 4px !important;
}

/* buttons: Materialize sets button:focus { background:#2ab7a9 } and uppercase */
.leaflet-stay22-panel__actions button {
	border: 0 !important;
	border-radius: 6px !important;
	cursor: pointer !important;
	font: 700 13px/1 Arial, Helvetica, sans-serif !important;
	height: 32px !important;
	letter-spacing: 0 !important;
	padding: 0 12px !important;
	text-transform: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

.leaflet-stay22-panel__actions button[type="submit"] {
	background: #0b65a3 !important;
	color: #fff !important;
	flex: 1 !important;
}

.leaflet-stay22-panel__actions button[type="submit"]:hover,
.leaflet-stay22-panel__actions button[type="submit"]:focus {
	background: #085588 !important;
	color: #fff !important;
	outline: none !important;
}

.leaflet-stay22-panel__actions button[type="reset"] {
	background: #edf2f5 !important;
	color: #2d3f4f !important;
}

.leaflet-stay22-panel__actions button[type="reset"]:hover,
.leaflet-stay22-panel__actions button[type="reset"]:focus {
	background: #dde6ec !important;
	outline: none !important;
}

/* star buttons */
.leaflet-stay22-stars button {
	letter-spacing: 0 !important;
	text-transform: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

.leaflet-stay22-stars button:focus {
	background: #edf2f5 !important;
	outline: none !important;
}

.leaflet-stay22-stars button.is-filled:focus {
	background: #fff2c9 !important;
}
