/* Remove Events Calendar max-width restriction */
#tribe-events-pg-template {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100%;
}

.tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-container, .tec-events-elementor-event-widget__venue .tribe-events-content .tec-events-elementor-event-widget__venue-container {
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr !important;
    margin: var(--tec-spacer-2);
    max-width: 580px;
    border: none !important;
    margin: 0 !important;
}

.tec-events-elementor-event-widget__venue .tec-events-elementor-event-widget__venue-details .tec-events-elementor-event-widget__venue-phone-link{
  color: #666 !important;
}

.tribe-common img{
  border-radius: 8px;
}