Container queries
This feature is well established and works across many devices and browser versions. It’s been available across browsers since February 2023
Pagination that swaps between previous/next buttons and full page numbers based on container size.
@container (min-width: 500px) {
.pagination__item:not(.btn) {
display: block;
}
}