/* Six columns on desktop and three on mobile, matching the updated bank landing. */
body.home .partners-banks-table--six table {
	table-layout: fixed;
}

body.home .partners-banks-table--six td {
	width: calc(100% / 6);
	background: transparent;
}

body.home .partners-banks-table--six .partners-banks-table__more span {
	display: inline-block;
	color: rgba(255, 255, 255, 0.58);
	font-size: clamp(13px, 1.25vw, 17px);
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

@media screen and (max-width: 700px) {
	body.home .partners-banks-table--six table.mobile-only {
		display: table;
	}

	body.home .partners-banks-table--six td {
		width: calc(100% / 3);
	}
}
