.cgs-free-signup-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 40px;
	padding: 10px 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: #f36527;
	color: #fff !important;
	font-weight: 800;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	box-shadow: none;
	transition: background-color .16s ease, transform .16s ease;
}

.cgs-free-signup-cta:hover,
.cgs-free-signup-cta:focus {
	border-color: #f36527;
	background: #6f605b;
	color: #fff !important;
	text-decoration: none;
	transform: translateY(-1px);
}

.cgs-free-signup-cta:focus-visible {
	outline: 3px solid rgba(243, 101, 39, .24);
	outline-offset: 3px;
}

.cgs-free-signup-preflight__heading {
	margin: 0 0 10px;
	color: #4f4541;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
}

body.cgs-free-signup-drawer-frame {
	margin: 0;
	background: #fff;
	color: #6f605b;
}

.cgs-free-signup-drawer-frame__main {
	box-sizing: border-box;
	min-height: 100vh;
	padding: 22px;
}

body.cgs-free-signup-drawer-frame .cgs-free-signup-preflight.cgs-free-signup-preflight--drawer {
	max-width: none;
	margin: 0;
}

body.cgs-free-signup-drawer-frame .cgs-free-signup-preflight--drawer .cgs-free-signup-preflight__panel {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.cgs-free-signup-preflight--drawer .cgs-free-signup-preflight__intro {
	margin-bottom: 16px;
	font-size: 17px;
}

@media (max-width: 600px) {
	.cgs-free-signup-drawer-frame__main {
		padding: 18px;
	}
}
