Hi John!
Thanks for taking your time to report this.
I could reproduce this myself and it seems there was no intention for the cost to be hidden. I will create a bug report and link it to this thread so we’ll let you know when fixed in one of our next maintenance releases.
In the meantime, try using the following CSS snippet:
@media only screen and (max-width:768px) {
.tribe-events-list .tribe-events-event-cost {
display:flex !important;
}
}
Let me know if it works for you.
Thanks,
Victor