/*
 Theme Name: Twenty Twenty-Four Child
 Theme URI: https://example.com/
 Description: Child theme for Twenty Twenty-Four with Education custom post type
 Author: Tushar
 Author URI: https://example.com/
 Template: twentytwentyfour
 Version: 1.1.0
*/

@import url("../twentytwentyfour/style.css");

.education-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}
.education-item { border: 1px solid #eee; padding: 1rem; border-radius: 8px; }
.education-thumb img { max-width: 100%; height: auto; display:block; margin-bottom: .5rem; }
.education-title { margin: .25rem 0 .5rem; }
.read-more { display:inline-block; margin-top:.5rem; text-decoration:none; }
