/* REMOVE NUMBERING FROM EVENTS LIST WIDGET */
.pp-module--widget--tribe-events-list-widget ol {
    list-style: none;
    padding-left: 0;
}
/* IMPROVE EVENTS LIST SPACING */
.tribe-event-title {
    margin-bottom: 0;
}