* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,
body,
#map {
	width: 100%;
	height: 100%;
}

/* Drawer */
#drawer {
	position: fixed;
	z-index: 1000;
	background: #fff;
	overflow-y: auto;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
		"Segoe UI Symbol", "Noto Color Emoji";
}
@media (min-width: 601px) {
	#drawer {
		top: 0;
		left: 0;
		width: 370px;
		height: 100%;
		transform: translateX(-100%);
		box-shadow: 2px 0 16px rgba(0, 0, 0, 0.15);
	}
	#drawer.drawer-open {
		transform: translateX(0);
	}
	#drawer-handle {
		display: none;
	}
}
@media (max-width: 600px) {
	#drawer {
		bottom: 0;
		left: 0;
		width: 100%;
		max-height: 55vh;
		border-radius: 14px 14px 0 0;
		box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.18);
		transform: translateY(100%);
	}
	#drawer.drawer-open {
		transform: translateY(0);
	}
}
#drawer-handle {
	width: 36px;
	height: 4px;
	background: #dadce0;
	border-radius: 2px;
	margin: 10px auto 0;
}
#drawer-close {
	position: absolute;
	top: 16px;
	right: 16px;
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
	color: #5f6368;
	line-height: 1;
	z-index: 2;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: background 0.15s;
}
#drawer-close:hover {
	background: rgba(0, 0, 0, 0.06);
	color: #202124;
}
#drawer-header {
	padding: 20px 48px 0 20px;
}
#drawer-header .drawer-title {
	font-size: 22px;
	font-weight: 400;
	color: #202124;
	line-height: 1.3;
}
#drawer-header .drawer-subtitle {
	margin-top: 4px;
	font-size: 14px;
	color: #70757a;
	display: flex;
	align-items: center;
	gap: 6px;
}
#drawer-header .drawer-subtitle i {
	font-size: 13px;
}
#drawer-divider {
	height: 1px;
	background: #e8eaed;
	margin: 16px 0 4px;
}
#drawer-content {
	padding: 0 0 20px;
}
.drawer-actions {
	padding: 12px 20px 4px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.drawer-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 36px;
	padding: 0 20px;
	border-radius: 18px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #dadce0;
	color: #3c4043;
	background: #fff;
	transition: background 0.15s;
}
.drawer-btn i {
	font-size: 13px;
}
.drawer-btn:hover {
	background: #f1f3f4;
}
.drawer-btn-primary {
	background: #1a73e8;
	color: #fff;
	border-color: #1a73e8;
}
.drawer-btn-primary:hover {
	background: #1557b0;
}
.drawer-row {
	display: flex;
	align-items: flex-start;
	padding: 11px 20px;
	gap: 16px;
	font-size: 14px;
	color: #3c4043;
	line-height: 1.4;
}
.drawer-row i {
	color: #70757a;
	font-size: 16px;
	width: 20px;
	text-align: center;
	flex-shrink: 0;
	margin-top: 1px;
}
.drawer-row a {
	color: #1a73e8;
	text-decoration: none;
}
.drawer-row a:hover {
	text-decoration: underline;
}
.drawer-row .drawer-label {
	color: #70757a;
	font-size: 12px;
	margin-bottom: 1px;
}

.locate-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

.legend {
	background: white;
	padding: 8px 12px;
	border-radius: 6px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	font-size: 13px;
	line-height: 1.8;
}
.marker-icon {
	background: none !important;
	border: none !important;
	margin: 0 !important;
	overflow: visible !important;
}
.marker-pin {
	overflow: visible;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
	position: relative;
}
.marker-pin > .fa-solid:first-child {
	color: #fff;
	font-size: 20px;
}
.marker-lock {
	position: absolute;
	bottom: -2px;
	right: -2px;
	font-size: 10px;
	color: #fff;
	background: #555;
	border-radius: 3px;
	padding: 2px 3px;
	line-height: 1;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.marker-note {
	position: absolute;
	top: -2px;
	right: -2px;
	font-size: 10px;
	color: #fff;
	background: #2980b9;
	border-radius: 3px;
	padding: 2px 3px;
	line-height: 1;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.marker-fee {
	position: absolute;
	bottom: -2px;
	left: -2px;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	background: #27ae60;
	border-radius: 3px;
	padding: 2px 3px;
	line-height: 1;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
