/**
 *
 * info: Estilo para o leia mais
 * handle: share-post
 * version: 1.0.1
 *
 */
.share-post {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-top: 8px;
}
.share-post > li {
  width: 32px;
  height: 32px;
}
.share-post > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 4px;
  border-radius: 6px;
  color: white;
}
.share-post > li > a svg {
  fill: currentColor;
}
.share-post > li > a:hover {
  filter: brightness(1.2);
}
.share-post > li > a[href^="https://api.whatsapp."] {
  background-color: #25d366;
}
.share-post > li > a[href^="https://www.facebook.com"] {
  background-color: #3b5998;
}
.share-post > li > a[href^="https://x.com"] {
  background-color: #000;
}
.share-post > li > a[href^="https://telegram.me/"] {
  background-color: #2ca5e0;
}