/* [project]/clients/work-macha/app/globals.css [app-client] (css) */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

@media print {
  @page {
    size: A4;
    margin: 15mm;
  }

  body {
    background: #fff;
    margin: 0;
    padding: 0;
  }

  .no-print {
    display: none !important;
  }

  .certificate-container {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }
}

/*# sourceMappingURL=clients_work-macha_app_globals_251e5a0b.css.map*/