body {
  font-family: 'Noto Sans SC', sans-serif;
}
/* Government style heavy shadow */
.gov-shadow {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.gov-card-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
/* Fix for details/summary marker in some browsers */
details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

/* PbootCMS Pagination Styles */
.pboot-pagination .page-status, 
.pboot-pagination .page-index, 
.pboot-pagination .page-pre, 
.pboot-pagination .page-numbar, 
.pboot-pagination .page-next, 
.pboot-pagination .page-last {
    display: inline-block;
}

.pboot-pagination .page-status {
    font-size: 0.875rem;
    color: #6b7280;
    margin-right: 0.5rem;
}

.pboot-pagination .page-index a, 
.pboot-pagination .page-pre a, 
.pboot-pagination .page-numbar a, 
.pboot-pagination .page-next a, 
.pboot-pagination .page-last a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.75rem;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.25rem;
    color: #374151;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.2s;
    min-width: 2rem;
}

.pboot-pagination .page-index a:hover, 
.pboot-pagination .page-pre a:hover, 
.pboot-pagination .page-numbar a:hover, 
.pboot-pagination .page-next a:hover, 
.pboot-pagination .page-last a:hover {
    color: #b91c1c;
    border-color: #b91c1c;
    background-color: #fef2f2;
}

.pboot-pagination .page-numbar a.page-num-current {
    background-color: #b91c1c;
    border-color: #b91c1c;
    color: #ffffff;
}

.pboot-pagination .page-numbar a.page-num-current:hover {
    background-color: #991b1b;
    border-color: #991b1b;
}