/* Herdade das Estevas — Newsletter form */
.hde-news-form { max-width: 520px; margin: 1.4rem auto 0; }
.hde-news-row { display: flex; gap: .5rem; flex-wrap: wrap; }
.hde-news-row input[type="email"],
.hde-news-row input.hde-news-name {
	flex: 1 1 200px;
	padding: .85rem 1rem;
	border: 1px solid var(--hde-line, #cabf9f);
	background: #fbf7ec;
	color: #3b3a33;
	border-radius: 2px;
	font-family: "EB Garamond", Georgia, serif;
	font-size: 1rem;
}
.hde-news-row input:focus-visible { outline: 2px solid var(--hde-olive, #6e7043); outline-offset: 2px; }

/* On the dark newsletter band the button/consent need light text. */
.newsletter-band .hde-news-consent { color: #d8cdb2; }
.hde-news-consent { font-size: .78rem; opacity: .85; margin: .7rem 0 0; }
.hde-news-msg { margin: .6rem 0 0; font-size: .95rem; min-height: 1.2em; }
.hde-news-msg.is-ok { color: #cfe0b8; }
.hde-news-msg.is-err { color: #f2c9c0; }

/* When used outside the band (light bg), keep messages readable. */
.hde-news-form:not(.newsletter-band .hde-news-form) .hde-news-msg.is-ok { color: #4f6a2f; }

/* The submit button falls back to theme .hde-btn; provide a minimal style if the theme isn't active. */
.hde-news-submit {
	font-family: "Cormorant Garamond", Georgia, serif;
	text-transform: uppercase; letter-spacing: .16em; font-weight: 600;
	padding: .85rem 1.6rem; border: 0; cursor: pointer; border-radius: 2px;
	background: #6e7043; color: #f6f2e6;
}
.hde-news-submit:hover { background: #585a34; }
.hde-news-submit[disabled] { opacity: .6; cursor: default; }
