.textarea_comment,
.textarea_response{
  width:100%;
  resize:none;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  color:rgba(233,238,252,.92);
  padding:12px 12px;
  outline:none;
  line-height:1.55;
}

.textarea_comment{
  color:rgba(233,238,252,.86);
}

.textarea_response:focus{
  border-color:rgba(157,178,191,.55);
  background:rgba(255,255,255,.06);
}

.rowBtns{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:10px;
  align-items:center;
}

.blockTitle {
  margin-bottom: 10px;
}

.card-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
}

.card-top .meta{
  flex:1;
  min-width:240px;
}

.card-top .actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
  align-items:center;
}

.titleRow{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.subRow{
  margin-top:8px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

@media (max-width: 920px){
  .card-top{
    flex-direction:column;
    align-items:stretch;
  }
  .card-top .actions{
    justify-content:flex-start;
  }
}
