/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/
/* Blog Layout Fix - Eduma Child Theme */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin: 40px 0;
}
.blog-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-5px);
}
.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.blog-info {
  padding: 15px;
}
.blog-title a {
  font-size: 18px;
  color: #222;
  text-decoration: none;
  font-weight: 600;
}
.blog-title a:hover {
  color: #0073aa;
}
.blog-excerpt {
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}
.read-more {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #0073aa;
  text-decoration: none;
}
.read-more:hover {
  color: #005177;
}

div.nsl-container[data-align="left"]{
	text-align:center !important;
}
