/* v13.22.84 — title-only polish. Intentionally no mission/game/wheel rules. */
#ctp-app-dashboard .ctp57-section-title{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  margin:0 0 13px;padding:0 1px 10px;position:relative;
  border-bottom:1px solid rgba(148,163,184,.12);
}
#ctp-app-dashboard .ctp57-section-title:after{
  content:"";position:absolute;right:0;bottom:-1px;width:74px;height:2px;border-radius:99px;
  background:linear-gradient(90deg,#fbbf24,#f59e0b 52%,rgba(245,158,11,0));
  box-shadow:0 0 14px rgba(245,158,11,.28);
}
#ctp-app-dashboard .ctp57-section-title>div{min-width:0;display:flex;flex-direction:column;gap:4px}
#ctp-app-dashboard .ctp57-section-title span{
  display:block;color:#fff7d6;font-family:"Yekan Bakh","Vazirmatn","IRANSansX",Tahoma,sans-serif;
  font-size:15px!important;font-weight:1000!important;line-height:1.55;letter-spacing:-.45px;
  text-shadow:0 2px 12px rgba(0,0,0,.32);
}
#ctp-app-dashboard .ctp57-section-title small{
  display:block;color:#9aa9bd!important;font-family:"Vazirmatn","IRANSansX",Tahoma,sans-serif;
  font-size:8px!important;font-weight:700;line-height:1.75;letter-spacing:-.12px;
}
#ctp-app-dashboard .ctp57-section-title>b{
  flex:0 0 auto;padding:5px 8px;border-radius:999px;color:#fde68a;
  border:1px solid rgba(245,158,11,.24);background:rgba(120,53,15,.2);
  font:900 7px/1.3 Tahoma,sans-serif;letter-spacing:.2px;
}
#ctp-app-dashboard .ctp57-mini-card .ctp57-section-title span{font-size:13px!important}
#ctp-app-dashboard .ctp57-road .ctp57-section-head span{
  font-family:"Yekan Bakh","Vazirmatn","IRANSansX",Tahoma,sans-serif!important;
  font-weight:1000!important;letter-spacing:-.35px!important;
}
@media(max-width:420px){
 #ctp-app-dashboard .ctp57-section-title span{font-size:14px!important}
 #ctp-app-dashboard .ctp57-section-title small{font-size:7.5px!important}
}
