

.fc-day-grid-event .fc-content {
    white-space: normal;
    overflow: hidden;
}

.fc-event {
    position: relative;
    display: block;
    font-size: 0.95em; 
    line-height: 1.3;
    border-radius: 7px;
    padding: 2px 5px;
    border: 1px solid #3a87ad;
}

.fc-event .fc-bg{
  background: inherit;
}

.fc-content>.fc-title:first-of-type{
  color: white;
}

.fc-month-view .fc-content{
  display: flex;
}

.fc-month-view .fc-time{
  flex-grow: 0;
  min-width: 25%;
}

.fc-month-view .fc-title{
  flex-grow: 1;
}

.fc-state-active {
	color: #ffffff;
	background: #ff8535;
}

.fc-toolbar h2 {
	font-size: 1.5rem;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
	margin-top: 40px;
}