/* =========================================
   FAQ Accordion Holzoptik – Elementor
   Klasse am Widget/Container: faq-wood
========================================= */

/* Grundrahmen – klassisches Accordion + neues Accordion */
.faq-wood .elementor-accordion,
.faq-wood .e-n-accordion {
  padding: 16px;
  border: 3px solid #3d2713;
  border-radius: 14px;
  background-color: #5b3a20;
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(41, 24, 10, 0.35) 0,
      rgba(41, 24, 10, 0.35) 2px,
      transparent 2px,
      transparent 33px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(31, 18, 8, 0.22) 0,
      rgba(31, 18, 8, 0.22) 1px,
      transparent 1px,
      transparent 11px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(218, 157, 78, 0.12) 0,
      rgba(218, 157, 78, 0.12) 1px,
      transparent 1px,
      transparent 19px
    ),
    linear-gradient(180deg, #6f4728, #573820);
  box-shadow:
    inset 0 0 0 2px rgba(0, 0, 0, 0.25),
    inset 0 2px 5px rgba(255, 255, 255, 0.08),
    0 14px 34px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

/* Einzelne Akkordeon-Items */
.faq-wood .elementor-accordion-item,
.faq-wood .e-n-accordion-item {
  margin: 0;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0 1px 0 rgba(255, 244, 222, 0.07);
}

.faq-wood .elementor-accordion-item:last-child,
.faq-wood .e-n-accordion-item:last-child {
  border-bottom: 0 !important;
  box-shadow: none;
}

/* Titelzeile – klassisches Accordion */
.faq-wood .elementor-tab-title {
  display: flex !important;
  align-items: center;
  padding: 20px 22px !important;
  margin: 0;
  cursor: pointer;
  background: transparent !important;
  border: 0 !important;
  transition: background 0.25s ease;
}

/* Titelzeile – neues Elementor Accordion */
.faq-wood .e-n-accordion-item-title {
  display: flex !important;
  align-items: center;
  gap: 15px;
  padding: 20px 22px !important;
  margin: 0;
  cursor: pointer;
  background: transparent !important;
  border: 0 !important;
  color: #f4e6ce !important;
  transition: background 0.25s ease;
}

/* Hover */
.faq-wood .elementor-tab-title:hover,
.faq-wood .e-n-accordion-item-title:hover {
  background: rgba(255, 240, 210, 0.06) !important;
}

/* Aktiver Zustand */
.faq-wood .elementor-tab-title.elementor-active,
.faq-wood .e-n-accordion-item[open] > .e-n-accordion-item-title {
  background: rgba(0, 0, 0, 0.2) !important;
}

/* Fragetext */
.faq-wood .elementor-accordion-title,
.faq-wood .e-n-accordion-item-title-text {
  color: #f4e6ce !important;
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.4;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}

/* Icon klassisches Accordion */
.faq-wood .elementor-accordion-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  margin-right: 15px !important;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #edca7d, #b17f2d);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.55),
    inset 0 -1px 2px rgba(0, 0, 0, 0.35),
    0 1px 3px rgba(0, 0, 0, 0.45);
}

/* Icon neues Accordion */
.faq-wood .e-n-accordion-item-title-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #edca7d, #b17f2d);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.55),
    inset 0 -1px 2px rgba(0, 0, 0, 0.35),
    0 1px 3px rgba(0, 0, 0, 0.45);
}

/* Icon-Farbe */
.faq-wood .elementor-accordion-icon svg,
.faq-wood .elementor-accordion-icon i,
.faq-wood .e-n-accordion-item-title-icon svg,
.faq-wood .e-n-accordion-item-title-icon i {
  width: 12px;
  height: 12px;
  color: #3d2713 !important;
  fill: #3d2713 !important;
}

/* Antwort klassisches Accordion */
.faq-wood .elementor-tab-content {
  margin: -4px 22px 8px 22px;
  padding: 4px 0 18px 18px !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 3px solid rgba(217, 169, 78, 0.5) !important;
  color: #e6d5ba !important;
}

/* Antwort neues Accordion */
.faq-wood .e-n-accordion-item > div {
  margin: -4px 22px 8px 22px;
  padding: 4px 0 18px 18px !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 3px solid rgba(217, 169, 78, 0.5) !important;
  color: #e6d5ba !important;
}

/* Text im Inhalt */
.faq-wood .elementor-tab-content,
.faq-wood .elementor-tab-content p,
.faq-wood .e-n-accordion-item > div,
.faq-wood .e-n-accordion-item > div p {
  color: #e6d5ba !important;
  font-size: 1rem;
  line-height: 1.7;
}

.faq-wood .elementor-tab-content p,
.faq-wood .e-n-accordion-item > div p {
  margin-top: 0;
}

/* Links im Inhalt */
.faq-wood .elementor-tab-content a,
.faq-wood .e-n-accordion-item > div a {
  color: #edca7d !important;
  text-decoration: underline;
}

/* Mobil */
@media (max-width: 767px) {
  .faq-wood .elementor-accordion,
  .faq-wood .e-n-accordion {
    padding: 10px;
    border-radius: 12px;
  }

  .faq-wood .elementor-tab-title,
  .faq-wood .e-n-accordion-item-title {
    padding: 16px 14px !important;
  }

  .faq-wood .elementor-accordion-title,
  .faq-wood .e-n-accordion-item-title-text {
    font-size: 1rem;
  }

  .faq-wood .elementor-accordion-icon,
  .faq-wood .e-n-accordion-item-title-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .faq-wood .elementor-tab-content,
  .faq-wood .e-n-accordion-item > div {
    margin: -4px 14px 8px 14px;
    padding-left: 14px !important;
  }
}