﻿  .custom-share .share-btn-list>div {
      margin-right: 6px;
      display: inline-block;
    }

    .custom-share .share-btn-list .share-btn {
      position: relative;
      height: 26px;
      width: 26px;
      transition: .4s all;
      transition-delay: 30ms;
      cursor: pointer;
      overflow: hidden;
      border-radius: 2px;
    }

    .custom-share .share-btn-list .facebook {
      background: url(https://img01.v15cdn.com/share/share-facebook.webp) no-repeat;
      background-size: 25px 25px;
    }

    .custom-share .share-btn-list .linkedin {
      background: url(https://img01.v15cdn.com/share/share-linkedin.webp) -4px -4px no-repeat;
      background-size: 30px 30px;
      background-position: -3px -3px;
    }

    .custom-share .share-btn-list .whatsapp {
      background: #25d366 url(https://img01.v15cdn.com/share/share-whatsapp.webp) no-repeat center;
      background-size: 22px 22px;
    }

    .custom-share .share-btn-list .mail {
      background: #f90 url(https://img01.v15cdn.com/share/share-mail.webp) center no-repeat;
      background-size: 18px 18px;
      background-position: center;
    }

    .custom-share .share-btn-list {
      width: 100%;
      height: 35px;
      display: flex;
      align-items: center;
    }
    .custom-share .share-btn-list .share-btn a{width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center}