.bsx-card{
  min-height:230px !important;
  background:linear-gradient(180deg,#1a1a1d 0%,#0d0d10 100%) !important;
  border:1px solid rgba(255,255,255,.06) !important;
}
.bsx-logo{
  width:78px !important;
  height:78px !important;
}
.bsx-name{
  min-height:42px !important;
}
.bsx-tags,
.bsx-desc{
  display:none !important;
}
.bsx-detail-grid .bsx-detail-box:nth-child(1) .bsx-detail-label{
  color:rgba(212,175,55,.65) !important;
}
@media (max-width:480px){
  .bsx-card{
    min-height:214px !important;
  }
  .bsx-logo{
    width:72px !important;
    height:72px !important;
  }
}

.bsx-card{
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
}

.bsx-card-top{
  flex:1 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
}

.bsx-actions{
  margin-top:auto !important;
  padding-top:14px !important;
}

.bsx-btn-detail{
  height:44px !important;
  border-radius:14px !important;
  background:
    linear-gradient(180deg, rgba(58,58,62,1) 0%, rgba(28,28,31,1) 52%, rgba(16,16,18,1) 100%) !important;
  border:1px solid rgba(212,175,55,0.22) !important;
  color:#f3d36a !important;
  font-weight:800 !important;
  letter-spacing:.25px !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    inset 0 -1px 0 rgba(0,0,0,0.45),
    0 10px 18px rgba(0,0,0,0.26) !important;
}

.bsx-btn-detail:hover{
  border-color:rgba(212,175,55,0.34) !important;
  background:
    linear-gradient(180deg, rgba(66,66,72,1) 0%, rgba(34,34,38,1) 52%, rgba(18,18,20,1) 100%) !important;
}

.bsx-btn-detail:active{
  transform:translateY(1px) !important;
}

