.elementor-3726 .elementor-element.elementor-element-50dc7a8{--spacer-size:20px;}.elementor-3726 .elementor-element.elementor-element-321af4b{--spacer-size:40px;}.elementor-3726 .elementor-element.elementor-element-f8fa08c .elementor-tab-title, .elementor-3726 .elementor-element.elementor-element-f8fa08c .elementor-tab-title:before, .elementor-3726 .elementor-element.elementor-element-f8fa08c .elementor-tab-title:after, .elementor-3726 .elementor-element.elementor-element-f8fa08c .elementor-tab-content, .elementor-3726 .elementor-element.elementor-element-f8fa08c .elementor-tabs-content-wrapper{border-width:1px;}:root{--page-title-display:none;}/* Start custom CSS for tabs, class: .elementor-element-f8fa08c */.conference-agenda {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  color: #1f2937;
}

.agenda-day {
  margin-bottom: 40px;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 20px;
}

.agenda-day h2 {
  margin: 0 0 10px;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #111827;
}

.agenda-day p {
  margin: 0;
  font-size: 1rem;
}

.agenda-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid #e5e7eb;
}

.agenda-time {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  white-space: nowrap;
  padding-top: 4px;
}

.agenda-content h3 {
  margin: 0 0 16px;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #0f4c81;
}

.agenda-chair {
  margin-bottom: 20px;
  color: #374151;
  line-height: 1.6;
}

.speaker-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.speaker {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.speaker strong {
  font-size: 1rem;
  color: #111827;
}

.speaker span {
  color: #4b5563;
  line-height: 1.5;
}

.agenda-break {
  margin: 24px 0;
  padding: 16px 22px;
  background: #f3f4f6;
  border-left: 4px solid #9ca3af;
  font-weight: 600;
  color: #111827;
}

.agenda-break span {
  color: #0f4c81;
  margin-right: 10px;
}

.lunch {
  background: #fef3c7;
  border-left-color: #f59e0b;
}

.keynote h3 {
  color: #0f4c81;
}

.panel h3 {
  color: #0f4c81;
}

.poster-session h3 {
  color: #0f4c81;
}

@media (max-width: 768px) {

  .agenda-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .agenda-time {
    padding-top: 0;
  }

  .agenda-content h3 {
    font-size: 1.2rem;
  }

}/* End custom CSS */