
#ldppp-share-popup {
            position: fixed;
            top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(0,0,0,0.6);
            display:none; z-index: 9999;
        }
        .ldppp-share-content {
            background: #fff; padding: 20px; max-width: 400px;
            margin: 10% auto; border-radius: 8px; text-align: center;
            position: relative;
        }
        .ldppp-share-content ul { list-style: none; padding:0; margin:0; }
        .ldppp-share-content ul li { margin: 10px 0; }
        .ldppp-share-content button { position:absolute; top:10px; right:10px; border:none; cursor:pointer; }
        .ldppp-share-list {
          display:flex;
          flex-wrap:wrap;
          justify-content:center;
          gap:10px;
          list-style:none;
          padding:0;
        }
        .ldppp-share-list li a {
          display:inline-flex;
          align-items:center;
          justify-content:center;
          width:40px;
          height:40px;
          border-radius:50%;
          background:#f5f5f5;
          color:#333;
          font-size:18px;
          transition:all .3s;
        }
        .ldppp-share-list li a:hover {
          background:#333;
          color:#fff;
        }
        @media (max-width: 450px) {
            .ldppp-share-content{
                max-width: 300px;
            }
        }

/*# sourceURL=dashicons-inline-css */