/* ==========================================================
   The Events Calendar (TEC)
   Project : Happy Retired
   ========================================================== */















/* ==========================================================
   Single Event
   ========================================================== */

/* 隱藏活動摘要（日期 / 時間 / 價錢） */
.tribe-events-schedule {
    display: none !important;
}

/* 隱藏加入 Calendar 按鈕 */
.tribe-events-c-subscribe-dropdown {
    display: none !important;
}

/* 隱藏底部活動明細 */
.tribe-events-single-section.tribe-events-event-meta {
    display: none !important;
}

.tribe-events-single-event-description {
    margin-top: 2rem;
}

/* ==========================================================
   Event Tickets
   ========================================================== */

/* Ticket Box */
.tribe-tickets__tickets {
    border-radius: 12px;           
}








/* ==========================================================
   Event Tickets - Modern Card
========================================================== */

.tribe-tickets__tickets-item{
    background:#fff;
    border:1px solid #e5e7eb !important;
    border-radius:16px;
    padding:24px !important; 
    margin:24px !important;
    transition:.25s ease;
    
}

 .tribe-tickets__tickets-form{
    max-width: 100% !important;

}

.tribe-tickets__tickets-item:hover{
    border-color:#2563eb;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
     padding:28px !important;
     background-color: #fbf6f2;
}

/* 班別名稱 */

.tribe-tickets__tickets-item-title,
.tribe-tickets__tickets-title{
    font-size:24px;
    font-weight:700;
    margin-bottom:12px;
}

/* 價格 */

.tribe-tickets__tickets-item-extra-price{
    font-size:30px;
    font-weight:700;
    color:#0f766e;
    margin:15px 0;
 
}

.tribe-tickets__tickets-sale-price{

   font-size:18px !important;
    }
/* 名額 */

.tribe-tickets__tickets-item-extra-available{
    color:#666;
    margin-bottom:18px;
    font-size:14px !important;
    }

/* Description */

.tribe-tickets__tickets-description{
    color:#666;
    line-height:1.7;
    margin-bottom:18px;
}

/* 數量 */

.tribe-tickets__tickets-item-quantity{
    margin-top:20px;
   
    
}

/* + - */

.tribe-tickets__tickets-item-quantity input{
    width:70px;
    font-size:18px;
    text-align:center;
}

/* 報名按鈕 */

#tribe-tickets__tickets-submit,
#tribe-tickets__tickets-buy{
    width:100%;
    height:52px;
    border-radius:12px;
    font-size:18px;
    font-weight:700;
    margin: 0 auto;
}

/* 分隔 */

.tribe-tickets__tickets-item + .tribe-tickets__tickets-item{
    margin-top:20px;
}


.ticket-class-name{
    font-size:30px;
    font-weight:700;
    line-height:1.2;
    margin-bottom:8px;
}

.ticket-class-time{
    font-size:18px;
    color:#666;
    font-weight:500;
}

.tribe-tickets__tickets-item-extra-available-custom{
    color:#16a34a;
    font-weight:600;
    font-size:16px;
}

.tribe-tickets__tickets-item-extra-available-custom strong{
    font-size:18px;
}

/* ==========================================================
   TODO
   ========================================================== */

/*
- 美化班別選擇
- 會員價 / 非會員價
- 剩餘名額
- Button Style
- Mobile
*/
