.ledted-description-faq {
  max-width: 960px;
  margin: 45px auto;
  background: linear-gradient(120deg, #ffe9a3 0%, #fff4cc 100%);
  border: 1.5px solid #fdc800;
  border-radius: 18px;
  padding: 38px 32px 32px 32px;
  box-shadow: 0 8px 32px rgba(253, 200, 0, 0.07);
  font-size: 1.08em;
}
.ledted-description-faq > *:not(:last-child) { margin-bottom: 28px; }
.ledted-description ul, .ledted-description ol {
  margin-left: 1.3em;
  margin-bottom: .85em;
}
.ledted-description ol { padding-left: 18px; }
.ledted-description-faq b {
  color: #c69806;
}

.faq-block h2 {
  font-size: 1.32em;
  margin-bottom: 0.7em;
  color: #c69806;
  letter-spacing: 0.01em;
}
.faq-block .faq-item { margin-bottom: 3px; }

.faq-question {
  display: block;
  width: 100%;
  text-align: left;
  background: #ffe08a;
  border: none;
  outline: none;
  padding: 13px 16px;
  font-size: 1em;
  font-weight: 600;
  border-radius: 7px;
  margin-top: 10px;
  cursor: pointer;
  transition: background 0.2s;
  color: #5c4a00;
}
.faq-question.active, .faq-question:hover {
  background: #fdc800;
}
.faq-answer {
  display: none;
  padding: 0 18px 13px 18px;
  background: none;
  color: #383838;
}
.faq-item.open .faq-answer { display: block; }

.ledted-see-also {
  margin: 26px 0 14px 0;
  font-size: 1.07em;
  background: #fff9e1;
  border-left: 4px solid #fdc800;
  padding: 10px 18px;
  border-radius: 7px;
  color: #6d5500;
}
.ledted-see-also a {
  color: #c69806;
  text-decoration: underline;
  transition: color 0.2s;
}
.ledted-see-also a:hover {
  color: #fdc800;
  text-decoration: none;
}