/* RV_SHOP_SHARE_BUTTONS_RESTORE_V112_20260518 */
.rv-shop-share-v112{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin:10px 0 18px;
  color:#111827;
}
.rv-shop-share-v112 .rv-share-label{
  font-size:13px;
  font-weight:900;
  color:#475569;
  margin-right:1px;
}
.rv-shop-share-v112 .rv-share-icon{
  width:32px;
  height:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  background:transparent;
  color:#334155;
  text-decoration:none;
  cursor:pointer;
  padding:0;
  border-radius:6px;
  transition:background .16s ease,color .16s ease,transform .16s ease;
}
.rv-shop-share-v112 .rv-share-icon:hover{
  color:#e60023;
  background:#fff1f2;
  transform:translateY(-1px);
}
.rv-shop-share-v112 .rv-share-story{
  color:#e60023;
}
.rv-shop-share-v112 .rv-share-icon svg{
  width:19px;
  height:19px;
  display:block;
}
.rv-shop-share-v112 .rv-share-status{
  font-size:12px;
  font-weight:800;
  color:#64748b;
  min-height:16px;
}
@media(max-width:640px){
  .rv-shop-share-v112{
    gap:8px;
  }
  .rv-shop-share-v112 .rv-share-icon{
    width:36px;
    height:36px;
  }
}
