/*
 |--------------------------------------------------------------------------
 | Helper mixins, feel free to add/remove any that you might not use
 | Won't be rendered in the output if not used
 |--------------------------------------------------------------------------
 */
.share-post ul {
  list-style: none;
  display: flex; }

.share-post a.social-share-icon {
  background-image: url("/themes/custom/inas/assets/icons/share-facebook.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.6;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: flex; }
  .share-post a.social-share-icon:hover {
    opacity: 1; }
  .share-post a.social-share-icon.twitter {
    background-image: url("/themes/custom/inas/assets/icons/share-twitter.svg");
    background-size: contain;
    background-repeat: no-repeat; }
  .share-post a.social-share-icon.linkedin {
    background-image: url("/themes/custom/inas/assets/icons/share-linkedin.svg");
    background-size: contain;
    background-repeat: no-repeat; }

