/**
 * Annual Report Finder — Frontend CSS fallback.
 * Core styles are injected inline by the shortcode to be theme-proof.
 * This file handles any additional responsive overrides.
 *
 * @package AnnualReportFinder
 */

/* Ensure the plugin wrapper never exceeds page width */
#arf-plugin-wrap {
	max-width: 100%;
}
