/*
	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 */

}
.btn.book {
  background-color: #42737a; /* 背景設為透明 */
  border: 0px solid #ea1889; /* 添加顏色為 #ea1889 的邊框 */
  color: #ffffff; /* 字體顏色與邊框一致 */
  border-radius: 25px; /* 可選，讓按鈕有圓角 */
  padding: 10px 30px; /* 控制按鈕大小 */
  font-weight: bold; /* 增加字體粗細 */
  text-align: center; /* 確保文字居中 */
  cursor: pointer; /* 添加點擊效果 */
  opacity: 1; /* 設置透明度為 0% */
}

.btn.book2 {
  background-color: #be6f80;
  border: 0px solid white;
  color: #ffffff;
}

 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #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 */
}

.item__description.short {
 overflow: hidden;
 display: -webkit-box;
 -webkit-line-clamp: 12;
 -webkit-box-orient: vertical;
 line-height: 1.6em;
 height: 15em;
}

.item__read-more {
 display: inline;
 padding: 0;
 margin: 0;
 border: none;
 position: absolute;
 bottom: -1px;
 line-height: 1.2;
 right: 0;
 background-color: #fff;
 font-size: 18px;
 font-weight: bold; /* 設定字體為粗體 */
}

.item__content {
 padding: 20px 15px 10px;
}

.badge.badge-deposit {
    font-size: 14px !important;  /* 字體大小調整為 14px */
    color: #42737A !important;   /* 設定字體顏色為灰色 */
    font-weight: normal !important; /* 移除可能的粗體效果 */
}
