.elementor-580 .elementor-element.elementor-element-a9546d1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-264d046 */.faq-wrapper {
  padding: 60px 20px;
  background: #f9fafb;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-header {
  text-align: center;
  margin-bottom: 32px;
}

.faq-header h2 {
  font-size: 2rem;
  margin-bottom: 8px;
  color: #111827;
}

.faq-header p {
  color: #6b7280;
  font-size: 0.98rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  border-radius: 12px;
  background: #ffffff;
  padding: 14px 18px;
  border: 1px solid #e5e7eb;
  cursor: pointer;
}

.faq-item summary {
  list-style: none;
  font-weight: 600;
  color: #111827;
  position: relative;
}

.faq-item[open] summary {
  color: #5B21B6; /* morado TaskHub */
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin-top: 8px;
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.6;
}

/* Pequeño indicativo + / - */
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  font-weight: 700;
  color: #9ca3af;
}

.faq-item[open] summary::after {
  content: "-";
  color: #5B21B6;
}/* End custom CSS */