/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


div.item__description.short {
  min-height: 120px !important; /* 可改成你想要的高度，例如 120、150、180px */
}


button.item__read-more {
  font-weight: 700 !important;   /* 粗體 */
  font-size: 18px !important;    /* 字體大小 */
  color: #5a656b !important;     /* 字體顏色 */
  border: none !important;       /* 移除邊框（保持乾淨） */
}


#events article iframe,
article iframe {
  width: 100% !important;
  height: 220px !important;      /* 固定一個較小高度；需要更高就改數字 */
  display: block !important;
  margin: 10px auto 20px auto !important;  /* 底部留白，避免壓到下方文字 */
  border: none !important;
  position: static !important;   /* 避免被設成 absolute */
  z-index: 1 !important;
}


.title-sub {
  color: rgba(230, 192, 104, 0.7) !important;
}


.fa-angle-up {
  color: #be6f80 !important;
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}

