/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
.esg-pagination { text-align: center; margin-top: 40px; }
.page-numbers { margin: 0; padding: 0; display: flex; justify-content: center; }
.page-numbers li { list-style: none; }
.page-numbers li a, .page-numbers li span { display: block; padding: 2px 15px; margin: 0 2px; background: #eee; color: #000; border: 1px solid #ccc; }
.page-numbers li span.dots { background: none; border: none; }
