/* Mobile revenue charts show fewer bars, so distribute them across the full plot area. */
@media (width<=768px){
  .compact-revenue-chart .revenue-bars-container{justify-content:space-between;padding-left:10px;padding-right:10px}
  .compact-revenue-chart .revenue-bar-group{align-items:center;max-width:none}
  .compact-revenue-chart .revenue-bar{width:100%;max-width:18px}
}
@media (width<=480px){
  .compact-revenue-chart .revenue-bars-container{padding-left:8px;padding-right:8px}
  .compact-revenue-chart .revenue-bar{max-width:16px}
}
