.teachers{
  font-family:"BPG Nino Mtavruli","FiraGO","Noto Sans Georgian",system-ui,Arial,sans-serif;
  color:#1a1a1a;
  max-width:900px;
}
.teachers *{box-sizing:border-box;}

.teachers__controls{
  display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px;
}
.teachers__search,.teachers__filter{
  padding:9px 12px;border:1px solid #cfd4da;border-radius:8px;
  font-size:14px;background:#fff;color:inherit;
}
.teachers__search{flex:1;min-width:180px;}
.teachers__filter{min-width:160px;}

.teachers__table{width:100%;border-collapse:collapse;font-size:14px;}
.teachers__table th,.teachers__table td{
  text-align:left;padding:10px 12px;border-bottom:1px solid #e6e8eb;vertical-align:top;
}
.teachers__table thead th{
  background:#f4f6f8;font-weight:600;font-size:13px;border-bottom:2px solid #e0e3e7;
}
.teachers__table tbody tr:hover{background:#fafbfc;}

.teachers__empty{padding:18px;text-align:center;color:#777;}

/* ბარათები ტელეფონზე */
@media (max-width:768px){
  .teachers__table thead{display:none;}
  .teachers__table,
  .teachers__table tbody,
  .teachers__table tr,
  .teachers__table td{display:block;width:100%;}
  .teachers__table tr{
    border:1px solid #e6e8eb;border-radius:10px;margin:0 0 10px;padding:6px 12px;
  }
  .teachers__table td{
    border:0;padding:7px 0;display:flex;justify-content:space-between;gap:14px;
  }
  .teachers__table td::before{
    content:attr(data-label);font-weight:600;color:#6b7280;flex:0 0 auto;
  }
}
