.v-data-table thead th .v-data-table-header__content {
	opacity: 0.65;
	font-size: var(--v-ap-fontSizeXs);
	font-weight: 700 !important;
}

.v-data-table-progress {
	.v-progress-linear {
		height: 4px !important;
	}

	.v-progress-linear__background,
	.v-progress-linear__indeterminate {
		background: rgb(var(--v-theme-primary)) !important;
	}
}

// Pagination color variables — uses Vuetify theme CSS custom properties, theme-aware
.theme-cnam,
.theme-pa,
.theme-ap,
.theme-ap2026 {
	--pagination-color: rgb(var(--v-theme-primary));
	--pagination-border: rgb(var(--v-theme-primary));
	--pagination-ellipsis: rgb(var(--v-theme-primary));
	--pagination-focused-background-color: rgba(var(--v-theme-primary), 0.1);
	--pagination-background-color: rgb(var(--v-theme-primary));
}
