/* ePuskesmas – Jadwal Dokter (front) */
.eplj-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;
}
.eplj-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  font-size:14px;
}
.eplj-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;
}
.eplj-table tbody td{
  padding:18px 20px;
  border-bottom:1px solid rgba(0,0,0,.06);
  vertical-align:middle;
}
.eplj-table tbody tr:last-child td{ border-bottom:none; }
.eplj-doc{
  display:flex;
  gap:12px;
  align-items:center;
}
.eplj-table .eplj-doc .eplj-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);
}
.eplj-name{
  font-weight:600;
  color:#0f172a;
  line-height:1.25;
}
.eplj-center{ text-align:center; white-space:nowrap; }
.eplj-muted{ color:#64748b; }
.eplj-empty{
  padding:16px;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:12px;
}

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


/* Overrides for Jadwal Layanan */
.eplj-table thead th{background:#f3f6ff;}
.eplj-strong{font-weight:700;color:#0f172a;}
.eplj-muted{color:#94a3b8;}
.eplj-footnote{margin-top:10px;color:#94a3b8;font-size:13px;}
