/*!
 * Copyright (c) 2022 WEBLIFE
 *
 * Permission is granted to use this file for the period specified in the contract 
 * between WEBLIFE and the client. Usage of this file beyond the contract period 
 * is strictly prohibited unless an extended license or written permission is obtained.
 *
 * Modifying or editing this file without prior written consent from WEBLIFE 
 * is not permitted.
 *
 * THE FILE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
 * PARTICULAR PURPOSE AND NONINFRINGEMENT.
 */
.wl-pagination{margin-top:4rem;display:flex;align-items:center;justify-content:center;gap:2rem}@media screen and (width >= 990px){.wl-pagination{margin-top:5rem}}.wl-pagination .pagination__nav-btn{display:inline-flex;align-items:center;text-decoration:none;color:rgb(var(--color-foreground));font-size:1.4rem;letter-spacing:.05em;white-space:nowrap}.wl-pagination .pagination__nav-btn--disabled{opacity:.3;pointer-events:none;cursor:default}.wl-pagination .pagination__nav-btn:not(.wl-pagination .pagination__nav-btn--disabled):hover{text-decoration:underline}.wl-pagination .pagination__list{margin-bottom:0!important;display:flex;flex-wrap:wrap;justify-content:center}.wl-pagination .pagination__list>li{flex:1 0 3.5rem;max-width:3.5rem}.wl-pagination .pagination__list>li:not(:last-child){margin-right:1rem}.wl-pagination .pagination__item{display:inline-flex;justify-content:center;align-items:center;padding:0;text-decoration:none;color:rgb(var(--color-foreground));font-size:2rem;width:3.5rem;height:3.5rem;border-radius:50%}.wl-pagination .pagination__item--current,.wl-pagination .pagination a.pagination__item:hover{color:rgb(var(--color-background));background-color:rgb(var(--color-foreground))}
