.page{gap:10px}.page a{display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:5px;--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity));padding:4px 14px;font-size:20px;--un-shadow:var(--un-shadow-inset) 0 1px 3px 0 var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 1px 2px -1px var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.page a:hover,.page a.active{background-color:var(--main-color);--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}
