/*
Theme Name: ASTRA Empty Theme
Theme URI: https://astra-tools.com
Author: ASTRA PRO LTD
Description: Minimal empty WordPress theme for ASTRA Tools. No footer, no header layout, no menu. Renders page content only.
Version: 2026.06.08.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: astra-empty-theme
*/

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}

body {
  background: #ffffff;
}

* {
  box-sizing: border-box;
}

img, video, iframe {
  max-width: 100%;
}

.astra-empty-page {
  width: 100%;
  min-height: 100vh;
}

.astra-empty-content {
  width: 100%;
}
