.page-pill-list {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;

    .pill {
        white-space: nowrap;
    }
}