.monthlyStatsBox{
  margin:18px 0 22px;
  padding:18px;
  border-radius:24px;
  background:rgba(18,22,32,.82);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 18px 45px rgba(0,0,0,.30);
}

.monthlyStatsBox .sectionHead{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
}

.monthlyStatsBox select{
  width:140px;
}

.monthlyGrid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.monthlyGrid div{
  padding:14px;
  border-radius:18px;
  background:rgba(255,255,255,.045);
}

.monthlyGrid span{
  display:block;
  opacity:.65;
  font-size:12px;
  margin-bottom:8px;
}

.monthlyGrid b{
  color:#ffd75a;
  font-size:20px;
}
