/* WP Invoicing Pro — Public CSS (minimal, styles the public invoice page) */
/* Most styles are inlined in the template for portability.               */
/* This file is loaded by wp_enqueue_style for non-standalone contexts.   */

.wpi-pub-wrapper { max-width: 760px; margin: 0 auto; padding: 24px 16px 64px; }
.wpi-pub-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,.08); }
