/* v451.166 - Parent/child clarity for the public community exchange. */
.aid-community-thread__replies .aid-community-reply {
  margin-inline-start: min(calc(var(--aid-reply-depth, 0) * 2rem), 8rem);
  position: relative;
}
.aid-community-thread__replies .aid-community-reply[data-reply-depth]:not([data-reply-depth="0"])::before {
  border-inline-start: 2px solid rgba(32, 181, 195, .42);
  content: "";
  inset-block: -.65rem .65rem;
  inset-inline-start: -1rem;
  position: absolute;
}
.aid-community-reply__identity {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .7rem;
}
.aid-community-reply__target {
  color: #84cbd2;
  font-size: .76rem;
  font-weight: 650;
  letter-spacing: .02em;
}
@media (max-width: 720px) {
  .aid-community-thread__replies .aid-community-reply {
    margin-inline-start: min(calc(var(--aid-reply-depth, 0) * .75rem), 3rem);
  }
  .aid-community-thread__replies .aid-community-reply[data-reply-depth]:not([data-reply-depth="0"])::before {
    inset-inline-start: -.45rem;
  }
}
