.paginator { display: none; width: 100%; align-items: center; margin-bottom: 8px; }
.paginator div:nth-child(1) { text-align: left; flex: 1; color: #999999; }
.paginator div:nth-child(2) { display: flex; justify-content: flex-end; align-items: center; gap: 4px; }
.paginator span  { padding: 0 14px; }
.paginator button { 
	display: inline-flex; align-items: center; justify-content: center; background-color: #fafafa; border: 1px solid #e8e8e8; color: #4597b2; 
	font-size: 24px; line-height: 1; font-weight: normal; user-select: none; height: 36px; width: 28px; padding-top: 0; padding-bottom: 1px;
}
.paginator button:hover { background-color: #f0f0f0; }
.paginator .disabled { pointer-events: none; color: #e8e8e8; }