.pagination{display:flex;list-style:none;padding:5px 0;justify-content:flex-start;width:100%;overflow-x:auto;overflow-y:hidden}.pagination li a{cursor:pointer;padding:8px 16px;border-radius:5px;background-color:#f3f3f3;color:#636363;text-decoration:none;font-weight:700}.pagination li a:hover{background-color:#e6e3e3}.active a{border-radius:8px!important;background-color:#1d9cb5!important;color:#fff!important}.break-me{cursor:default}@media only screen and (max-width:768px){.pagination li a{padding:6px 12px!important;font-weight:400}}