.pagination {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem; /* 24px */
}

.algolia-page {
    padding: 0.75rem 1rem; /* 12px 16px */
    border: var(--Border-border-width) solid var(--border-red);
    border-radius: var(--Border-button-radius);
    color: var(--text-red);
    font-family: "Space Grotesk";
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5em; /* 150% */
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
}

.algolia-page a {
    color: var(--text-red);
    font-family: "Space Grotesk";
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5em; /* 150% */
}

.algolia-page:has(.pagination-prev-next) {
    padding: 0.75rem 0;
    border: none;
    border-radius: 0;
    border-bottom: var(--Border-border-width) solid var(--border-red);
    width: auto;
    height: auto;
}