.share.yv-article-share-wrap {
  display:flex!important;
  align-items:center;
  margin:24px 0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
.share.yv-article-share-wrap::before,
.share.yv-article-share-wrap::after,
.share.yv-article-share-wrap > b,
.share.yv-article-share-wrap .social-plugin {
  display:none!important;
  content:none!important;
}
.yv-article-share {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  min-height:44px;
  padding:9px 20px;
  border:1px solid #111;
  border-radius:0;
  color:#111!important;
  background:#fff;
  font:700 13px/1 "DM Sans",Arial,sans-serif;
  letter-spacing:.06em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background .2s,color .2s,border-color .2s;
}
.yv-article-share:hover,
.yv-article-share:focus-visible {
  border-color:#e2231a;
  color:#fff!important;
  background:#e2231a;
}
@media(max-width:768px){
  .yv-article-share{width:100%;padding:11px 12px}
}
