.compartilhar-post {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin: 16px 0;
}

.compartilhar-botoes {
  display: flex;
  gap: 12px;
  align-items: center;
}

.compartilhar-botoes img {
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.compartilhar-botoes i
