.pagination-wrapper {
	display: flex;
	justify-content: center;
	padding: 20px 10px;
}
.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	border: 1px solid #d6b463;
	padding: 10px;
}
.pagination-wrapper .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.pagination-wrapper .current {
	background-color: #d6b463;
	color: white;
}
.blog .attachment-post-thumbnail {
	max-height: 250px;
	object-fit: cover;
}
.blog .card-title {
	font-size: 24px;
	line-height: 120%;
}
.blog .card-cta {
	font-size: 18px;
	background-color: #d6b463;
	color: #fff;
	padding: 15px 30px;
	border-radius: 50px;
	width: fit-content;
	line-height: 100%;
}
.blog .card-cta:hover {
	opacity: 0.9;
}
.blog .item-wrapper {
	margin: 10px 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.blog .item-content {
	margin-top: 10px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
