.social-share {padding-top: 1em;padding-bottom: 1em;margin-top: 1.5em;margin-bottom: 1em;border-bottom: 1px solid rgba(0,0,0,0.1);border-top: 1px solid rgba(0,0,0,0.1);}
.social-share a {font-size: 1em; width: 2em; height: 2em; margin-right: 1em; border-radius: 50%; border: 1px solid; background: #86715a; border-color: #86715a; display: flex; align-items: center; justify-content: center; text-align: center; }
.social-share a:last-child {margin-right: 0;}
.not-mobile .social-share a:hover {background: #FFFFFF; border-color: #4b4c4d;}
.not-mobile .social-share a:hover svg path {fill: #4b4c4d;}
.social-share svg path {fill: #FFFFFF;}
.social-share .native-share svg path {fill: #4b4c4d;}
.copied{margin-bottom:1em;}
.social-share #ShareButton{font-size: .75em;color:white;background: #86715a;border:1px solid #86715a;padding: .5em 1em;border-radius: 50px;}
.social-share #ShareButton:hover{color:black;background: white;border:1px solid black;}
@media (max-width: 600px) {
    .social-share{flex-direction: column;}
    .custom-share-wrap{padding: 1em 0 }
  }
  