/*
Theme Name: Glowline Elementor
Theme URI: https://glowline.com
Author: Geric Lois Casugay
Description: A lightweight, unstyled starter theme built for full design control in Elementor. Branded for Glowline Permanent Lighting — no built-in styling gets in your way; everything is designed inside the Elementor editor.
Version: 1.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glowline-elementor
*/

/* Minimal reset — intentionally blank canvas so Elementor controls the design */
*,
*::before,
*::after {
	box-sizing: border-box;
}

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

body {
	margin: 0;
	padding: 0;
}

img,
svg {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-header,
.site-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 24px;
}
