.elementor-3522 .elementor-element.elementor-element-101a889{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a1b801a */.apogua-event-detail-box {
  font-family: 'Montserrat', sans-serif;
  max-width: 860px;
  margin: 0 auto;
  padding: 42px;
  background: #ffffff;
  border: 1px solid rgba(11, 35, 84, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(11, 35, 84, 0.08);
}

.apogua-event-label {
  display: inline-flex;
  align-items: center;
  background: #eef8eb;
  color: #2fad26;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.apogua-event-detail-content h2 {
  margin: 0 0 18px;
  color: #0b2354;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
}

.apogua-event-detail-content p {
  margin: 0 0 16px;
  color: #475569;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
}

.apogua-event-detail-content p strong {
  color: #2fad26;
  font-weight: 900;
}

.apogua-event-topics {
  margin-top: 28px;
  padding: 28px;
  background: #f8fbf7;
  border-radius: 14px;
}

.apogua-event-topics h3,
.apogua-event-contact h3 {
  margin: 0 0 16px;
  color: #0b2354;
  font-size: 18px;
  font-weight: 900;
}

.apogua-event-topics ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.apogua-event-topics li {
  position: relative;
  padding-left: 26px;
  color: #334155;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.apogua-event-topics li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2fad26;
  font-weight: 900;
}

.apogua-event-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.apogua-event-meta div {
  padding: 20px;
  background: #ffffff;
  border: 1px solid rgba(11, 35, 84, 0.1);
  border-radius: 14px;
}

.apogua-event-meta strong {
  display: block;
  color: #0b2354;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.apogua-event-meta span {
  color: #475569;
  font-size: 15px;
  font-weight: 600;
}

.apogua-event-contact {
  margin-top: 32px;
  padding: 30px;
  background: linear-gradient(135deg, #061936 0%, #0b2354 100%);
  border-radius: 16px;
}

.apogua-event-contact h3 {
  color: #ffffff;
}

.apogua-event-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.apogua-whatsapp-btn,
.apogua-phone-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 190px;
  padding: 16px 20px;
  color: #ffffff !important;
  border-radius: 10px;
  text-decoration: none !important;
  transition: all 0.2s ease;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}

.apogua-whatsapp-btn {
  background: #2fad26;
}

.apogua-phone-btn {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.apogua-whatsapp-btn:hover {
  background: #25991f;
  transform: translateY(-2px);
}

.apogua-phone-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.apogua-whatsapp-btn span,
.apogua-phone-btn span {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 5px;
}

@media (max-width: 640px) {
  .apogua-event-detail-box {
    padding: 28px 22px;
  }

  .apogua-event-detail-content h2 {
    font-size: 24px;
  }

  .apogua-event-meta {
    grid-template-columns: 1fr;
  }

  .apogua-whatsapp-btn,
  .apogua-phone-btn {
    width: 100%;
  }
}/* End custom CSS */