.new .image {
  height: 536px;
}

.new .reply {
  transform: rotateY(180deg);
}

.share-icons {
  position: absolute;
  top: -40px;
  left: -75px;
  z-index: 9;
  /* padding: 12px 8px; */
  border-radius: 4px;
  background-color: #f9fafb;
  border-color: #e5e7eb;
  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.share-icons svg,
.share-icons i {
  width: 20px;
  height: 20px;
}

.share-icons i {
  font-size: 20px;
}

.share-icons svg path {
  /* stroke: #000; */
  fill: #000;
}
