.wps-sn-popup {

  display: inline-block;
  width: 420px;
  background: #fff;
  border-radius:5px;
  padding: 15px;

  h1, h2, h3 {
    text-align: center;
  }

  ul {
    margin: 0;
    padding: 0;
    text-align: center;

    li {
      display: inline-block;

      a {
        box-shadow: none !important;
        display: inline-block;
        padding: 10px;
        font-size: 14px;
        width: 40px;
        height: 40px;
        text-align: center;
        color: #ffffff;

        &.facebook {
          background: #3b5998;
        }

        &.twitter {
          background: #1da1f2;
        }

        &.google-plus {
          background: #dd4b39;
        }

        &.pinterest {
          background: #bd081c;
        }

        &.linkedin {
          background: #0077b5;
        }

        &:hover {
          box-shadow: none !important;
        }

      }

    }

  }

}