.elementor-227 .elementor-element.elementor-element-164ff83{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1afcedb */.events-container {
  font-family: Arial, sans-serif;
  color: #333;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.events-title {
  font-size: 2rem;
  color: #762049;
  margin-bottom: 20px;
  text-align: center;
}

.events-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.events-search {
  flex: 1;
  min-width: 200px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.events-views {
  margin-top: 10px;
}

.view-btn {
  background: #eee;
  border: 1px solid #ccc;
  padding: 6px 10px;
  cursor: pointer;
  margin-left: 5px;
  border-radius: 4px;
}

.view-btn.active {
  background: #762049;
  color: #fff;
  border-color: #762049;
}

.events-navigation {
  text-align: center;
  margin: 20px 0;
}

.events-navigation button {
  background: #762049;
  color: #fff;
  border: none;
  padding: 8px 12px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 4px;
}

.events-list h2 {
  color: #762049;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.event-item {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.event-date {
  width: 80px;
  text-align: center;
  background: #f9f9f9;
  border: 1px solid #ddd;
  margin-right: 15px;
  border-radius: 4px;
}

.event-date .month {
  color: #762049;
  font-weight: bold;
}

.event-date .day {
  font-size: 1.5rem;
  font-weight: bold;
}

.event-details .event-title {
  font-weight: bold;
}

.event-details .event-time {
  color: #666;
  font-size: 0.9rem;
}

.events-calendar {
  margin-top: 30px;
}

.events-calendar h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #762049;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  text-align: center;
}

.calendar-header {
  font-weight: bold;
  background: #762049;
  color: #fff;
  padding: 5px 0;
}

.calendar-grid > div {
  border: 1px solid #ddd;
  padding: 15px 0;
  min-height: 50px;
}

@media (max-width: 768px) {
  .events-toolbar {
    flex-direction: column;
  }

  .events-views {
    margin-top: 10px;
  }

  .event-item {
    flex-direction: column;
  }

  .event-date {
    margin-bottom: 10px;
  }
}/* End custom CSS */