/* Paged-media rules extracted so Tailwind v4 does not parse them. */
@page {
  size: A4 landscape;
  margin: 12mm 14mm 18mm 14mm;

  @top-left      { content: ""; }
  @top-center    { content: ""; }
  @top-right     { content: ""; }

  @bottom-left {
    content: "CILC Advisory";
    font-family: ui-serif, Georgia, "Times New Roman", serif;
    font-weight: 600;
    color: #111;
    font-size: 9pt;
  }
  @bottom-center {
    content: "info@thecilc.com";
    color: #111;
    font-size: 9pt;
  }
  @bottom-right {
    content: "Page " counter(page) " of " counter(pages);
    color: #555;
    font-size: 9pt;
  }
}
