:host {
  --day-width: 35px;
  --day-height: 30px;
}
.calendar-inner {
  max-width: calc(100% - 400px);
}
.event-container>.event-info>p.event-title {
  font-size: 15px;
}
.event-indicator {
  width: max-content !important;
}
