.prev-next {
    @apply flex w-12 h-12 justify-center items-center bg-white shadow-lg rounded-full cursor-pointer no-underline;

    &.prev-next-secondary {
        @apply shadow-none;
    }
}
