/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 21 2025 | 12:00:09 */
.exampp-hints {
    margin: 1.5rem;
    line-height: 2;
    font-size: .75rem;
	display:block !important;
}
.exampp-hints a{
	text-decoration:underline;
}

.exggmap-caption {
    display: none;
}

#exggmap-btn {
	border-color: #000000 !important;
	    text-transform: none;

}


#exggmap-btn:hover {
	color: white !important;
	background-color:#000000 !important;
	border:1px solid white !important;
}

@media (max-width: 500px) {
    .exggmap-wrapper {
        aspect-ratio: 1024 / 1024 !important;
    }
}

@media (max-width: 992px) {
    .exggmap-wrapper {
        aspect-ratio: 1024 / 600 !important;
    }
}

@media (max-width: 650px) {
    .exggmap-wrapper {
        aspect-ratio: 1024 / 1024 !important;
    }
}

.c-header__col-center{
	justify-content:flex-end
}

.c-header__col-right{
	display:none;
}