/*
Theme Name: SynStak
Theme URI: https://synstak.com/
Author: SynStak
Description: Elementor-first SynStak theme. Elementor owns page, header and footer layout, spacing, colour, typography, responsive behaviour and animation.
Version: 3.0.3
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: synstak
*/

/*
 * Intentionally minimal.
 * No Elementor selectors.
 * No image sizing.
 * No flex/grid/layout rules.
 * No header/footer presentation.
 * No animation.
 * No typography or colour rules.
 */

html,
body {
  margin: 0;
  padding: 0;
}

/* Only non-Elementor fallback pages use this class. */
.syn-standard-page {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 56px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

/* Dedicated Header/Footer editor canvas only. */
.syn-site-part-editor-canvas,
.syn-site-part-editor-main {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
}
