.ep-pseo-product-links {
	background: #f5f7fb;
	border-bottom: 1px solid #e2e8f0;
	border-top: 1px solid #e2e8f0;
	padding: 50px 0;
}

.ep-pseo-product-links__heading p {
	color: #3b82f6;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
	margin: 0 0 7px;
}

.ep-pseo-product-links__heading h2 {
	color: #101a2d;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: 1.2;
	margin: 0 0 22px;
}

.ep-pseo-product-links__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ep-pseo-product-links__list a {
	align-items: center;
	background: #fff;
	border: 1px solid #d7e0eb;
	border-radius: 8px;
	color: #172033;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 16px;
	justify-content: space-between;
	min-height: 46px;
	padding: 11px 14px;
	text-decoration: none;
}

.ep-pseo-product-links__list a:hover,
.ep-pseo-product-links__list a:focus {
	border-color: #7eabff;
	color: #1d4ed8;
}

.ep-pseo-product-links__list i {
	color: #2563eb;
	font-style: normal;
}

.ep-pseo-product-links__swipe {
	color: #718096;
	display: none;
	font-size: 13px;
	margin: 12px 0 0;
	text-align: right;
}

@media (max-width: 767px) {
	.ep-pseo-product-links__list {
		flex-wrap: nowrap;
		margin-left: -18px;
		margin-right: -18px;
		overflow-x: auto;
		padding: 0 18px 7px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.ep-pseo-product-links__list::-webkit-scrollbar {
		display: none;
	}

	.ep-pseo-product-links__list a {
		flex: 0 0 230px;
		scroll-snap-align: start;
	}

	.ep-pseo-product-links__swipe {
		display: block;
	}
}
