Make upcoming events color style and past events gradient style

Hello, @Norton :waving_hand:

This CSS code will help you change the color of past events - Make past events gray (Grid)

Regarding the date and month cropping, please try to use the CSS code below:

.eapp-events-calendar-time-time {
  white-space: normal !important;   
  overflow: visible !important;     
  text-overflow: clip !important;   
  display: inline-block !important; 
}


.eapp-events-calendar-time {
  white-space: normal !important;
  overflow: visible !important;
}

Check it out and let me know if it helped :wink: