.elementor-315 .elementor-element.elementor-element-0927c2b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6689cea */<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

.ace-program {
  font-family: 'Roboto', sans-serif;
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 18px;
  color: #3c2e55;
}

.ace-program-card {
  background: linear-gradient(135deg, #fff8f2 0%, #ffffff 45%, #faf5ff 100%);
  border: 1px solid rgba(122, 75, 196, 0.14);
  border-radius: 16px;
  padding: 26px 24px;
  box-shadow: 0 10px 24px rgba(69, 38, 109, 0.07);
}

.ace-program-header {
  margin-bottom: 20px;
}

.ace-program-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f29a4a;
  margin-bottom: 6px;
}

.ace-program-title {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: #6d35a8;
}

.ace-program-sub {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #5a4a73;
}

.ace-program-day {
  margin-bottom: 18px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(122, 75, 196, 0.12);
  border-radius: 14px;
  padding: 18px;
}

.ace-day-title {
  margin: 0 0 12px;
  font-size: 21px !important;
  line-height: 1.2;
  font-weight: 700;
  color: #6d35a8;
}

.ace-session-note {
  margin: -2px 0 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #5a4a73;
}

.ace-event {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 14px;
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid rgba(122, 75, 196, 0.10);
  border-radius: 12px;
  margin-bottom: 8px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ace-event:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(109, 53, 168, 0.08);
  border-color: rgba(122, 75, 196, 0.22);
}

.ace-time {
  font-size: 14px;
  font-weight: 700;
  color: #6d35a8;
  line-height: 1.4;
}

.ace-event-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #3c2e55;
  margin-bottom: 4px;
}

.ace-event-desc {
  font-size: 14px;
  line-height: 1.55;
  color: #5a4a73;
  white-space: pre-line;
}

.ace-event-speaker {
  font-size: 14px;
  line-height: 1.55;
  color: #000;
  margin-top: 5px;
  white-space: pre-line;
  font-style: italic;
}

.ace-event-break {
  background: linear-gradient(135deg, rgba(242,154,74,0.10), rgba(122,75,196,0.08));
}

.ace-event-break .ace-event-title {
  color: #6d35a8;
}

@media (max-width: 820px) {
  .ace-program {
    padding: 18px 12px;
  }

  .ace-program-card {
    padding: 18px 14px;
  }

  .ace-program-title {
    font-size: 26px;
  }

  .ace-day-title {
    font-size: 19px;
  }

  .ace-event {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 10px 12px;
  }
}

/* Gomb blokk */
.ace-buttons {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Gomb alap */
.ace-btn {
  display: block;
  text-align: center;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* 1. gomb – gradient (narancs → lila) */
.ace-btn-primary {
  background: linear-gradient(135deg, #c66a97, #7a4bc4);
  color: #ffffff !important;
  box-shadow: 0 6px 16px rgba(122, 75, 196, 0.25);
}

.ace-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(122, 75, 196, 0.35);
  filter: brightness(1.05);
  color: #fbbd6b !important;
}

/* 2. gomb – világos + lila border */
.ace-btn-secondary {
  background: #ffffff;
  color: #7a4bc4;
  border: 2px solid #7a4bc4;
}

.ace-btn-secondary:hover {
  background: #7a4bc4;
  color: #ffffff !important;
  transform: translateY(-2px);
}
</style>/* End custom CSS */