.calendarLegend {
  display: flex;
  justify-content: flex-end;
  margin: 8px 0 0;
  color: #65717d;
  font-size: 12px;
}
.calendarLegend span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.legendDot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.legendDot.b2c {
  background: #a83d82;
}
.calendarEvent.b2c {
  background: #a83d82;
  box-shadow: inset 3px 0 0 #f6cbe7;
}
