
/* PATCH 5.1.4 - Marketplace Live Integration */

.u64-market-live-card{
  position:relative;
}

.u64-market-hover-actions{
  display:flex;
  gap:10px;
  margin-top:12px;
}

.u64-market-live-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:12px;
}

.u64-market-mobile-stack{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

@media(max-width:768px){

  .u64-market-live-footer{
    flex-direction:column;
    align-items:stretch;
  }

  .u64-market-mobile-stack{
    flex-direction:column;
  }

}
