/*
Theme Name: Instant Win - Blank
Author: Instant Win
Description: A deliberately blank standalone classic theme for the Instant Win plugin. It provides only valid WordPress document hooks and a minimal structural reset.
Version: 1.0.1
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: instant-win-blank
License: Proprietary
*/

/* Structural reset only. The theme deliberately does not set typography,
   link colour, link decoration, borders, transitions, header or footer styles. */
html {
  box-sizing: border-box;
  min-height: 100%;
}

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

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

body {
  background: transparent;
}

.site,
.site-content,
.iwgf-main {
  width: 100%;
  margin: 0;
  padding: 0;
}

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: fixed !important;
  top: 8px;
  left: 8px;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 10px 14px;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background: #fff;
  color: #000;
}
