/* Pagenavigation RED2026 */
.paginator {
	font-size: 14px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #111111;
	border: 1px solid #1f1f1f;
	border-radius: 6px;
	padding: 15px 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.paginator table {
	border-collapse: collapse;
	table-layout: auto;
	width: auto;
}

.paginator table td {
	padding: 0 8px;
	white-space: nowrap;
	text-align: center;
}

.paginator span a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.15s ease;
}

.paginator span a:hover {
	color: #e74c3c;
}

.paginator span strong {
	color: #e74c3c;
	font-weight: bold;
}

/* Hide the old scrolling slider completely */
.paginator .scroll_bar,
.paginator .scroll_trough,
.paginator .scroll_thumb,
.paginator .scroll_knob,
.paginator .current_page_mark,
.paginator_pages {
	display: none !important;
}