/*!
 * 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}@media screen and (width >= 990px){.wl-pagination{margin-top:5rem}}.wl-pagination .pagination__list{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))}
