/* 
{% import '../../css/_config.css' as config %}

{# IMPORT FUNCTIONS #}
{% import '../../css/mixins/_functions.css' %}

/* NEW: Controls Styling */

/* For screen reader accessibility */

.doc-download-btn {

}
.doc-download-btn:hover {
  background-color: #005d44;
  color: #ffffff;
}
/* NEW: Simplified Pagination Styling */
.pagination {
  display: flex; /* Will be toggled by JS */
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  gap: 15px;
}


/* Style for disabled buttons */
.pagination button:disabled {
  background-color: #a5a5a5;
  cursor: not-allowed;
}

.pagination .page-indicator {
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: ;
  color: #333;
}
 */