/* Custom styles for event popups */
.overspeed-popup .popup-header {
    background-color: #ffebee !important; /* Light red background */
    border-bottom: 2px solid #f44336 !important; /* Red border */
}

.overspeed-popup .popup-title {
    color: #d32f2f !important; /* Darker red text */
}

.speed-violation {
    color: #f44336; /* Red text */
    font-weight: bold;
    margin: 2px 0;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
}

/* Add a small warning icon */
.speed-violation:before {
    content: "⚠️ ";
}
