.zemljevid__map {
	position: relative;
}

.map__container {
	width: 100%;
	height: 100%;
	background-color: #dedbd7;
}

.map__providers {
	position: absolute;
	top: 2em;
	right: 2em;
	
	display: flex;
	flex-direction: column;
	max-height: calc(100% - 4em);
	padding: 1em;
	overflow: auto;
	
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}



.gmnoprint  { display: none !important; }

.map__providers > * + * {
	margin-top: 0.5em
}

.map__providers::-webkit-scrollbar {
	width: 10px
}

.map__providers::-webkit-scrollbar-track {
	background-color: #e4e4e4
}

.map__providers::-webkit-scrollbar-thumb {
	border: 6px solid rgba(0, 0, 0, 0.18);
	border-left: 0;
	border-right: 0;
	background-color: #b20e10
}

.map__providers button {
	display: flex;
	align-items: center;
	padding: 0.65em 0.5em 0.5em 0.5em;
	
	background-color: transparent;
	border: none;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 1;
	cursor: pointer;
}

	.map__providers button:first-child {
		font-family: var(--family2);
		font-weight: 400;
		font-size: var(--font__25);
	}

	.map__providers button.active {
		background-color: var(--color__bordo);
		color: #fff;
	}

.infoBox {
	border-radius: 5px;
	overflow: hidden;
}

.mapInfoBox {
	padding: 0.5em 1.5em;
	
	background-color: var(--color__bordo);
	color: #fff;
}

.mapInfoBox__title {
	display: flex;
	gap: 1em;
	align-items: center;
	
	color: #fff;
	text-decoration: none;
	font-family: var(--family1);
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
}

.mapInfoBox__title img {
	width: 0.5em;
}