/*
Theme Name:   Launchpad
Template:     twentytwentyfour
Version:      1.0.0
Description:  Launchpad child theme for Twenty Twenty-Four.
*/

/* Prevent featured images from overflowing grid cells */
.wp-block-post-template.is-layout-grid > li {
    overflow: hidden;
}

.wp-block-post-template.is-layout-grid .wp-block-post-featured-image,
.wp-block-post-template.is-layout-grid .wp-block-post-featured-image a {
    display: block;
    overflow: hidden;
    line-height: 0;
}

.wp-block-post-template.is-layout-grid .wp-block-post-featured-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
