/* Newsletter Signup Widget — keep in sync with setup/sass/frontend/widgets/newsletter-signup.scss */
.scNewsletterSignupWidget .sc-newsletter-signup .sc-newsletter-description {
	margin: 0 0 16px;
	opacity: 0.7;
}

.scNewsletterSignupWidget .sc-newsletter-signup .notify {
	padding: 14px;
	border-radius: 4px;
	margin-bottom: 12px;
}

.scNewsletterSignupWidget .sc-newsletter-signup .notify.is-hidden {
	display: none;
}

.scNewsletterSignupWidget .sc-newsletter-signup .notify h3 {
	margin: 0 0 4px;
	font-size: 16px;
}

.scNewsletterSignupWidget .sc-newsletter-signup .notify .msgHolder {
	font-size: 14px;
}

.scNewsletterSignupWidget .sc-newsletter-signup .notify-success {
	background: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

.scNewsletterSignupWidget .sc-newsletter-signup .notify-error {
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

.scNewsletterSignupWidget .sc-newsletter-horizontal .sc-newsletter-form {
	display: flex;
	gap: 8px;
	align-items: flex-end;
	flex-wrap: wrap;
}

.scNewsletterSignupWidget .sc-newsletter-horizontal .form-group {
	margin-top: 0;
	margin-bottom: 0;
	flex: 1;
	min-width: 150px;
}

.scNewsletterSignupWidget .sc-newsletter-horizontal .form-group:last-child {
	flex: 0 0 auto;
}

.scNewsletterSignupWidget .sc-newsletter-horizontal .btn {
	white-space: nowrap;
}
