.pt-faq-admin {
  max-width: 960px;
  margin: 24px auto 48px;
  padding: 0 16px;
}
.pt-faq-admin h1 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 4px;
}
.pt-faq-admin .sub {
  font-size: 13px;
  color: #64748b;
  margin: 0 0 20px;
}
.pt-faq-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.pt-faq-tab {
  padding: 8px 14px;
  border: 1px solid #d4d4d8;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.pt-faq-tab.is-active {
  background: #fff7ed;
  border-color: #e67800;
  color: #9a3412;
}
.pt-faq-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.pt-faq-toolbar select,
.pt-faq-toolbar button {
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #d4d4d8;
  background: #fff;
  cursor: pointer;
}
.pt-faq-toolbar button.primary {
  background: #e67800;
  border-color: #e67800;
  color: #fff;
  font-weight: 600;
}
.pt-faq-empty {
  padding: 32px;
  text-align: center;
  color: #94a3b8;
  font-size: 14px;
  background: #fff;
  border-radius: 12px;
  border: 1px dashed #e2e8f0;
}
.pt-faq-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.pt-faq-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 12px;
  color: #64748b;
  margin-bottom: 10px;
}
.pt-faq-meta strong { color: #334155; }
.pt-faq-q-label {
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 4px;
}
.pt-faq-field-answer textarea {
  border-color: #e67800;
  background: #fffbf5;
}
.pt-faq-field-answer label {
  color: #9a3412;
}
.pt-faq-q {
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
  margin: 0 0 12px;
  padding: 8px 10px;
  background: #f8fafc;
  border-radius: 6px;
  border-left: 3px solid #cbd5e1;
}
.pt-faq-a {
  font-size: 13px;
  color: #475569;
  line-height: 1.5;
  white-space: pre-wrap;
  margin: 0 0 12px;
  max-height: 180px;
  overflow-y: auto;
}
.pt-faq-field {
  margin-bottom: 10px;
}
.pt-faq-field label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.pt-faq-field textarea,
.pt-faq-field input,
.pt-faq-field select {
  width: 100%;
  font-size: 13px;
  padding: 8px 10px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  font-family: inherit;
}
.pt-faq-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.pt-faq-actions button {
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: none;
}
.pt-faq-approve { background: #16a34a; color: #fff; }
.pt-faq-reject { background: #f1f5f9; color: #475569; border: 1px solid #cbd5e1 !important; }
.pt-faq-deactivate { background: #fee2e2; color: #b91c1c; border: 1px solid #fecaca !important; }
.pt-faq-msg {
  font-size: 13px;
  min-height: 18px;
  margin-bottom: 12px;
}
.pt-faq-msg.err { color: #b91c1c; }
.pt-faq-msg.ok { color: #15803d; }
.pt-faq-hit {
  display: inline-block;
  background: #f1f5f9;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
}
