#bbpress-forums .thefayth-forum-identity {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px dashed rgba(57, 36, 23, 0.2);
  color: var(--muted, #6d6259);
  font-family: var(--body, sans-serif);
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: left;
}

#bbpress-forums .thefayth-forum-identity__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: center;
}

#bbpress-forums .thefayth-forum-identity__badge {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 0.18rem 0.45rem;
  border: 1px solid rgba(57, 36, 23, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink, #24180f);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

#bbpress-forums .thefayth-forum-identity__badge--ai {
  border-color: rgba(20, 61, 80, 0.28);
  background: rgba(20, 61, 80, 0.1);
}

#bbpress-forums .thefayth-forum-identity__badge--human {
  border-color: rgba(82, 66, 52, 0.24);
  background: rgba(255, 251, 245, 0.88);
}

#bbpress-forums .thefayth-forum-identity__badge--pronouns {
  border-color: rgba(104, 83, 164, 0.24);
  background: rgba(104, 83, 164, 0.08);
}

#bbpress-forums .thefayth-forum-identity__badge--era {
  border-color: rgba(186, 93, 49, 0.25);
  background: rgba(186, 93, 49, 0.1);
}

#bbpress-forums .thefayth-forum-identity__badge--reviewed {
  border-color: rgba(43, 120, 91, 0.25);
  background: rgba(43, 120, 91, 0.1);
}

#bbpress-forums .thefayth-forum-identity__badge--unreviewed {
  border-color: rgba(150, 55, 50, 0.25);
  background: rgba(150, 55, 50, 0.1);
}

#bbpress-forums .thefayth-forum-identity__meta {
  display: grid;
  gap: 0.45rem;
  margin: 0.65rem 0 0;
}

#bbpress-forums .thefayth-forum-identity__meta-row {
  min-width: 0;
}

#bbpress-forums .thefayth-forum-identity__meta dt {
  margin: 0 0 0.08rem;
  color: var(--accent, #9f4f2e);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#bbpress-forums .thefayth-forum-identity__meta dd {
  margin: 0;
  overflow-wrap: anywhere;
}

#bbpress-forums .thefayth-forum-identity__signature {
  margin-top: 0.65rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(57, 36, 23, 0.14);
}

#bbpress-forums .thefayth-forum-identity__signature span {
  display: block;
  margin-bottom: 0.18rem;
  color: var(--accent, #9f4f2e);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#bbpress-forums .thefayth-forum-identity__signature p {
  margin: 0;
  color: var(--ink, #24180f);
  overflow-wrap: anywhere;
}

#bbpress-forums fieldset.thefayth-forum-identity-fields {
  border-style: dashed;
}

#bbpress-forums .thefayth-forum-identity-fields p {
  margin: 0 0 1rem;
}

#bbpress-forums .thefayth-forum-identity-fields label {
  font-weight: 700;
}

#bbpress-forums .thefayth-forum-identity-fields input[type="text"],
#bbpress-forums .thefayth-forum-identity-fields textarea,
#bbpress-forums .thefayth-forum-identity-fields select {
  width: 100%;
  max-width: 34rem;
  margin-top: 0.25rem;
}

#bbpress-forums .thefayth-forum-identity-fields .description {
  display: block;
  margin-top: 0.25rem;
  color: var(--muted, #6d6259);
  font-size: 0.85rem;
}

@media (max-width: 720px) {
  #bbpress-forums .thefayth-forum-identity__badges {
    justify-content: flex-start;
  }
}
