/* stylelint-disable selector-class-pattern */

.post-navigation__arrow-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.post-navigation__arrow-wrapper svg {
	width: auto;
}

.elementor-post-navigation__prev.previous-empty {
	visibility: hidden;
}

.elementor-post-navigation__next.next-empty {
	visibility: hidden;
}
