/* Hide the default OL attribution metadata text */
.ol-attribution ul {
	display: none;
}

.ol-attribution button {
	display: none !important;
}

/* Remove Mapbox attribution text */
.mapboxgl-ctrl-attrib-inner {
	display: none;
}

/* Display Esri logo */
.public-map > .esri-banner {
	display: block;
	position: absolute;
	width: 65px;
	height: 36px;
	background: url("../theme/default/img/esri-logo-med.png") no-repeat center;
	background-size: contain;
	border: none;
	box-shadow: none;
	pointer-events: none;
	z-index: 1000;
}

/* Bottom Right (default) */
.public-map > .esri-banner.esri-banner-bottom-right {
	right: 10px;
	bottom: 10px;
	left: auto;
	top: auto;
}

/* Bottom Left */
.public-map > .esri-banner.esri-banner-bottom-left {
	left: 10px;
	bottom: 10px;
	right: auto;
	top: auto;
}

/* Top Right */
.public-map > .esri-banner.esri-banner-top-right {
	right: 10px;
	top: 10px;
	left: auto;
	bottom: auto;
}

/* Top Left */
.public-map > .esri-banner.esri-banner-top-left {
	left: 10px;
	top: 10px;
	right: auto;
	bottom: auto;
}
