/* Site-wide custom overrides - loaded on EVERY page, after the active
   theme's own CSS (themes/none/xcrud.css, or the Tailwind/Bootstrap CDN
   assets - see themes/{ui}/assets.php), so anything written here can
   override theme styles at equal specificity.
   Not theme-specific - a rule here applies regardless of whether the page
   is using ui='none', 'tailwind', or 'bootstrap'.

   Nothing loads this file's content automatically beyond the <link> tag
   itself (see Xcrud.php's render()) - it starts empty. Add your own rules
   below; there's no build step, this is served as-is. */
   
   .xcrud-page{
      padding:20px;
   }