.eb-category-3 .eb-event-date-container {
  display: none;
}

.eb-category-3 .eb-event-information {
  display: none;
}

.eb-category-3 .eb-even-title-container {
  margin-bottom: 20px !important;
}

/* SPEAKERS */
.speaker-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.speaker-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  scroll-margin-top: 125px;
}

.speaker-image {
  width: 160px;
  height: 160px;
  object-fit: cover;
}

.speaker-info strong {
  margin-bottom: 5px;
}

.masonry-gallery__items {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2),minmax(0,1fr))
}

@media (min-width: 768px) {
    .masonry-gallery__items {
        -ms-grid-columns:(minmax(0,1fr))[5];
        grid-template-columns: repeat(5,minmax(0,1fr))
    }

    .masonry-gallery__item:first-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/span 2;
        grid-row: 1/span 2;
    }

    .masonry-gallery--feature-right .masonry-gallery__item:first-child {
        grid-column: -3/span 2
    }

    .masonry-gallery__item:nth-child(3n-1) {
        -ms-grid-column-span: 2;
        grid-column-end: span 2
    }
}

@media not screen and (min-width: 768px) {
    .masonry-gallery__item--form,.masonry-gallery__item:first-child {
        grid-column:1/span 2
    }
}

.masonry-gallery__item--image img {
    border-radius: 10px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.masonry-gallery__item--video .theme-video {
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    width: 100%
}

.masonry-gallery__item--video .theme-video img,.masonry-gallery__item--video .theme-video__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.itemid-122 .eb-container h3 {
  margin-top: 36px !important;
  margin-bottom: 8px !important;
}

/* Mobile breakpoint – adjust if needed */
@media (max-width: 768px) {
  .timeline-table {
    border: 0;
  }

  .timeline-table tr {
    display: block;
    margin-bottom: 0px;
    padding: 4px;
  }

  .timeline-table td {
    display: block;
    width: 100%;
    border: none;
    padding: 6px 0;
    border: none !important;
  }

  .timeline-table td.program-time {
    font-weight: bold;
    margin-bottom: -16px;
    text-decoration: underline;
  }
  
  .speaker-card {
    flex-direction: column;
  }
}