/*
Theme Name: Virtual Map
Theme URI: https://www.googlevirtualmap.com/
Description: Full-screen Google Virtual Map theme for NordicGPS.
Author: NordicGPS
Version: 1.0.4
Text Domain: virtualmap
*/

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #202124;
	font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
}

/* Ensure WP admin bar never reserves space on the map */
html.wp-toolbar,
body.admin-bar {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

#wpadminbar {
	display: none !important;
}

/* Native select chevron — Google grey on white navbar */
.ngvm-select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%235f6368'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.9rem center;
	background-size: 0.9rem;
}

#categoryNavbar option,
#countryNavbar option {
	color: #3c4043;
	background: #fff;
}
