* {
	font-family: sans-serif;
	box-sizing: border-box;
}
.form-container {
	border-radius: 5px;
	max-width: 600px;
	margin: 0px 48px 1.5em 48px;
}
input[type=text], input[type=email], select, textarea {
	width: 95%;
	padding: 12px;
	margin: 2px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
	font-size: 16px;
}

input[type=submit] {
	background-color: #BE3C14;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin: 5px;
}

input[type=submit]:hover {
	background-color: #2B3C45;
}

.status-msg{
	font-size: 16px;
	padding: 6px;
	border: 2px dashed;
	background: #fff;
	margin-bottom: 10px;
	width: 90%;
	text-align: center;
}
.status-msg.error{
	color: #EA4335;
}
.status-msg.success{
	color: #34A853;
}

html {
	font-size: 14px;
	min-height: 100%;
}
body {
	background-color: #dfdfdf;
	color: #2a2a2a;
	margin: 0;
}
div.hide {
	display: none;
}
.flexwrap { 
	display: flex;
	flex-wrap: wrap;
}
.flexwrap.center, .flexwrap.column.vcenter {
	justify-content: center;
}
.flexwrap.vcenter, .flexwrap.column.center {
	align-items: center;
}
.flexwrap.vcenter {
	min-height: 100vh;
}
.flexwrap.evenly {
	justify-content: space-evenly;
}
.flexwrap.column {
	flex-direction: column;
}
.wcontent {
<!-- margin: 16px; -->
	width: 100%;
	max-width: 740px;
	position: relative;
}
.close {
	position: absolute;
	top: 0px;
	right: 15px;
	width: 24px;
	height: 24px;
	background-image: url('zapri.png');
	background-size: 24px 24px;
	opacity: 0.7;
}
.close:hover {
	cursor: pointer;
	opacity: 1;
}
.button {
	width: 170px;
	min-width: 120px;
	height: 32px;
	border-radius: 12px;
	background: #efefef;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	font-weight: bold;
	border: 2px solid #d0d0d0;
}
.button:hover {
	cursor: pointer;
	background: #d0d0d0;
	border: 2px solid #efefef;
}
.aff-button {
	background-color: #f2a842;
	border: none;
	color: #303030;
	padding: 2px 22px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	margin: 4px auto;
	width: fit-content;
	cursor: pointer;
	border-radius: 25px;
	border-style:solid;
	border-color:#f2a842;
	border-width:1px;
}
.aff-button:hover {
	cursor: pointer;
	background: #ff8400;
}
.title {
	font-size: 17px;
	font-weight: bold;
	line-height: 23px;
}
.droppable {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #a0a0a0;
	border-radius: 8px;
	padding: 4px 12px 4px 12px;
	background-color: #e0e0e0;
	width: 100%;
	max-width: 450px;
	height: 100px;
	color: #928e7e;
	cursor: pointer;
	margin: 32px 16px 0;
}
.result {
	margin: 32px 16px 0;
	width: 450px;
	padding: 4px 12px 4px 12px;
	border-radius: 8px;
	border: 1px solid #a0a0a0;
	background-color: #f0f0e0;
	height: auto;
	min-height: 80px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.fname, .ftime {
	max-width: 180px;
	width: 180px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 6px;
}
.ftime {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
}
.images {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1 1 0%;
}
.img {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 9px;
	font-weight: bold;
}
#supportedCams {
	color: #20a040;
	padding-bottom: 24px;
	text-align: center;
	width: 100%;
	overflow-x: auto;
}
#supportedCams > div {
	display: inline-block;
	min-width: 170px;
	vertical-align: top;
	/*margin-right: 10px;*/
}
#supportedCams h2, #supportedCams h3 {
	color: #000000;
}
a {
	color: #0072ba;
}
.window {
	background: #ffffff;
	border-radius: 20px;
	display: none;
}
.window > div {
	text-align: center;
}
.menu {
	width: 100%;
	max-width: 740px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-bottom: 10px;
}
.wcontent > p, .wcontent ol, .wcontent ul {
	margin: 0px 48px 1.5em 48px;
}
.main {
	padding: 12px;
}
.images.error  .actuations, .images.error .exposures, .images.all .notvalid, .images.expos .actuations, .images.expos .notvalid, .images .nosupport {
	display: none;
}
.images.nosup > * {
	display: none;
}
.images.nosup .nosupport {
	display: block !important;
}
.result h2 {
	font-size: 1.5em;
	margin: 4px 0px 4px 0px;
}
.result h3 {
	font-size: 3em;
	margin: 4px 0px 4px 0px;
}
.wcontent.left p, .wcontent.left ol, .wcontent.left ul {
	text-align: left;
}
#faq ol li {
	padding-bottom: 8px;
}
.resp-top-ad {
	display: block;
	margin: auto;
	text-align: center;
	justify-content: center;
}
.resp-botton-ad {
	display: none;
}

/* RESPONSIVE SECTION */

