
/* RUSH MOBILE V2.7.7.20
   DJ MODE header/readability fix only.
   Scoped to .sheet.dj-sheet so customer/home UI is unaffected.
*/
.sheet.dj-sheet .dj-v2-head{
  background:#0d0d10 !important;
  border-bottom:1px solid #29292f !important;
}
.sheet.dj-sheet .dj-v2-head span{
  color:#b694ff !important;
  opacity:1 !important;
  -webkit-text-fill-color:#b694ff !important;
}
.sheet.dj-sheet .dj-v2-head h2{
  color:#ffffff !important;
  opacity:1 !important;
  -webkit-text-fill-color:#ffffff !important;
  text-shadow:none !important;
}
.sheet.dj-sheet .dj-v2-head small{
  display:block !important;
  margin-top:8px !important;
  color:#b9b9c2 !important;
  opacity:1 !important;
  -webkit-text-fill-color:#b9b9c2 !important;
  font-size:12px !important;
  font-weight:700 !important;
  letter-spacing:.02em !important;
}
.sheet.dj-sheet .dj-v2-head strong{
  color:#ff6c90 !important;
  opacity:1 !important;
  -webkit-text-fill-color:#ff6c90 !important;
  background:#3a101e !important;
}
.sheet.dj-sheet .dj-sort button{
  color:#d7d7dc !important;
  opacity:1 !important;
  -webkit-text-fill-color:#d7d7dc !important;
}
.sheet.dj-sheet .dj-sort button.on{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}
@media(max-width:430px){
  .sheet.dj-sheet .dj-v2-head{
    padding-right:18px !important;
  }
  .sheet.dj-sheet .dj-v2-head h2{
    font-size:26px !important;
    line-height:1.08 !important;
  }
  .sheet.dj-sheet .dj-v2-head strong{
    font-size:16px !important;
    line-height:1.25 !important;
    text-align:center !important;
  }
}
