How to add a drop shadow on the Event thumbnails on the Events page?

To add a drop shadow on Event thumbnails on Events Page in Squarespace, you can use this code to Website Tools > Custom CSS.

a.eventlist-column-thumbnail.content-fill{
  filter: drop-shadow(4px 4px 8px rgba(0,0,0,0.25)) !important;
}

Result