/*
Theme Name: BKPSDM Inhil
Theme URI: https://bkpsdm.inhilkab.go.id
Author: Bima Kristian Pranoto
Description: Theme BKPSDM Kabupaten Indragiri Hilir
Version: 1.0
Text Domain: bkpsdm
*/

/* Styling Pagination WordPress agar serasi dengan Tailwind */
.inline-flex .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 6px;
  font-size: 13px;
  font-weight: 600;
  color: #475569; /* slate-600 */
  border-radius: 8px;
  transition: all 0.2s;
}
.inline-flex .page-numbers:hover {
  background-color: #f1f5f9; /* slate-100 */
  color: #1d4ed8; /* blue-700 */
}
.inline-flex .page-numbers.current {
  background-color: #2563eb; /* blue-600 */
  color: #ffffff;
}
