/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/*.fc-calendar-events {
	height: auto !important;*/ /* İçeriğe göre yükseklik */
	/*max-height: none !important;*/ /* Yükseklik limiti yok */
	/*overflow: visible !important;*/ /* Taşan içerik gösterilsin */
	/*display: block !important;*/ /* Varsayılan blok davranışı */
/*}*/

.fc-calendar-events {
	flex: 0 1 auto; /* İçeriğe göre büyüsün */
	align-self: stretch; /* Yükseklik uyumlu olsun */
}