/* ePuskesmas – Jadwal Dokter (front) */
.epjd-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:16px;
  box-shadow:0 6px 24px rgba(0,0,0,.06);
  overflow:hidden;
}
.epjd-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  font-size:14px;
}
.epjd-table thead th{
  text-align:left;
  font-weight:600;
  padding:18px 20px;
  border-bottom:1px solid rgba(0,0,0,.06);
  color:#0f172a;
  background:#fff;
}
.epjd-table tbody td{
  padding:18px 20px;
  border-bottom:1px solid rgba(0,0,0,.06);
  vertical-align:middle;
}
.epjd-table tbody tr:last-child td{ border-bottom:none; }
.epjd-doc{
  display:flex;
  gap:12px;
  align-items:center;
}
.epjd-table .epjd-doc .epjd-avatar{
  width:40px !important;
  height:40px !important;
  max-width:40px !important;
  min-width:40px !important;
  flex:0 0 40px;
  display:block;
  border-radius:999px;
  object-fit:cover;
  background:#f1f5f9;
  border:1px solid rgba(0,0,0,.06);
}
.epjd-name{
  font-weight:600;
  color:#0f172a;
  line-height:1.25;
}
.epjd-center{ text-align:center; white-space:nowrap; }
.epjd-muted{ color:#64748b; }
.epjd-empty{
  padding:16px;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:12px;
}

/* Responsive: turn into cards */
@media (max-width: 720px){
  .epjd-table thead{ display:none; }
  .epjd-table, .epjd-table tbody, .epjd-table tr, .epjd-table td{ display:block; width:100%; }
  .epjd-table tbody td{
    border-bottom:none;
    padding:12px 16px;
  }
  .epjd-table tbody tr{
    border-bottom:1px solid rgba(0,0,0,.06);
    padding:8px 0;
  }
  .epjd-center{ text-align:left; }
  .epjd-table tbody td:nth-child(2)::before{ content:'Hari: '; font-weight:600; color:#0f172a; }
  .epjd-table tbody td:nth-child(3)::before{ content:'Jam: '; font-weight:600; color:#0f172a; }
  .epjd-table tbody td:nth-child(4)::before{ content:'Keterangan: '; font-weight:600; color:#0f172a; }
}
