/*
Theme Name: WGU Private Theme
Theme URI: https://weddingphoto.dk
Description: Private custom theme for WGU Wedding Photo Gallery - Hidden from public theme selection
Author: WGU
Author URI: https://weddingphoto.dk
Version: 1.0.0
License: Private
Text Domain: wgu-theme
Tags: hidden, custom, private

This theme is not visible in the WordPress theme selector.
It is designed to be managed entirely through the WGU plugin.
*/

/* Full Screen Reset - No margins, no padding anywhere */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}

body {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	min-height: 100vh;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.6;
	color: #333;
	background: transparent;
	overflow-x: hidden;
}

/* Remove all spacing from site container */
#page.site {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

/* Remove admin bar space */
body.admin-bar {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

html.admin-bar {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* Full screen site wrapper */
#page.site {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	min-height: 100vh;
}

/* Full screen container - no max-width, no padding */
.wgu-theme-container {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	min-height: 100vh;
}

/* Ensure WordPress blocks don't add margins */
.wp-site-blocks {
	padding: 0 !important;
	margin: 0 !important;
}

/* All styling is handled by the WGU plugin */
