/**
 * Voxel Companion — Featured First Card.
 *
 * Makes the featured first card fill its grid area, so it matches the height of
 * the row (the tallest sibling) instead of leaving a gap. The grid span itself
 * is generated by Elementor from the widget's responsive controls; this file
 * only handles the height fill, applied via the `vxc-has-featured` class the
 * plugin adds to feeds that use the feature.
 *
 * @package Voxel_Companion
 */

.vxc-has-featured,
.vxc-has-featured .post-feed-grid,
.vxc-has-featured .post-feed-grid > .ts-preview.vxc-ff-card,
.vxc-has-featured .post-feed-grid > .ts-preview.vxc-ff-card > .elementor,
.vxc-has-featured .post-feed-grid > .ts-preview.vxc-ff-card > .elementor > * {
	height: 100%;
}
