.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar {
	line-height:2 !important;
}


/*monath-calendar view overrides*/

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event{
  display: block !important; /* override your display:flex */
}

.tribe-events-view--month .tribe-events-calendar-month__events{
  display: none; 
}

.tribe-events-view--month .tribe-events-calendar-month__day-cell{
  position: relative;
}

.tec-month-count-btn{
  display: inline-block;
  margin-top: 6px;
  padding: 4px 8px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font: inherit;
  line-height: 1.2;
}

.tec-month-count-btn:focus{
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.tec-month-modal-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 999999;
  display: none;
}

.tec-month-modal{
  position: fixed;
  left: 50%;
  top: 12%;
  transform: translateX(-50%);
  width: min(92vw, 520px);
  max-height: 76vh;
  overflow: auto;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  z-index: 1000000;
  display: none;
}

.tec-month-modal header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.tec-month-modal h3 {
  margin: 0;
  font-size: 1.1em;
}

.tec-month-modal-close{
  border: 1px solid currentColor;
  background: transparent;
  border-radius: 10px;
  padding: 4px 10px;
  cursor: pointer;
  font: inherit;
}

.tec-month-modal ul{
  margin: 0;
  padding-left: 18px;
}

.tec-month-modal li{
  margin: 8px 0;
}

.tec-month-modal a{
  text-decoration: underline;
}

.tribe-events-calendar-month__more-events {
	opacity: 0;
}

