/* ========================================
   Page Navigation
   ======================================== */

.pht-next,
.pht-prev,
.pht-skip,
.bit-button,
.wpcf7-submit {
    font-family: var(--pht-button-font-family, inherit);
}

.pht-nav {
    @apply flex justify-between mb-6.25 px-0;
    @media (width >= 64rem) {
        margin-bottom: var(--pht-component-mb-lg, calc(var(--spacing) * 12.5));
    }
    .pht-prev{
        @apply button-arrow button-arrow-prev;
    }

    .pht-skip{
        @apply button-arrow button-arrow-skip;
    }
}

.pht-next,
.wpcf7-submit{
    @apply button-cta;
}

.pht-full-width{
    .pht-next{
        @apply max-lg:w-full lg:min-w-80 lg:mx-auto;
    }
}