/* Simple Pagination */
ul.simple-pagination { list-style: none; }
.simple-pagination { overflow: hidden; padding: 0; margin: 0 auto; margin-top: 1.5rem; display: -webkit-box;display: flex;-webkit-box-align: center;align-items: center;-webkit-box-pack:center;justify-content: center;}
.simple-pagination ul { display: inline-block; list-style: none; padding: 0; margin: 0; }
.simple-pagination li { display: inline; list-style: none; padding: 0; margin: 0; float: left; }
.simple-pagination li .page-link{border-radius: initial;}
.compact-theme a, .compact-theme span { font-family: SUIT; float: left; color: #ffffff; font-size: 13px; line-height: 26px; font-weight: normal; text-align: center; border: none; border-left: none; min-width: 14px; background: transparent; height: 26px; padding: 0 10px; }
.compact-theme a:hover { text-decoration: none; color: #d9ba80; background: transparent;}
.compact-theme .current, .recipe .compact-theme .current { background: transparent; color: #d9ba80; cursor: default; font-weight: bold; }
.compact-theme .ellipse { padding: 0 12px; cursor: default; }
.compact-theme .prev, .compact-theme .next { text-indent: -99999px; }
.compact-theme .prev { background: url(/img/common/bt_prev-352f3782735a2088ce7cb49302441b2c.webp) no-repeat 50% 0; height: 26px; padding: 0 18px; }
.compact-theme .prev:hover { background: url(/img/common/bt_prev-352f3782735a2088ce7cb49302441b2c.webp) no-repeat 50% -52px; height: 26px; }
.compact-theme .prev.current { background: url(/img/common/bt_prev-352f3782735a2088ce7cb49302441b2c.webp) no-repeat 50% -26px; height: 26px; }
.compact-theme .next { background: url(/img/common/bt_next-46eb477692426a3d74e470fe232b0f4a.webp) no-repeat 50% 0; height: 26px; padding: 0 18px; }
.compact-theme .next:hover { background: url(/img/common/bt_next-46eb477692426a3d74e470fe232b0f4a.webp) no-repeat 50% -52px; height: 26px; }
.compact-theme .next.current { background: url(/img/common/bt_next-46eb477692426a3d74e470fe232b0f4a.webp) no-repeat 50% -26px; height: 26px; }