/* Gettysburg Connection — Tockify-inspired The Events Calendar list */
body.post-type-archive-tribe_events .tribe-common-l-container {
  max-width: 1180px !important;
  padding-top: 12px !important;
  overflow-x: hidden !important;
}
body.post-type-archive-tribe_events .tribe-events-calendar-list__month-separator { margin: 16px 0 6px !important; }
body.post-type-archive-tribe_events .tribe-events-calendar-list__month-separator-text { font-size: 24px !important; font-weight: 500 !important; }
body.post-type-archive-tribe_events .tribe-events-calendar-list__event-date-tag { display: none !important; }
body.post-type-archive-tribe_events .tribe-events-calendar-list__event-row {
  margin: 0 !important;
  padding: 18px 0 !important;
  border-bottom: 1px solid #ddd !important;
}
body.post-type-archive-tribe_events .tribe-events-calendar-list__event-wrapper { width: 100% !important; max-width: 100% !important; }
body.post-type-archive-tribe_events article.tribe-events-calendar-list__event {
  display: grid !important;
  grid-template-columns: 140px minmax(0,1fr) !important;
  gap: 24px !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
body.post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-wrapper {
  width: 140px !important; max-width: 140px !important; height: 140px !important;
  padding: 0 !important; margin: 0 !important; overflow: hidden !important; border-radius: 50% !important;
}
body.post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-wrapper img {
  display: block !important; width: 140px !important; min-width: 140px !important; max-width: 140px !important;
  height: 140px !important; min-height: 140px !important; max-height: 140px !important;
  aspect-ratio: 1 / 1 !important; object-fit: cover !important; border-radius: 50% !important; margin: 0 !important;
}
body.post-type-archive-tribe_events .tribe-events-calendar-list__event-details {
  width: auto !important; max-width: 100% !important; min-width: 0 !important; padding: 0 !important; margin: 0 !important;
}
body.post-type-archive-tribe_events .tribe-events-calendar-list__event-title { font-size: 23px !important; line-height: 1.18 !important; margin: 0 0 5px !important; font-weight: 500 !important; }
body.post-type-archive-tribe_events .tribe-events-calendar-list__event-title-link { color: #e5534b !important; }
body.post-type-archive-tribe_events .tribe-events-calendar-list__event-datetime-wrapper { margin: 0 0 5px !important; }
body.post-type-archive-tribe_events .tribe-events-calendar-list__event-datetime { font-size: 16px !important; font-weight: 700 !important; color: #222 !important; }
body.post-type-archive-tribe_events .tribe-events-calendar-list__event-venue { font-size: 14px !important; line-height: 1.3 !important; margin: 2px 0 5px !important; }
body.post-type-archive-tribe_events .tribe-events-calendar-list__event-description { font-size: 15px !important; line-height: 1.35 !important; margin: 5px 0 0 !important; color: #222 !important; max-width: 850px !important; }
body.post-type-archive-tribe_events .tribe-events-calendar-list__event-cost { font-size: 13px !important; margin-top: 6px !important; color: #555 !important; }

@media (max-width: 768px) {
  body.post-type-archive-tribe_events,
  body.post-type-archive-tribe_events #page,
  body.post-type-archive-tribe_events #primary,
  body.post-type-archive-tribe_events #main,
  body.post-type-archive-tribe_events .tribe-common,
  body.post-type-archive-tribe_events .tribe-common-l-container {
    max-width: 100% !important; overflow-x: hidden !important; box-sizing: border-box !important;
  }
  body.post-type-archive-tribe_events .tribe-common-l-container { padding-left: 10px !important; padding-right: 10px !important; }
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-row,
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-wrapper {
    display: block !important; width: 100% !important; max-width: 100% !important;
    margin-left: 0 !important; margin-right: 0 !important; padding-left: 0 !important; padding-right: 0 !important;
  }
  body.post-type-archive-tribe_events article.tribe-events-calendar-list__event {
    display: grid !important; grid-template-columns: 80px minmax(0,1fr) !important;
    column-gap: 12px !important; row-gap: 0 !important; width: 100% !important; max-width: 100% !important;
    margin: 0 !important; padding: 14px 0 !important; box-sizing: border-box !important;
  }
  body.post-type-archive-tribe_events .tribe-common-g-col,
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-wrapper,
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-details { float: none !important; flex: none !important; box-sizing: border-box !important; }
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-wrapper {
    grid-column: 1 !important; width: 80px !important; max-width: 80px !important; height: 80px !important;
    border-radius: 50% !important; overflow: hidden !important;
  }
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-featured-image-wrapper img {
    width: 80px !important; min-width: 80px !important; max-width: 80px !important;
    height: 80px !important; min-height: 80px !important; max-height: 80px !important;
    border-radius: 50% !important; object-fit: cover !important;
  }
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-details { grid-column: 2 !important; width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-title,
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-title-link,
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-datetime,
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-venue,
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-description {
    max-width: 100% !important; white-space: normal !important; overflow-wrap: anywhere !important; word-break: normal !important;
  }
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-title { font-size: 19px !important; }
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-datetime { font-size: 14px !important; }
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-venue { font-size: 13px !important; }
  body.post-type-archive-tribe_events .tribe-events-calendar-list__event-description { font-size: 14px !important; }
}
