/*
Theme Name: RWM App Theme (Compat v2)
Theme URI: https://rightwinmedias.com
Author: RIGHT WIN MEDIAS
Author URI: https://rightwinmedias.com
Description: Theme wrapper around the RWM Accounts app. Includes header.php and footer.php to avoid deprecation notices. Prefix: rwmth_
Version: 1.0.1
Text Domain: rwmth
License: GPLv2 or later
*/

/* Minimal layout helpers */
.wrap { max-width: 1100px; margin: 0 auto; padding: 16px; box-sizing: border-box; }
.card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 16px; box-shadow: 0 2px 8px rgba(0,0,0,.04); }
.muted { color: #6b7280; font-size: 12px; }

/* Print-perfect invoice */
@media print{
  @page{ size: A4; margin:14mm 12mm; }
  .inv-box{ border:2px solid #000!important; padding:12px!important; }
  .inv-box table{ width:100%; border-collapse:collapse; }
  .inv-box th,.inv-box td{ border:1px solid #000!important; }
  .inv-box thead th{ background:#e5e7eb!important; -webkit-print-color-adjust:exact; print-color-adjust:exact; }
}
