/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
Description: SFR child theme for smithfamilyroots.ca
*/

/* Post grid cards — tighter spacing and cleaner look */
.wp-block-query .wp-block-post-template .wp-block-group {
    padding: 20px !important;
    background: #fff;
    border: 1px solid #e2e4e5;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

/* Post grid titles — reduce size */
.wp-block-query .wp-block-post-title {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 8px;
}

.wp-block-query .wp-block-post-title a {
    color: #1e293b;
    text-decoration: none;
}

.wp-block-query .wp-block-post-title a:hover {
    color: #2271b1;
}

/* Post grid excerpt and date */
.wp-block-query .wp-block-post-excerpt {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 8px;
}

.wp-block-query .wp-block-post-date {
    font-size: 0.8rem;
    color: #94a3b8;
}

/* Reduce gap above MetaSlider on homepage */
.page-id-57 .wp-block-group {
    gap: 0 !important;
}
.page-id-57 .metaslider {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.page-id-57 .wp-block-shortcode {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
