.goldstay-map-floating-popup {
	position: fixed;
	z-index: 100000;
	width: 380px;
	max-width: calc(100vw - 24px);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 55px rgba(16, 24, 40, .28);
}

.goldstay-map-floating-popup[hidden] {
	display: none;
}

.goldstay-map-floating-popup::after {
	position: absolute;
	bottom: -9px;
	left: calc(var(--goldstay-popup-pointer-x, 50%) - 9px);
	width: 18px;
	height: 18px;
	background: #fff;
	box-shadow: 4px 4px 7px rgba(16, 24, 40, .08);
	content: "";
	transform: rotate(45deg);
}

.goldstay-map-floating-popup button.goldstay-map-popup-close {
	position: absolute !important;
	z-index: 2;
	top: 8px !important;
	right: 9px !important;
	bottom: auto !important;
	left: auto !important;
	display: inline-flex !important;
	box-sizing: border-box !important;
	width: 29px !important;
	min-width: 0 !important;
	max-width: 29px !important;
	height: 29px !important;
	min-height: 0 !important;
	max-height: 29px !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	outline: 0;
	background-color: rgba(255, 255, 255, .94) !important;
	background-image: none !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .13) !important;
	color: #222 !important;
	font-family: Arial, sans-serif !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	font-style: normal !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-indent: 0 !important;
	text-transform: none !important;
	vertical-align: middle !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
}

.goldstay-map-floating-popup button.goldstay-map-popup-close:hover,
.goldstay-map-floating-popup button.goldstay-map-popup-close:focus {
	border: 0 !important;
	background-color: #fff !important;
	background-image: none !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2) !important;
	color: #111 !important;
	transform: none !important;
}

.goldstay-map-floating-popup .goldstay-map-popup {
	overflow: hidden;
	border-radius: 16px;
}

.goldstay-map-floating-popup .goldstay-map-popup-list {
	height: auto;
	min-height: 0;
	max-height: 225px;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
}

.goldstay-map-floating-popup .goldstay-map-popup-heading + .goldstay-map-popup-list {
	height: 225px;
	min-height: 225px;
	max-height: 225px;
}

@media (max-width: 767px) {
	.goldstay-map-floating-popup {
		width: 330px;
	}

	.goldstay-map-floating-popup .goldstay-map-popup-list { max-height: 210px; }
	.goldstay-map-floating-popup .goldstay-map-popup-heading + .goldstay-map-popup-list { height: 210px; min-height: 210px; max-height: 210px; }
}
