.pages {
	display: inline-block;
	margin-bottom: 1.5em;
	padding: 0 .5em;
}
.pages A {
	color: var(--orange_light);
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
	font-size: 1.5em;
	vertical-align: middle;
	width: 1.2em; 
	height: 1.4em;
	text-align: center;
	padding-top: 3px;	
}
.pages A:hover {
	color: var(--orange_hover);
	text-decoration: none;
}
.pages SPAN.label {
	margin: 0 0 0 1em;
}
.pages A.disabled {
	opacity: .2;
	cursor: default;
	color: gray;
}

.pages INPUT[type=number] {
    text-align: center;
    max-width: 2.5em;
	height: 2em;
	border: none;
	color: black;
    font-weight: bold;
	background-color: transparent;
	-webkit-appearance: none; 
	-moz-appearance: textfield;	
}

@media screen and (max-width: 767px),
(max-height: 767px) {
	.pages {
		margin-bottom: .5em;
	}

	.card h2{
		margin-bottom: .5rem;
	}
}