/*
 Theme Name:     Milemarkers & Memories
 Theme URI:      //https://www.elegantthemes.com/gallery/divi/
 Description:    //Divi Child Theme
 Author:         Vibrant Mind Studios
 Author URI:     https://vm-studios.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.mm-recommendations-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
}

.mm-recommendation-card {
  width: 300px;
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
}

.mm-recommendation-card img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

.mm-pagination {
  text-align: center;
  margin-top: 2rem;
}
.mm-pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
}
.mm-pagination .current {
  background-color: #0073aa;
  color: white;
  border-color: #0073aa;
}
