/**
 * Map Legend Styles
 * Styles for the riots location map legend display
 */

.map-legend {
    text-align: center;
    margin-top: 15px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: var(--wp--preset--font-size--medium);
}

.map-legend .legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.map-legend .legend-item img {
    width: 25px;
    height: 41px;
}
