.post_grid-layout .pk-button-group {
	justify-content: flex-end;
}

.post_grid-layout .post-grid {
	column-gap: 1rem;
	row-gap: 1rem;
}

@media screen and (max-width: 768px) {
	.post_grid-layout .pk-button-group {
		justify-content: flex-start;
	}
}
