/*
 * Portal Guru v190 — footer aksi desktop.
 * Tombol tetap mudah dijangkau di dasar panel scroll, tetapi masih mengambil
 * ruang normal di akhir daftar sehingga siswa paling bawah tidak tertutup.
 * Tampilan tablet/mobile tetap memakai aturan bawaan aplikasi.
 */
@media (min-width: 851px) {
  .attendance-daily-scroll,
  .grading-input-scroll {
    padding-bottom: 0.75rem !important;
    scroll-padding-bottom: 6.25rem;
    overscroll-behavior: contain;
  }

  .attendance-daily-scroll .attendance-mobile-actions,
  .grading-input-scroll .grading-mobile-actions {
    position: sticky !important;
    inset: auto 0 0 !important;
    bottom: 0 !important;
    z-index: 35 !important;
    width: 100% !important;
    margin: 14px 0 0 !important;
    padding: 14px 2px 4px !important;
    transform: none !important;
    isolation: isolate;
    background:
      linear-gradient(
        to bottom,
        rgba(248, 250, 252, 0),
        rgba(248, 250, 252, 0.94) 28%,
        #f8fafc 55%
      );
  }

  .attendance-daily-scroll .attendance-mobile-actions {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr) !important;
  }

  .attendance-daily-scroll .attendance-mobile-actions > button,
  .grading-input-scroll .grading-mobile-actions > button {
    min-height: 56px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1) !important;
  }
}
