/* DASAR */
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f6f9;
  color: #333;
}

/* CONTAINER */
.container {
  max-width: 1100px;
  margin: 40px auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
}

/* JUDUL */
h1 {
  margin: 0 0 6px 0;
  font-size: 28px;
}

.subtitle {
  color: #666;
  margin-bottom: 25px;
}

/* TABLE */
.ukk-table {
  width: 100%;
  border-collapse: collapse;
}

.ukk-table thead {
  background: #f1f3f5;
}

.ukk-table th,
.ukk-table td {
  padding: 14px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: middle;
}

.ukk-table tbody tr:hover {
  background: #f8f9fa;
}

.ukk-table small {
  color: #666;
}

/* KOLOM NO */
.col-no {
  width: 60px;
  text-align: center;
  font-weight: 500;
}

/* KOLOM AKSI */
.col-aksi {
  width: 180px;
  text-align: center;
  white-space: nowrap;
}

/* AKSI LINK (ALA KEMENDIKDASMEN) */
.aksi-link {
  text-decoration: none;
  font-size: 14px;
  margin: 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}

.aksi-link.lihat {
  color: #0d6efd;
}

.aksi-link.unduh {
  color: #198754;
}

.aksi-link:hover {
  text-decoration: underline;
}

/* PAGINATION */
.pagination {
  margin-top: 25px;
  text-align: right;
}

.pagination a {
  display: inline-block;
  padding: 6px 12px;
  margin-left: 4px;
  text-decoration: none;
  border: 1px solid #ddd;
  color: #0d6efd;
  font-size: 14px;
  border-radius: 4px;
}

.pagination a.active {
  background: #0d6efd;
  color: white;
  border-color: #0d6efd;
}

.pagination a:hover {
  background: #e9ecef;
}
