<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
}

@media (max-width: 767px) {
  .share-icons {
    position: absolute;
    top: -75px;
    left: -50px;
    z-index: 9;
    /* padding: 12px 8px; */
    border-radius: 4px;
    background-color: #f9fafb;
    border-color: #e5e7eb;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    flex-direction: column;
  }
}
</pre></body></html>