/*
Generated time: October 5, 2025 19:58
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.pagination-wrapper{margin-top:4rem}.pagination__list{display:flex;flex-wrap:wrap;justify-content:center}.pagination__list>li{flex:1 0 4.4rem;max-width:34px}.pagination__list>li:not(:last-child){margin-right:1rem}.pagination__item{color:rgb(var(--color-foreground));background:rgb(var(--color-base-background-1));display:inline-flex;justify-content:center;align-items:center;position:relative;height:34px;width:100%;padding:0;text-decoration:none;border-radius:4px}.pagination__item.pagination__item--current,.pagination__item:hover{background-color:rgba(var(--color-button),var(--alpha-button-background));color:rgb(var(--color-button-text))}.pagination__item .icon-caret{height:.6rem}.pagination__item--current::after{height:.1rem}.pagination__item--next .icon{margin-left:-.2rem;transform:rotate(90deg)}.pagination__item--next:hover .icon{transform:rotate(90deg) scale(1.07)}.pagination__item--prev .icon{margin-right:-.2rem;transform:rotate(-90deg)}.pagination__item--prev:hover .icon{transform:rotate(-90deg) scale(1.07)}.pagination__item-arrow:hover::after{display:none}@media screen and (max-width:989px){.pagination-wrapper{margin-top:3rem}}