.social-emoji-trigger {
  display: block;
  width: calc(24px + 0.625rem);
  height: calc(24px + 0.625rem);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 0;
  cursor: pointer;
  border: none;
  background: transparent url("../icons/icon-emoji.svg") no-repeat center;
}

.social-emoji-trigger.with-editor {
  height: calc(24px + 0.375rem);
}

emoji-picker {
  position: absolute;
  top: -100%;
  left: 0;
}

emoji-picker.open {
  z-index: 10;
}
