details {
  transition: opacity 0.2s ease;
}

details[style*="display: none"] {
  opacity: 0;
}

.faq-filter-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.faq-filter-input {
  width: 100%;
  padding: 10px 36px 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

.faq-filter-clear {
  position: absolute;
  right: 8px;
  background: transparent;
  border: none;
  font-size: 20px;
  color: #888;
  cursor: pointer;
  line-height: 1;
  display: none;
  padding: 0 4px;
  transition: color 0.2s ease;
}

.faq-filter-clear:hover {
  color: #000;
}
