/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://www.dailyactor.com
Description: Daily Actor's Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* Flex container for the grid */
.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 20px; /* Gap between cards */
}

/* Style for each post card */
.post-card {
    padding: 20px;
}
