.connect-options a,.connect-toggle{align-items:center;border-radius:30px}.connect-options a,.location-list a{text-decoration:none;color:#fff;font-size:14px}.connect-wrapper{position:fixed;right:14px;bottom:80px;z-index:999;font-family:inherit}.connect-toggle{display:flex;gap:8px;background:#0d6efd;padding:12px 18px;color:#fff;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.2)}.connect-options{display:none;flex-direction:column;gap:10px}.connect-options.active{display:flex}.connect-options a{display:flex;gap:10px;padding:10px 14px;box-shadow:0 4px 10px rgba(0,0,0,.15)}.connect-options a:first-of-type{background:#d93025}.connect-options a:nth-of-type(2){background:#0d6efd}.connect-options a:nth-of-type(3){background:#25d366}.connect-options a:nth-of-type(4){background:#198754}.connect-close{align-self:flex-end;background:#212529;border:none;color:#fff;padding:6px 10px;border-radius:50%;cursor:pointer}.location-wrapper{position:relative}.location-toggle{display:flex;align-items:center;gap:6px;background:#6f42c1;color:#fff;border:none;border-radius:30px;padding:10px 16px;cursor:pointer}.location-list{display:none;position:absolute;right:111%;top:50%;transform:translateY(-85%);flex-direction:column;gap:4px;color:#fff;white-space:nowrap;z-index:10}.location-list a{padding:2px 6px;border-radius:6px;background:#624697;transition:background .2s}.location-list a:hover{background:rgba(0,0,0,.4)}@media(max-width:768px){.connect-options a span,.location-toggle span{display:none}.location-list{top:50%;transform:translateY(-50%);right:100%;left:auto}}
.pagination .page-link {
  color: #0d6efd;
}

.pagination .page-item.active .page-link {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}
