/* RWW V6.1.31 PUBLIC CALENDAR FULL MONTH HEIGHT HOTFIX R2 */

.rww-public-calendar-shell.rww-calendar-height-r2-root,
.rww-calendar-height-r2-root .rww-public-calendar,
.rww-calendar-height-r2-root .rww-calendar-grid {
  max-height: none !important;
  overflow-y: visible !important;
}

.rww-calendar-height-r2-root {
  overflow-x: hidden !important;
}

.rww-calendar-height-r2-item,
.rww-calendar-height-r2-stage {
  max-height: none !important;
  overflow: visible !important;
}

.rww-calendar-height-r2-stage {
  overflow-x: hidden !important;
}

/* END RWW V6.1.31 PUBLIC CALENDAR FULL MONTH HEIGHT HOTFIX R2 */