.elementor-15078 .elementor-element.elementor-element-1e35a99{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f36fdc7 *//* Base Styles */
.formation-calendar {
  font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
}

/* Header Styles */
.calendar-header {
  padding: 25px;
  background: linear-gradient(135deg, #87415D 0%, #4D2B4B 100%);
  color: white;
}

.calendar-header h2 {
  margin: 0 0 15px 0;
  font-size: 26px;
  display: flex;
  align-items: center;
}

.calendar-header h2 i {
  margin-right: 12px;
}



/* Timeline Styles */
.calendar-timeline {
  padding: 20px;
}

.timeline-item {
  display: flex;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

.timeline-item:hover {
  transform: translateY(-5px);
}

.timeline-date {
  min-width: 90px;
  background: #f8fafc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  border-right: 1px solid #e2e8f0;
}

.timeline-date .day {
  font-size: 28px;
  font-weight: 700;
  color: #2d3748;
  line-height: 1;
}

.timeline-date .month {
  font-size: 16px;
  font-weight: 500;
  color: #87415D;
  text-transform: uppercase;
  margin: 5px 0;
}

.timeline-date .year {
  font-size: 14px;
  color: #64748b;
}

.timeline-content {
  flex: 1;
  padding: 20px;
  background: white;
}

.event-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

.session-live .event-badge {
  background: #e3f2fd;
  color: #1976d2;
}

.new-formation .event-badge {
  background: #e8f5e9;
  color: #388e3c;
}

.deadline .event-badge {
  background: #ffebee;
  color: #d32f2f;
}

.timeline-content h3 {
  margin: 0 0 10px 0;
  color: #1e293b;
  font-size: 18px;
}

.event-description {
  margin: 0 0 15px 0;
  color: #64748b;
  line-height: 1.5;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}

.event-meta span {
  display: flex;
  align-items: center;
  color: #64748b;
}

.event-meta i {
  margin-right: 5px;
  font-size: 14px;
}

.event-actions {
  display: flex;
  gap: 10px;
}

.action-btn {
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s;
}

.action-btn i {
  margin-right: 6px;
}

.action-btn.primary {
  background: #87415D;
  color: white;
}

.action-btn.primary:hover {
  background: #caab59;
}

.action-btn.secondary {
  background: #f1f5f9;
  color: #334155;
  border: 1px solid #e2e8f0;
}

.action-btn.secondary:hover {
  background: #e2e8f0;
}

/* Footer Styles */
.calendar-footer {
  padding: 20px;
  text-align: center;
  border-top: 1px solid #f1f5f9;
}

.view-all-btn {
  color: #87415D;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.view-all-btn i {
  margin-right: 8px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .timeline-item {
    flex-direction: column;
  }
  
  .timeline-date {
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px 15px;
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
  }
  
  .timeline-date .day {
    font-size: 20px;
    margin-right: 10px;
  }
  
  .timeline-date .month {
    margin: 0 10px 0 0;
    font-size: 14px;
  }
  
  .event-actions {
    flex-wrap: wrap;
  }
  
  .action-btn {
    flex: 1;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .calendar-filter {
    justify-content: center;
  }
  
  .event-meta {
    flex-direction: column;
    gap: 8px;
  }
}/* End custom CSS */