.legend-container {
    background-color: rgba(255, 255, 255, 0.0);
    padding: 10px;
    max-width: 300px;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.legend-color {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 1px solid #000;
    aspect-ratio: 1 / 1;
}

.legend-label {
    font-size: 10px;
    text-align: left;
}
