.gpxqr-poipage-root {
	position: relative;
	width: 100%;
	overflow: hidden;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.gpxqr-pp-map {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.gpxqr-pp-back {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 500;
	background: rgba(20, 20, 30, .75);
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 14px;
	border-radius: 20px;
	backdrop-filter: blur(6px);
}
.gpxqr-pp-back:hover { background: rgba(20, 20, 30, .9); color: #fff; }

.gpxqr-pp-card {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	z-index: 500;
	background: #fff;
	border-radius: 20px 20px 0 0;
	box-shadow: 0 -6px 24px rgba(0,0,0,.25);
	display: flex;
	gap: 16px;
	padding: 16px;
	max-height: 46%;
	overflow-y: auto;
}

.gpxqr-pp-thumb {
	flex: 0 0 96px;
	width: 96px; height: 96px;
	border-radius: 14px;
	background-size: cover;
	background-position: center;
}
.gpxqr-pp-nothumb {
	display: flex; align-items: center; justify-content: center;
	font-size: 38px;
}

.gpxqr-pp-body { flex: 1; min-width: 0; }

.gpxqr-pp-cat {
	font-size: 12px; font-weight: 700; text-transform: uppercase;
	letter-spacing: .5px; margin-bottom: 4px;
}

.gpxqr-pp-name {
	font-size: 20px; font-weight: 800; margin: 0 0 6px; color: #1a1a1a;
	line-height: 1.25;
}

.gpxqr-pp-desc {
	font-size: 13px; color: #444; line-height: 1.5; margin-bottom: 10px;
}

.gpxqr-pp-dist {
	font-size: 14px; font-weight: 700; color: #1a1a1a; margin-bottom: 10px;
}
.gpxqr-pp-mode { font-size: 12px; font-weight: 600; color: #666; }

.gpxqr-pp-btnrow {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.gpxqr-pp-btn {
	background: #1976d2; color: #fff; border: none; border-radius: 10px;
	padding: 10px 18px; font-size: 14px; font-weight: 700; cursor: pointer;
	font-family: inherit; transition: background .15s;
}
.gpxqr-pp-btn:hover:not(:disabled) { background: #125ea3; }
.gpxqr-pp-btn:disabled { background: #ccc; cursor: wait; }

.gpxqr-pp-btn-secondary {
	background: #6c5ce7;
}
.gpxqr-pp-btn-secondary:hover { background: #5a4bd1; }

@media (max-width: 480px) {
	.gpxqr-pp-card { flex-direction: column; align-items: flex-start; max-height: 58%; }
	.gpxqr-pp-thumb { width: 100%; height: 120px; }
}
