.hush-eoi-notice {
	margin: 0 0 1.5rem;
	padding: 1rem 1.25rem;
	border: 1px solid #b8d8e6;
	border-left: 4px solid #1a7aa8;
	border-radius: 4px;
	background: #eef7fb;
	color: #14323f;
	font-size: 1rem;
	line-height: 1.5;
}

.hush-eoi-notice[hidden] {
	display: none;
}

.gform_fields .hush-eoi-notice {
	grid-column: 1 / -1;
}

.hush-eoi-notice__text {
	margin-bottom: 0.75rem !important;
}

.hush-eoi-callback-btn {
	display: inline-block;
	padding: 0.6rem 1.1rem;
	border: 0;
	border-radius: 4px;
	background: #1a7aa8;
	color: #fff;
	font-weight: 700;
	font-size: 0.95rem;
	cursor: pointer;
}

.hush-eoi-callback-btn:hover,
.hush-eoi-callback-btn:focus {
	background: #14617f;
}

.hush-eoi-callback {
	margin-top: 1.25rem;
	padding-top: 1rem;
	border-top: 1px solid #b8d8e6;
}

.hush-eoi-callback[hidden] {
	display: none;
}
