.jobsWithSidebar{
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:18px;
  align-items:start;
}
@media(max-width:1280px){
  .jobsWithSidebar{grid-template-columns:1fr}
}
.rightSidebarCard{
  position:sticky;
  top:84px;
}
.sidebarStack{
  display:grid;
  gap:18px;
}
.leaderTipBox{
  padding:18px 18px;
  border-radius:22px;
  border:1px solid rgba(0,229,255,.38);
  background:linear-gradient(180deg, rgba(0,229,255,.08), rgba(0,229,255,.03));
  color:#d7f9ff;
  font-size:14px;
  line-height:1.45;
}
.leaderRow{
  padding:18px 18px;
  border-radius:22px;
  border:1px solid rgba(148,163,184,.18);
  background:rgba(255,255,255,.03);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.leaderLeft{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.leaderRank{
  font-size:18px;
  font-weight:800;
  line-height:1;
}
.leaderUser{
  color:#94A3B8;
  font-size:13px;
  line-height:1.45;
}
.leaderEarn{
  padding:10px 16px;
  border-radius:999px;
  border:1px solid rgba(148,163,184,.22);
  background:rgba(255,255,255,.03);
  color:#b8c6db;
  font-size:16px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
}
.leaderEarn.first{
  border-color:rgba(34,197,94,.38);
  background:rgba(34,197,94,.08);
  color:#baf5c9;
}
.advertiserSideCard{
  padding:20px 18px;
  border-radius:22px;
  border:1px solid rgba(148,163,184,.18);
  background:rgba(255,255,255,.03);
}
.advertiserSideTitle{
  font-size:16px;
  font-weight:800;
  line-height:1.2;
}
.sidebarCtaBtn{
  width:100%;
  margin-top:16px;
  justify-content:center;
  font-size:16px;
  padding:14px 16px;
}
.rightSidebarCard .hd h3{
  font-size:14px;
  line-height:1.2;
  font-weight:700;
}
.rightSidebarCard .tag.hot,
.rightSidebarCard .tag.new{
  font-size:12px;
}
@media(max-width:1280px){
  .rightSidebarCard{position:static}
}
