.fdnews-form-wrap { max-width: 420px; margin: 40px auto; }
.fdnews-signup-form input[type="email"] {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #E2E2DE;
	border-radius: 2px;
	font-size: 15px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.fdnews-signup-form button {
	width: 100%;
	background: #E31937;
	color: #fff;
	border: none;
	padding: 12px;
	font-weight: 800;
	font-size: 13px;
	text-transform: uppercase;
	border-radius: 2px;
	cursor: pointer;
}
.fdnews-signup-form button:disabled { opacity: .6; cursor: default; }
.fdnews-msg { font-size: 13px; margin-top: 8px; min-height: 1em; }
.fdnews-msg-success { color: #1a7e28; font-weight: 600; }
.fdnews-msg-error { color: #d63638; font-weight: 600; }

.fdnews-modal-overlay {
	position: fixed; inset: 0; background: rgba(0,0,0,.6);
	display: flex; align-items: center; justify-content: center;
	z-index: 9999; padding: 20px;
}
.fdnews-modal {
	background: #000; color: #fff; padding: 32px; max-width: 420px; width: 100%;
	position: relative; border-radius: 4px;
}
.fdnews-modal h3 { margin: 0 0 10px; font-size: 20px; }
.fdnews-modal p { color: #B8B8B8; font-size: 13.5px; margin-bottom: 18px; }
.fdnews-modal .fdnews-signup-form input { border: none; }
.fdnews-modal-close {
	position: absolute; top: 12px; right: 16px; background: none; border: none;
	color: #fff; font-size: 26px; cursor: pointer; line-height: 1;
}
