.elementor-8578 .elementor-element.elementor-element-df3ad89 > .elementor-widget-container{background-color:#F5F5F5;padding:20px 20px 20px 20px;}/* Start custom CSS for shortcode, class: .elementor-element-88fe4dc *//* Contenedor principal */
.detalle-evento-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem 1rem;
  background-color: #fdfdfd;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Columna principal */
.evento-info {
  flex: 1 1 60%;
  min-width: 300px;
}

/* Columna secundaria (sidebar) */
.evento-sidebar {
  flex: 1 1 35%;
  background-color: #fafafa;
  padding: 1rem;
  border-left: 2px solid #eee;
  border-radius: 8px;
}

/* Categoría del evento */
.evento-categoria span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

/* Imagen destacada */
.evento-imagen img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 1rem;
  object-fit: cover;
}

/* Título del evento */
.evento-titulo h1 {
  font-size: 2rem;
  margin: 0.5rem 0;
  color: #222;
}

/* Subtítulo del evento */
.evento-subtitulo {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 1.5rem;
}

/* Secciones tipo acordeón */
.evento-detalles .accordion-item {
  margin-bottom: 1.5rem;
}

.accordion-item h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #333;
  font-weight: 600;
}

.accordion-item div {
  background: #fff;
  border-left: 3px solid #999;
  padding: 0.8rem 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  border-radius: 4px;
}

/* Info de la sidebar */
.evento-info-item {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #333;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.evento-info-item span {
  font-weight: bold;
}

.evento-info-item a {
  display: block;
  background-color: #222;
  color: #fff;
  padding: 0.7rem 1.2rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.2s ease-in-out;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.evento-info-item a:hover {
  background-color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .detalle-evento-wrapper {
    flex-direction: column;
    padding: 1rem;
  }

  .evento-sidebar {
    border-left: none;
    border-top: 2px solid #eee;
    margin-top: 2rem;
  }
}/* End custom CSS */