/* BT-003 — mobile calendar: participation badge + gilet color */
.cal-act-page .cal-mobile-cell__markers{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:3px;
  margin-top:2px;
  min-height:2.1rem;
}
.cal-act-page .cal-mobile-cell__jersey{
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:0;
}
.cal-act-page .cal-mobile-cell__jersey .cal-party-vest-slot,
.cal-act-page .cal-mobile-cell__jersey .gm-jersey-polo{
  width:20px !important;
  height:20px !important;
}
.cal-act-page .cal-mobile-cell__jersey .cal-party-vest-slot--empty{
  opacity:.85;
}
