.time-section {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.time-section-title {
    background-color: #f5f5f5;
    padding: 10px 15px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.time-slot-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px;
    background-color: #fff;
}

.time-slot {
    padding: 12px 20px;
    border: 2px solid #007bff;
    border-radius: 6px;
    cursor: pointer;
    background-color: #fff;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #007bff;
}

.time-slot-full {
    padding: 12px 20px;
    border: 2px solid #ccc;
    cursor: not-allowed;
    background-color: #f5f5f5;
    color: #999;
    position: relative;
    font-weight: 500;
    border-radius: 8px;
}

/* 是否包場＝「是」時隱藏已有預約／已滿的時段 */
.time-slot.seat-book-ptfull-hidden,
.time-slot-full.seat-book-ptfull-hidden {
    display: none !important;
}

.time-slot-fv-blocked {
    padding: 12px 20px;
    border: 2px solid #ccc;
    cursor: not-allowed;
    background-color: #fafafa;
    color: #888;
    font-weight: 500;
    border-radius: 6px;
}

.seat-book-full-venue-wrap {
    margin: 12px 0;
    padding: 10px 12px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e2e6ea;
}

.seat-book-full-venue-label {
    cursor: pointer;
    font-size: 14px;
    color: #333;
    user-select: none;
}

.seat-book-full-venue-label input {
    margin-right: 8px;
    vertical-align: middle;
}


.time-slot:hover {
    background-color: #e6f0ff;
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.time-slot.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

select[name="pttime"] {
    display: none;
} 


.PrdEdit運動課程 .trPrdCode,
.PrdEdit運動課程 .trPrdPrice tr:nth-child(2),
.PrdEdit運動課程 .trPrdPrice tr:nth-child(3),
.PrdEdit運動課程 .trPrdPrice tr:nth-child(4),
.PrdEdit運動課程 .blkInfo tr:nth-child(5),
.PrdEdit運動課程 .cssTab span:nth-child(4),
.PrdEdit運動課程 .cssTab span:nth-child(5),
.PrdEdit運動課程 .cssTab span:nth-child(6),
.PrdEdit運動課程 .cssTab span:nth-child(7),
.PrdEdit運動課程 .cssTab span:nth-child(8),
.PrdEdit運動課程 .cssTab span:nth-child(9),
.PrdEdit運動課程 .cssTab span:nth-child(10),
.PrdEdit運動課程 .cssTab span:nth-child(11),
.PrdEdit運動課程 .cssTab span:nth-child(12),
.PrdEdit運動課程 .cssTab span:nth-child(13){
	display:none !important;
}