/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 10 2026 | 00:49:15 */
.page-links-wrapper {
	border:1px solid #000;
	padding:50px 0;
	display:flex;
	flex-direction:column;
	
}

.page-links {
	display:flex;
	flex-direction:column;
	gap:25px;
	width:300px;
	margin:auto;
	
}


.page-links a {
	background:#442462;
	color:#fff;
	padding:10px 20px;
	text-align:center;
	font-size:1.5rem;
}


.page-links a:hover {
	opacity:.8;
}