.faq-pagination {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;

    span,
    a {
        text-decoration: none;
        font-size: 1.2rem;
        line-height: 1;
        color: var(--global-palette3);
    }

    .ph-duotone {
        font-size: 1.6rem;
        color: var(--global-palette3);
    }

    a:hover,
    a:active,
    a:focus {
        color: var(--global-palette1);
    }

    .ph-duotone:hover {
        color: var(--global-palette1);
    }
}

.faq-pagination {
    span,
    a {
        text-decoration: none;
    }
}