/* Cards */
@media only screen and (max-width: 734px) {
	.section-providers .nowrap {
		white-space: nowrap;
		display: inline-block;
	}
}

/* Router */
.section-router .tiles-container {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	gap: var(--sk-cssgrid-column-gutter-inner-large);
	width: 100%;
}

@media only screen and (max-width: 1068px) {
	.section-router .tiles-container {
		display: grid;
	}
}

.section-router .tiles-container .tile {
	height: auto;
}

.section-router .tiles-container .tile.tile-apple-pay {
	grid-column: span 2;
}

@media only screen and (max-width: 734px) {
	.section-router .tiles-container .tile.tile-apple-pay {
		grid-column: 1;
	}
}
