/*
Generated time: July 23, 2025 18:35
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}@media screen and (min-width:990px){.pagination-wrapper{margin-top:5rem}}.pagination__list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.pagination__list>li{flex:0 0 4rem;max-width:4rem}.pagination__item{position:relative;display:flex;justify-content:center;align-items:center;height:2.4rem;padding:0;color:rgba(var(--color-foreground),.4);text-decoration:none}.pagination__item:hover{color:rgb(var(--color-foreground))}.pagination__item--current{color:rgb(var(--color-foreground))}.pagination__item-arrow{display:flex;justify-content:center;align-items:center;height:2.4rem;color:rgba(var(--color-foreground),.3)}.pagination__item-arrow span{display:flex;align-items:center}.pagination__item-arrow .icon{flex:0 0 auto;width:2.1rem;transition:transform var(--duration-default)}.pagination__item-arrow:hover .icon{color:rgba(var(--color-foreground));transform:translateX(.5rem)}.pagination__item--prev .icon{transform:rotate(180deg)}.pagination__item--prev:hover .icon{transform:rotate(180deg) translateX(.5rem)}