[data-tool="harf-notu-hesaplama"] .hn-entry {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
}
[data-tool="harf-notu-hesaplama"] .hn-entry .field { min-width: 0; margin: 0; }
[data-tool="harf-notu-hesaplama"] .hn-entry > button { grid-column: 1 / -1; justify-self: start; }
[data-tool="harf-notu-hesaplama"] [data-add-exam],
[data-tool="harf-notu-hesaplama"] [data-add-grade] { margin-top: 12px; }
[data-tool="harf-notu-hesaplama"] [data-grade-status]:empty { display: none; }
@media (max-width: 560px) {
  [data-tool="harf-notu-hesaplama"] .hn-entry { grid-template-columns: 1fr; }
}