@media (max-width: 750px) {
	.wcontent, .menu {
	max-width: 740px;
	width: 100%;
	<!-- margin: 8px; -->
	}
	}

	@media (max-width: 750px) {
	html {
		font-size: 14px;
	}
	.main {
		padding: 6px;
	}
	.menu {
		flex-direction: column;
		gap: 0;
		min-width: 0;
		max-width: 100%;
	}
	.button {
		width: 98%;
		margin: 6px auto;
		font-size: 15px;
	}
	.aff-button {
		padding: 10px 28px;
		font-size: 14px;
	}
	.droppable {
		width: 95%;
		max-width: 90vw;
		margin: 32px 16px 0;
		height: 100px;
	}
	.result {
		width: 95%;
		max-width: 90vw;
		margin: 32px 16px 0;
		height: auto;
		padding: 4px 6px;
	}
	.fname, .ftime {
		width: 90vw;
		max-width: 100%;
	}
	.images {
		padding-top: 10px;
		width: 100%;
		text-align: center;
	}
	.resp-top-ad {
		display: none;
	}
	.resp-botton-ad {
		margin: auto;
		text-align: center;
	}
	#supportedCams > div {
		display: block;
		min-width: 100px;
		margin-right: 0;
		margin-bottom: 16px;
		text-align: center;
		font-size: 20px;
	}
}
@media (max-width: 400px) {
	.button, .droppable, .result, .wcontent {
		width: 98%;
		min-width: 0;
		max-width: 99vw;
		margin: 4px 0;
	}
	.wcontent > p, .wcontent ol, .wcontent ul {
		margin: 0px 4px 0.5em 4px;
	}
}
.menu-buttons { 
	display: flex; 
	gap: 8px; 
	justify-content: center;
}
.button { /* your old button styles */ }

/* --- Hamburger Styles --- */
.hamburger {
	display: none;
	width: 40px; height: 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 8px;
	cursor: pointer;
	z-index: 1001;
}
.hamburger span {
	width: 30px; height: 4px;
	background: #2a2a2a;
	margin: 4px 0;
	border-radius: 2px;
	transition: 0.3s;
	display: block;
}

/* Overlay menu for mobile */
.mobile-menu {
	display: none;
	position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
	background: rgba(0,0,0,0.85);
	z-index: 1000;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mobile-menu .button {
	background: #fff; color: #2a2a2a;
	margin: 12px 0;
	width: 80vw; max-width: 320px;
	font-size: 1.2em; border-radius: 12px;
	border: 2px solid #d0d0d0;
}
.mobile-menu .button:hover { background: #eee; }
.mobile-menu.show { display: flex; animation: fadein 0.15s; }
@keyframes fadein { 0%{opacity:0} 100%{opacity:1} }

@media (max-width: 750px) { 
	.menu-buttons { display: none; }
	.hamburger { display: flex; }
}
@media (min-width: 751px) { 
	.hamburger, .mobile-menu {
		display: none !important;
	}
}
.menu-buttons {
	display: flex;
	gap: 8px;
	justify-content: center;
}
.hamburger {
	display: none;
	width: 40px;
	height: 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 10px auto;
}
.hamburger span {
	height: 4px;
	width: 28px;
	background: #2a2a2a;
	margin: 4px 0;
	border-radius: 2px;
	transition: 0.3s;
	display: block;
}
.mobile-menu {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background: rgba(0,0,0,0.85);
	z-index:1000;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mobile-menu .button {
	background: #fff; color: #2a2a2a; margin:12px 0; width:80vw;
	max-width:320px; font-size:1.2em; border-radius:12px;
	border:2px solid #d0d0d0;
}
.mobile-menu .button:hover { background: #eee; }
.mobile-menu.show { display: flex; animation: fadein 0.15s; }
@keyframes fadein { from {opacity:0} to {opacity:1} }

@media (max-width:750px){
	.menu-buttons { display: none; }
	.hamburger { display: flex; }
}
@media (min-width:751px){
	.hamburger, .mobile-menu { display: none !important; }
	.menu-buttons { display: flex; }
}
.close-btn {
	position: absolute;
	top: 12px;
	right: 18px;
	background: #fff;
	border: none;
	color: #333;
	font-size: 2em;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 2000;
	display: none; /* hidden on desktop by default */
}
.close-btn {
	position: absolute;
	top: 1px;
	right: 18px;
	background: #fff;
	border: none;
	color: #333;
	font-size: 2em;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 2000;
	display: none;
}
@media (max-width: 750px) {
	.close-btn {
		display: block;
	}
	.close {
		display: none !important;
	}
}
.goto-top-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #000000;
	color: #fff;
	font-size: 1.5em;
	border: none;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.18);
	opacity: 0.82;
	z-index: 2025;
	cursor: pointer;
	display: none;
	transition: background 0.18s;
}
.goto-top-btn:active {
	background: #158a2f;
}
@media (max-width: 750px) {
	.goto-top-btn {
		display: block;
	}
}
.drag-icon {
	width: 48px;
	height: 48px;
	margin-bottom: 8px;
	pointer-events: none; /* So it doesn't interfere with drag/drop */
	user-select: none;
	fill: #928e7e;
}
.droppable.highlight {
	border-color: #20a040;
	background-color: #d4f7d4;
	color: #206020;
	transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}