.dsc_outer {
  position: relative;
  padding-left: 56px;
  margin: 15px 0;
  display: grid;
  text-indent: 0;
}

.dsc_outer p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.dsc_i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 0.5%;
}

.dsc_dn {
  font-weight: bold;
}

.dsc_dn b {
  font-weight: normal;
  opacity: 0.8;
  font-size: 80%;
}

.dsc_txt {
  margin: 2px 0 4px;
}

.dsc_rply {
  font-size: 11px;
  letter-spacing: 0.5px;
  opacity: 0.8;
  margin-top: -1.5em;
}

.dsc_rply_gap hr {
   border: none;
    text-align: center;
    margin: .5em auto;
}

.dsc_rply_gap hr::before {
   content: "";
}

.dsc_rn {
  font-size: 12px;
  opacity: 0.8;
}

.dsc_rn p {
  background: #74747433;
  border: solid 1px #747474;
  margin-right: .3em;
  font-family: var(--text-font);
  font-weight: bold;
  padding: 0 .5em;
  border-radius: 6px;
  display: inline-block;
}

.dsc_customrn {
  width: 11px;
  height: 11px;
  opacity: 0.8;
  display: inline;
  vertical-align: baseline;
}

.dsc_emoji {
  width: 15px;
  height: 15px;
  display: inline;
  vertical-align: baseline;
}