/**
 * Gov Capital Forecast Plugin - Main Styles
 * 
 * This file contains general styles that apply across all plugin templates.
 * Template-specific styles should go in their respective files:
 * - single-crypto.css for crypto forecast pages
 * - single-stock.css for stock forecast pages
 * - single-forex.css for forex forecast pages
 * - single-commodity.css for commodity forecast pages
 * - currency-history.css for currency history pages
 */

/* ===================================
   Copy your general CSS from the Customizer here
   
   Organization suggestions:
   1. General/shared styles at the top
   2. Common components (buttons, cards, etc.)
   3. Layout utilities
   4. Responsive helpers
   =================================== */

/* Example structure - replace with your actual CSS */

/* General Styles */
/* Add your general styles here */

/* Common Components */
/* Add shared component styles here */

/* Utility Classes */
/* Add utility classes here */

/* Responsive Overrides */
/* Add responsive styles here */