/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/
.pagination .page-item .page-link {
    border-radius: 60%; /* This creates a circle */
    width: 60px; /* Adjust width as needed */
    height: 60px; /* Adjust height as needed */
    text-align: center; /* Centering the number horizontally */
    display: inline-block; /* Ensures that the width and height properties work */
    margin: 0 5px; /* Adjust the margin as needed */
    background-color: #f2f2f2; /* Adding a background color */
    border: none; /* Removing the border */
    padding-top: 15px;
    color: #000; /* Setting the text color to black */
  }
  .pagination .page-item .page-link:hover, .pagination .page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }