.golf-member-post-pagination {
	display: flex;
	justify-content: center;
	border-top: 1px solid #e2e6e4;
	padding: 24px 0 4px;
}

.golf-member-post-pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.golf-member-post-pagination a,
.golf-member-post-pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	border: 1px solid #c9d4ce;
	border-radius: 50%;
	background: #fff;
	color: #075b3d;
	font-size: 13px;
	font-weight: 700;
}

.golf-member-post-pagination span.current {
	border-color: #075b3d;
	background: #075b3d;
	color: #fff;
}

.golf-member-post-pagination a:hover,
.golf-member-post-pagination a:focus-visible {
	border-color: #075b3d;
	background: #edf5f1;
}
