
.post-single-page, .related-posts-slider {
	margin-bottom: 40px;
}

.wd-single-post-header .wd-post-meta {
	display: inline-flex;
	align-items: center;
	justify-content: var(--wd-align);
	flex-wrap: wrap;
	gap: 10px;
}

.wd-single-post-header {
	--wd-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	text-align: center;
	margin-bottom: 30px;
}

.wd-single-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 40px;
}
