/* Stage31: restore currency logic behavior visually and lighten New Order top cards without touching the form */
body.smm-auth .new-order .support-boxs .card{
  min-height:58px!important;
  padding:12px 14px!important;
  gap:10px!important;
}
body.smm-auth .new-order .support-boxs .icon-box{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  border-radius:12px!important;
  font-size:18px!important;
}
body.smm-auth .new-order .support-boxs .title{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  margin:0!important;
  color:var(--text-main)!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:500!important;
  letter-spacing:0!important;
  white-space:normal!important;
}

body.smm-auth .new-order .stat-card{
  min-height:104px!important;
  height:104px!important;
  border-radius:14px!important;
}
body.smm-auth .new-order .stat-card .card-content,
body.smm-auth .new-order .stat-card .card-content.white{
  padding:13px 15px!important;
}
body.smm-auth .new-order .stat-card .card-label,
body.smm-auth .new-order .stat-card .card-label.white,
body.smm-auth .new-order .stat-card .card-label span{
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:500!important;
  letter-spacing:0!important;
}
body.smm-auth .new-order .stat-card .card-value,
body.smm-auth .new-order .stat-card .balance-amount{
  font-size:19px!important;
  line-height:1.15!important;
  font-weight:650!important;
  letter-spacing:0!important;
}
body.smm-auth .new-order .stat-card .card-value.small{
  font-size:17px!important;
  font-weight:600!important;
}
body.smm-auth .new-order .stat-card .level-badge{
  font-size:10.5px!important;
  font-weight:600!important;
  height:19px!important;
  line-height:19px!important;
  padding:0 7px!important;
}
body.smm-auth .new-order .stat-card .card-meta{
  font-size:10.5px!important;
  font-weight:500!important;
  line-height:1.25!important;
}
body.smm-auth .new-order .stat-card .icon-box,
body.smm-auth .new-order .stat-card.balance .icon-btn-sm{
  width:31px!important;
  height:31px!important;
  min-width:31px!important;
  border-radius:10px!important;
  font-size:13px!important;
}
body.smm-auth .new-order .stat-card .add-balance-btn{
  height:26px!important;
  font-size:11px!important;
  font-weight:600!important;
  border-radius:8px!important;
}

@media (max-width:991px){
  body.smm-auth .new-order .support-boxs .cards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  body.smm-auth .new-order .support-boxs .card{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    min-height:56px!important;
    padding:10px 11px!important;
  }
  body.smm-auth .new-order .support-boxs .title{
    display:block!important;
    font-size:11.5px!important;
    line-height:1.3!important;
    font-weight:500!important;
  }
}
@media (max-width:575px){
  body.smm-auth .new-order .support-boxs .cards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  body.smm-auth .new-order .support-boxs .card{
    flex-direction:row!important;
    min-height:54px!important;
    padding:9px 9px!important;
    border-radius:13px!important;
  }
  body.smm-auth .new-order .support-boxs .icon-box{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    border-radius:10px!important;
    font-size:15px!important;
  }
  body.smm-auth .new-order .support-boxs .title{
    display:block!important;
    font-size:10.5px!important;
    line-height:1.25!important;
    font-weight:500!important;
  }
  body.smm-auth .new-order .stat-card{
    height:98px!important;
    min-height:98px!important;
  }
  body.smm-auth .new-order .stat-card .card-content,
  body.smm-auth .new-order .stat-card .card-content.white{
    padding:12px 14px!important;
  }
  body.smm-auth .new-order .stat-card .card-value,
  body.smm-auth .new-order .stat-card .balance-amount{
    font-size:18px!important;
  }
}


/* Stage31.1: lighter text weights and keep support-card titles visible on small screens */
body.smm-auth .new-order .support-boxs .card,
body.smm-auth .new-order .support-boxs .card *{
  font-family:var(--font-family, 'Tajawal', 'Alexandria', sans-serif)!important;
}
body.smm-auth .new-order .support-boxs .title{
  max-width:calc(100% - 46px)!important;
  overflow:visible!important;
  text-overflow:clip!important;
  word-break:normal!important;
}
body.smm-auth .new-order .stat-card .card-label,
body.smm-auth .new-order .stat-card .card-label.white,
body.smm-auth .new-order .stat-card .card-label span,
body.smm-auth .new-order .stat-card .card-meta,
body.smm-auth .new-order .stat-card .level-badge,
body.smm-auth .new-order .stat-card .add-balance-btn{
  font-weight:500!important;
}
body.smm-auth .new-order .stat-card .card-value,
body.smm-auth .new-order .stat-card .balance-amount{
  font-weight:600!important;
}
body.smm-auth .new-order .filter-list .brand-category.stage30-platform-filter{
  font-weight:600!important;
  font-size:13px!important;
}
@media (max-width:575px){
  body.smm-auth .new-order .support-boxs .card .title,
  body.smm-auth .new-order .support-boxs .title{
    display:block!important;
    opacity:1!important;
    visibility:visible!important;
    max-width:calc(100% - 39px)!important;
    font-size:10px!important;
    line-height:1.25!important;
    font-weight:500!important;
  }
  body.smm-auth .new-order .support-boxs .card{
    gap:7px!important;
  }
  body.smm-auth .new-order .filter-list .stage30-platform-icon img{
    width:28px!important;
    height:28px!important;
    max-width:28px!important;
    max-height:28px!important;
  }
}
