@charset "utf-8"; ul,li{list-style: none;} #wp_pager ul.pages{display: flex;margin: 40px 0 20px;min-height: auto;justify-content: center;align-items: center;} #wp_pager ul.pages li a{display: inline-block;overflow: hidden;margin: 0 4px;padding: 0;width: 40px;height: 40px;border: 2px solid transparent;border-radius: 4px;background-color: #f1f1f1;color: #333;text-align: center;line-height: 36px;-webkit-transition: .3s all ease;transition: .3s all ease;-ms-transition: .3s all ease;} #wp_pager ul.pages li a:hover{background-color: #036eb7;color: #fff;} #wp_pager ul.pages li a.pgCurrent{border: 2px solid #036eb7;background-color: #fff;color: #036eb7;font-weight: bold;} #wp_pager ul.pages li a.pgNext{padding: 0 8px;width: auto;} #wp_pager ul.pages li{border: none;}