.elementor-2419 .elementor-element.elementor-element-47805eb .jet-listing-dynamic-repeater__items{flex-direction:flex-start;justify-content:flex-start;}.elementor-2419 .elementor-element.elementor-element-47805eb .jet-listing-dynamic-repeater__item > *{justify-content:flex-start;}/* Start custom CSS for jet-listing-dynamic-repeater, class: .elementor-element-47805eb */.cme-presenter {
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
}



.cme-links a[href=""] {
  display: none;
}


/* ======================================================
   JETENGINE DYNAMIC REPEATER – HARD LAYOUT RESET
   ====================================================== */

.jet-listing-dynamic-repeater__items {
  display: flex !important;
  flex-direction: column !important;
  width: 100%;
}

.jet-listing-dynamic-repeater__item {
  width: 100% !important;
}

/* ======================================================
   CME PRESENTATION LIST
   ====================================================== */

.cme-presentation {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 24px;

}

/* Left vertical timeline line */
.cme-left-line {
  width: 2px;
  background-color: #d6d6d6;
  flex-shrink: 0;
  align-self: stretch; /* KEY FIX */
}

/* Content column */
.cme-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Presentation title */
.cme-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  color: #0b1f3b;
}

/* Links row */
.cme-links {
  display: flex;
  gap: 20px;
}

.cme-links a {
  font-size: 14px;
  color: #2b5fd9;
  text-decoration: underline;
}

/* ======================================================
   EVENT TABS (TOP NAVIGATION)
   ====================================================== */

.cme-event-tabs {
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}

.cme-event-tab {
  font-weight: 600;
  padding-bottom: 12px;
}

/* ================================
   CME ACTION BUTTONS
================================ */

.cme-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cme-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 10px 16px;
  border-radius: 10px;

  font-size: 14px;
  font-weight: 600;
  text-decoration: none;

  transition: 
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

/* Primary: Watch video */
.cme-btn-video {
  background: #2b5fd9 !important;
  color: #ffffff !important;
  border: 1px solid #2b5fd9 !important;
}

.cme-btn-video:hover {
  background: #1e4ed8 !important;
  border-color: #1e4ed8 !important;
  box-shadow: 0 6px 18px rgba(43,95,217,0.25) !important;
  transform: translateY(-1px) !important;
}

/* Secondary: Download */
.cme-btn-file {
  background: #ffffff !important;
  color: #2b5fd9 !important;
  border: 1px solid #dbe3f7 !important;
}

.cme-btn-file:hover {
  background: #f5f8ff !important;
  border-color: #2b5fd9 !important;
  box-shadow: 0 4px 14px rgba(43,95,217,0.15) !important;
  transform: translateY(-1px) !important;
}/* End custom CSS */