/* ===============================
   STYLE TAMPILAN JADWAL
=============================== */

body{
    font-family: Arial, sans-serif;
    background:#f4f6f9;
    margin:0;
}

header{
    background:#1e293b;
    color:#fff;
    padding:15px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:18px;
}

table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
}

th, td{
    padding:12px;
    border-bottom:1px solid #eee;
}

th{
    background:#e2e8f0;
    font-weight:bold;
}

tbody.slide{
    display:none;
}

tbody.slide.active{
    display:table-row-group;
}

.jam-title{
    background:#334155;
    color:#fff;
    font-weight:bold;
    text-align:center;
}

.active-row{
    background:#fff3cd;
}

footer{
    text-align:center;
    padding:10px;
    background:#f1f5f9;
    font-size:14px;
}
