/* ============================================================
   Public site (mikmaqonline) - layout/typography specific to the
   public pages.  The shared visual identity (accent colour, link
   underline behaviour, base type) AND the .page-content entry
   rendering now live in site-theme.css, shared with the editor
   (the internal read-only word view uses .page-content too, and
   loads site-theme directly - it must NOT load public.css, whose
   @import would reorder the cascade and clobber editor styles).
   Imported here so already-published pages (which only <link>
   public.css) still pick everything up without a re-publish.
   ============================================================ */
@import url("site-theme.css");

/* Public-page-only chrome (the editor never loads this file). */
div.public-search-box {
  margin: 1em 0;   /* vertical only - no left indent, so it aligns with headings */
}

div.public-search-box > form > label {
  margin-right: 1em;
}
