.pagination_summary {
    text-align: center;
}

.pagination {
    width: 100%;
    font-size: 14px;

    .page-list {
        text-align: center;
        padding: 0.375rem;
        margin-bottom: 0;

        li {
            display: inline;
            padding: 0 5px;
        }
    }

    a {
        font-weight: 600;
        color: #000;
        text-decoration: none;
        font-family: OutfitBold, sans-serif;
    }

    a:hover {
        color: #f39100;
    }

    .disabled {
        color: gray;
    }

    .current a {
        font-size: 1.25rem;
        color: #f39100;
        text-decoration: none;
    }
}
