/* LOCAL OVERRIDES */

/* Deploy and manage */
.section-it .it-headline {
	margin-inline-start: auto;
	margin-inline-end: auto;
}

/* apps CTA */
@media only screen and (max-width: 355px) {
	.button-elevated.apps-cta {
		font-size: 15px;
	}
}

/* pagenav */
@media only screen and (max-width: 1068px) {
	.section-pagenav.section-pagenav-alt .pagenav {
		grid-template-columns: var(--cta-reserved) minmax(0, 1fr) 102px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-pagenav .button-container {
		margin-inline-start: 16px;
	}
}
