/**
 * Vincent RSVP - Frontend overrides
 *
 * Small, plugin-specific tweaks layered on top of css/framework.css.
 * Framework.css is a generic, theme-agnostic stylesheet, so anything
 * that depends on how a specific theme puts its markup together lives
 * here instead of being added to the framework file itself.
 *
 * As of 2.1.0, the single event page's featured image is rendered by
 * the plugin itself as the first child inside the "Event Details" card
 * (see vincent_rsvp_display_event_details() in vincent-rsvp.php), using
 * the framework's own .card-img class. Since .card already clips its
 * contents to its rounded corners (overflow: hidden), the image and the
 * card body below it render as one seamless element with no custom CSS
 * needed here - that's the framework doing what it's designed to do,
 * not a special case.
 *
 * This file is intentionally near-empty right now. It's kept (and
 * still enqueued) as the place for any future front-end tweak that's
 * specific to this plugin rather than to the framework in general.
 */
