.pfaq-ta {
  position: fixed;
  z-index: 99999;
  max-height: min(70vh, 460px);
  overflow-y: auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .18);
  padding: 6px;
  text-align: left;
  font-size: 15px;
}
.pfaq-ta__head {
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #9aa0a6;
  font-weight: 700;
  padding: 10px 12px 4px;
}
.pfaq-ta__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 12px;
  color: #111827;
  text-decoration: none;
}
.pfaq-ta__item.is-active,
.pfaq-ta__item:hover { background: #fbe9e8; }
.pfaq-ta__thumb {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: center 20%;
  background-color: #f1f1f1;
}
.pfaq-ta__thumb--empty { background: #f1f1f1; }
.pfaq-ta__tag {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 700;
  color: #b8434a;
  background: #fbe9e8;
  border-radius: 999px;
  padding: 3px 10px;
}
.pfaq-ta__text { display: flex; flex-direction: column; min-width: 0; }
.pfaq-ta__title { font-weight: 600; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pfaq-ta__sub { font-size: 12.5px; color: #6b7280; line-height: 1.3; }
.pfaq-ta__more {
  display: block;
  text-align: center;
  padding: 11px;
  margin-top: 4px;
  border-top: 1px solid #f0f0f0;
  color: #b8434a;
  font-weight: 700;
  text-decoration: none;
}
.pfaq-ta__more:hover { background: #fbe9e8; border-radius: 12px; }
.pfaq-ta__empty { padding: 16px 12px; color: #6b7280; text-align: center; }
