/*
Generated time: June 6, 2025 06:34
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-bottom:7rem;margin-top:4rem}.pagination-wrapper-small{margin-bottom:7rem;margin-top:1rem}@media screen and (min-width:990px){.pagination-wrapper{margin-bottom:10rem;margin-top:5rem}}.pagination__list{display:flex;flex-wrap:wrap;justify-content:center}.pagination__list>li{flex:1 0 4.4rem;max-width:4.4rem}@media only screen and (min-width:750px){.pagination__list>li:not(:last-child){margin-right:1rem}}.pagination__item{align-items:center;color:rgb(var(--color-foreground));display:inline-flex;height:4.4rem;justify-content:center;padding:0;position:relative;text-decoration:none;width:100%}.pagination__item:hover{color:rgb(var(--color-foreground))}a.pagination__item:hover::after{height:.2rem}.pagination__item .icon-caret{height:.6rem}.pagination__item--current{font-weight:600}.pagination__item--current::after{height:.1rem}.pagination__item--current::after,.pagination__item:hover::after{background-color:currentColor;bottom:var(--space-xxs);content:'';display:block;left:50%;position:absolute;transform:translateX(-50%);width:2rem}.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{color:rgba(var(--color-foreground),.75)}.pagination__item-arrow:hover .icon{color:rgb(var(--color-foreground))}.pagination__item-arrow:hover::after{display:none}