/*
Theme Name: Blanco Responsive
Theme URI: https://example.com/blanco-responsive
Author: ChatGPT
Description: Een volledig blanco, responsive WordPress theme zonder standaard tekst, marges of layout-beperkingen. Bedoeld voor plugins, builders en shortcodes die zelf de pagina-opmaak verzorgen.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blanco-responsive
*/

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

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg,
iframe,
embed,
object {
  display: block;
  max-width: 100%;
  height: auto;
}

iframe,
embed,
object {
  width: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
}

#page,
.site,
.site-content,
.content-area,
.site-main,
.entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
