.hth-form-wrapper {
	max-width: 420px;
	margin: 1.5em 0;
}
.hth-form-wrapper p {
	margin-bottom: 1em;
}
.hth-form-wrapper label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.3em;
}
.hth-form-wrapper input[type="text"],
.hth-form-wrapper input[type="email"],
.hth-form-wrapper input[type="password"] {
	width: 100%;
	padding: 0.6em;
	box-sizing: border-box;
}
.hth-error {
	color: #b02a2a;
	font-weight: 600;
}

.hth-protected-teaser {
	border: 1px dashed #ccc;
	border-radius: 6px;
	padding: 1.5em;
	text-align: center;
	background: #fafafa;
}

.hth-upgrade-button,
.hth-form-wrapper button[type="submit"] {
	background: #2a6b3f;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 0.7em 1.4em;
	font-size: 1em;
	cursor: pointer;
}
.hth-upgrade-button:hover,
.hth-form-wrapper button[type="submit"]:hover {
	background: #1e4e2e;
}
.hth-upgrade-button[disabled] {
	opacity: 0.6;
	cursor: default;
}

.hth-status-premium {
	color: #2a6b3f;
	font-weight: 600;
}
.hth-upgrade-message {
	margin-top: 0.5em;
	font-size: 0.9em;
}
