﻿.bottom-right-legend {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.5); 
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.75rem;
    color: #333;
    z-index: 1000;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
