@charset "UTF-8";
/* Celestial Eclipse mentions v1.0.0. Перед mentions.js в HTML-низ. */

#post-mentions-kj {
  display: none;
  box-sizing: border-box;
  width: 270px;
  max-width: calc(100vw - 16px);
  max-height: 190px;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #222;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .22);
  border-radius: 7px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
  position: fixed;
  z-index: 2147483000;
}

#post-mentions-kj .kj-mention-empty {
  padding: 10px 12px;
  color: #777;
}

#post-mentions-kj .kj-mention-item {
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  padding: 5px 8px;
  color: inherit;
  font: inherit;
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  cursor: pointer;
}

#post-mentions-kj .kj-mention-item:last-child {
  border-bottom: 0;
}

#post-mentions-kj .kj-mention-item:hover,
#post-mentions-kj .kj-mention-item.is-active {
  background: rgba(0, 0, 0, .08);
}

#post-mentions-kj .kj-mention-avatar {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  background-color: #eee;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}

#post-mentions-kj .kj-mention-group-icon {
  display: flex;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: #777;
  border-radius: 50%;
}

#post-mentions-kj .kj-mention-copy {
  min-width: 0;
}

#post-mentions-kj .kj-mention-name {
  display: block;
  min-width: 0;
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#post-mentions-kj .kj-mention-meta {
  display: block;
  margin-top: 1px;
  color: #777;
  font-size: 11px;
}

@media (max-width: 540px) {
  #post-mentions-kj {
    width: 250px;
    max-height: 176px;
  }
}

.post-content a[href*="kjmention=1"] strong {
  font-weight: inherit;
}

.post-content a[href*="kjgroupmember=1"] {
  display: none !important;
}


#post-mentions-kj {
  width: 286px;
  max-height: 230px;
  padding: 4px;
  color: var(--link, #342648);
  font: 13px/1.4 var(--font1, Arial, sans-serif);
  background: var(--bg3, #eee4e0);
  border-color: var(--bd2, #87735e);
  border-radius: 14px 4px;
  box-shadow: 0 10px 30px #13151a40;
}
#post-mentions-kj .kj-mention-item { min-height: 48px; border-radius: 8px 2px; }
#post-mentions-kj .kj-mention-item:hover,
#post-mentions-kj .kj-mention-item.is-active { color: #342648; background: #d4c2b6; }
#post-mentions-kj .kj-mention-item:focus-visible { outline: 2px solid #a26938; outline-offset: -2px; }
#post-mentions-kj .kj-mention-group-icon { color: #f5e4d0; background: #493850; }
#post-mentions-kj .kj-mention-meta,
#post-mentions-kj .kj-mention-empty { color: #645754; }
@media (max-width: 540px) {
  #post-mentions-kj { width: min(286px, calc(100vw - 16px)); max-height: 190px; }
}
