html,
body {
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}

* {
  box-sizing: border-box;
}

.fg a,
.fg img,
.fg p,
.fg h1,
.fg h2,
.fg h3,
.fg h4,
.fg h5,
.fg h6,
.fg *[data-pw-var],
.fg *[data-pw-found],
.fg *[data-pw-restore],
.fg *[data-pw-close],
.fg *[data-pw-purchase],
.fg *[data-pw-custom],
.fg *[data-pw-open-url],
*[data-pw-var],
*[data-pw-found],
*[data-pw-restore],
*[data-pw-close],
*[data-pw-purchase],
*[data-pw-custom],
*[data-pw-open-url] {
  pointer-events: all !important;
}

/* 
.sw-editor-hover:hover:has(.sw-editor-hover:hover) {
	outline: 1px solid #ccc !important;
	pointer-events: none !important;
} */

/* .sw-editor-hover {
	outline: none !important;
} */

/* 
a {
	color: rgb(0,100,200);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(0,80,160);
}

label {
	display: block;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
} */
