/* VISQO Messages Reply/Chevron Fix v1.1 */

/* Yanıt alıntısındaki dekoratif reply ikonunu kaldır. */
html body .visqo-messages-page .visqo-message-bubble.has-vq-reply .vq-reply-quote .vq-reply-quote-icon{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

html body .visqo-messages-page .visqo-message-bubble.has-vq-reply .vq-reply-quote .vq-reply-quote-inner{
  gap:0!important;
}

/* Reply quote'a eski CSS'in bastığı klavye/ok pseudo elementini tamamen kaldır. */
html body .visqo-messages-page .visqo-message-bubble.has-vq-reply .vq-reply-quote::before{
  content:none!important;
  display:none!important;
  width:0!important;
  height:0!important;
  margin:0!important;
  padding:0!important;
}

/* Mesaj menü butonunda yalnız Font Awesome chevron kalsın; CSS pseudo oku tamamen kapat. */
html body .visqo-messages-page .visqo-message-bubble > button.vq-msg-more::before{
  content:none!important;
  display:none!important;
  width:0!important;
  height:0!important;
  border:0!important;
}
