#app > .Component_Map{ /* Any screen dimension */
	.leaflet-popup-content{
		.map__geolocation{
			> ._head{
				display:flex;
				justify-content:space-between;
				> ._title{
					color:var(--color--orange-0);
				}
			}
			> ._body{
				.activitytypes{
					display:flex;
				}
				>._toolbar{
					
				}
			}
		}
	}
}
#app > .Component_Map{ /* Custom screen dimension */
	.leaflet-popup-content{
		.map__geolocation{
			> ._head{
				gap:10px;
				> ._title{
					font-size:14px;
				}
			}
			> ._body{
				.activitytypes{
					gap:3px;
					padding:3px 0;
				}
				>._toolbar{
					
				}
			}
		}
	}
}
