/* FOOTER */

.map-footer {
    z-index: 850;
    background-color: #304F5F;
    padding: 8px 20px;
    border-radius: 10px 0 0 0;
    display: flex;
    gap: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.map-footer a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.map-footer a:hover {
    text-decoration: underline;
}

.map-footer span {
    color: #fff;
    font-size: 1rem;
}