/*
 * V9.440 — Popup risposta: nessuna linea verticale e avatar reale del viewer.
 * Caricato per ultimo per neutralizzare le vecchie regole del composer.
 */

body.slr-site .slr-comment-modal-context::after,
body.slr-site .slr-community-comment-modal .slr-comment-modal-context::after {
  content:none!important;
  display:none!important;
}

body.slr-site .slr-comment-modal-user-avatar,
body.slr-site .slr-community-inline-avatar {
  flex:0 0 auto;
}

body.slr-site .slr-comment-modal-user-avatar.has-image,
body.slr-site .slr-community-inline-avatar.has-image {
  background:var(--slr-bg,#fff)!important;
}

body.slr-site .slr-comment-modal-user-avatar.has-image img,
body.slr-site .slr-community-inline-avatar.has-image img {
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  border-radius:inherit!important;
}

html[data-slr-theme="night"] body.slr-site .slr-comment-modal-user-avatar.has-image,
html[data-slr-theme="night"] body.slr-site .slr-community-inline-avatar.has-image {
  background:#111315!important;
}
