
.mshow-engagement-v17657{
  margin-top:14px;
  padding-top:13px;
  border-top:1px solid rgba(255,255,255,.08);
}
.mshow-engagement-actions-v17657{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
}
.mshow-like-btn-v17657,
.mshow-comment-toggle-v17657{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:40px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.045);
  color:#fff;
  font-weight:850;
  cursor:pointer;
}
.mshow-like-btn-v17657.liked{
  border-color:rgba(236,47,157,.44);
  background:rgba(236,47,157,.13);
  color:#ff8bd2;
}
.mshow-engagement-login-v17657{
  margin-left:auto;
  color:#8dc8ff;
  font-size:12px;
  text-decoration:none;
  font-weight:850;
}
.mshow-comments-v17657{
  margin-top:12px;
  display:grid;
  gap:10px;
}
.mshow-comments-v17657.hidden{display:none!important}
.mshow-comment-form-v17657{
  display:flex;
  gap:8px;
  align-items:flex-end;
}
.mshow-comment-form-v17657 textarea{
  flex:1;
  min-height:62px;
  max-height:160px;
  resize:vertical;
  border-radius:13px;
  border:1px solid rgba(255,255,255,.12);
  background:#0d0a11;
  color:#fff;
  padding:10px 12px;
  font:inherit;
}
.mshow-comment-form-v17657 button{
  min-height:42px;
  border:0;
  border-radius:12px;
  padding:9px 13px;
  background:linear-gradient(90deg,#a437db,#ec2f9d);
  color:#fff;
  font-weight:900;
  cursor:pointer;
}
.mshow-comments-list-v17657{
  display:grid;
  gap:8px;
  max-height:330px;
  overflow:auto;
}
.mshow-comment-v17657{
  padding:10px 12px;
  border-radius:13px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.07);
}
.mshow-comment-head-v17657{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
}
.mshow-comment-head-v17657 strong{color:#ff8bd2}
.mshow-comment-head-v17657 time{font-size:11px;color:#8f8792}
.mshow-comment-v17657 p{
  margin:6px 0 0;
  color:#e7e1e9;
  line-height:1.45;
  white-space:pre-wrap;
  overflow-wrap:anywhere;
}
.mshow-delete-own-v17657{
  margin-top:7px;
  border:0;
  background:transparent;
  color:#ff8795;
  font-size:11px;
  font-weight:850;
  cursor:pointer;
  padding:0;
}
.mshow-engagement-status-v17657{
  margin-top:7px;
  min-height:18px;
  font-size:12px;
  color:#9f96a4;
}
.mshow-engagement-status-v17657.error{color:#ff8795}
.mshow-engagement-status-v17657.ok{color:#75e4a5}

/* News cards get a little breathing room for interaction UI. */
.news-exclusive-card-v17626 .mshow-engagement-v17657{
  margin-left:0;
  margin-right:0;
}
#envivo .mshow-engagement-v17657{
  margin-top:18px;
}
@media(max-width:620px){
  .mshow-comment-form-v17657{flex-direction:column;align-items:stretch}
  .mshow-comment-form-v17657 button{width:100%}
  .mshow-engagement-login-v17657{width:100%;margin-left:0}
}
