.sgwr-webinar-registration {
	max-width: 560px;
	margin: 0 0 2em;
}

.sgwr-header .sgwr-title {
	margin-bottom: 0.5em;
}

.sgwr-times {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}

.sgwr-times li {
	margin-bottom: 0.25em;
}

.sgwr-times .sgwr-date {
	font-weight: 600;
	margin-right: 0.5em;
}

.sgwr-description {
	margin-bottom: 1.5em;
}

.sgwr-form .sgwr-row {
	margin-bottom: 1em;
}

.sgwr-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.3em;
}

.sgwr-required {
	color: #c0392b;
	margin-left: 0.2em;
}

.sgwr-form input[type="text"],
.sgwr-form input[type="email"],
.sgwr-form select {
	width: 100%;
	max-width: 100%;
	padding: 0.5em 0.6em;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.sgwr-hp-wrap {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.sgwr-submit-row {
	display: flex;
	align-items: center;
	gap: 0.75em;
}

.sgwr-submit-button {
	cursor: pointer;
	padding: 0.65em 1.4em;
	border: none;
	border-radius: 3px;
	background: #2271b1;
	color: #fff;
	font-weight: 600;
}

.sgwr-submit-button:disabled {
	opacity: 0.6;
	cursor: default;
}

.sgwr-spinner {
	display: none;
	width: 1em;
	height: 1em;
	border: 2px solid rgba(0, 0, 0, 0.15);
	border-top-color: #2271b1;
	border-radius: 50%;
	animation: sgwr-spin 0.7s linear infinite;
}

.sgwr-submitting .sgwr-spinner {
	display: inline-block;
}

@keyframes sgwr-spin {
	to {
		transform: rotate( 360deg );
	}
}

.sgwr-message {
	margin-top: 1em;
	font-weight: 600;
}

.sgwr-message.sgwr-error {
	color: #c0392b;
}

.sgwr-message.sgwr-success {
	color: #ffffff;
}

.sgwr-ended {
	font-style: italic;
}
