/* LNTA Homepage News & Newsletter Style — cosmetic overrides matching
   the offline reference design. Selectors are scoped to the specific
   Elementor element IDs for these two homepage sections, so nothing
   else on the site is affected. */

/* ---------------------------------------------------------------------
   News cards — white card, 16:9 image, meta row, excerpt, plain text
   "Read More" link instead of a filled button.
   --------------------------------------------------------------------- */
.elementor-element-a758732 .blog-box {
	background: #ffffff !important;
	border: 1px solid #e6e8de !important;
	border-radius: 14px !important;
	/* Not overflow:hidden here — the excerpt is inserted asynchronously
	   after Swiper has already measured/fixed the slide height, so
	   clipping overflow on the card would cut it off. Rounded corners
	   come from .blog-img's own overflow:hidden instead. */
	overflow: visible;
	box-shadow: 0 2px 8px rgba(15, 47, 15, 0.07);
	transition: box-shadow 0.25s ease, transform 0.25s ease !important;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.elementor-element-a758732 .blog-box:hover {
	box-shadow: 0 12px 32px rgba(15, 47, 15, 0.13);
	transform: translateY(-6px);
}
.elementor-element-a758732 .blog-img {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 14px 14px 0 0;
	background: #f7f8f3;
}
.elementor-element-a758732 .blog-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: transform 0.4s ease;
}
.elementor-element-a758732 .blog-box:hover .blog-img img {
	transform: scale(1.06);
}
.elementor-element-a758732 .blog-box_content {
	padding: 1.25rem !important;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.elementor-element-a758732 .blog-meta {
	display: flex;
	gap: 0.75rem;
	font-family: "Montserrat", sans-serif !important;
	font-size: 0.85rem;
	color: #6b7280 !important;
	margin-bottom: 0.5rem;
	flex-wrap: wrap;
}
.elementor-element-a758732 .blog-meta a {
	color: #6b7280 !important;
	text-decoration: none !important;
}
.elementor-element-a758732 .box-title {
	font-size: 1.1rem !important;
	margin-bottom: 0.5rem !important;
	line-height: 1.35;
}
.elementor-element-a758732 .box-title a {
	color: #225321 !important;
	/* Was "inherit", which doesn't work here — this <a>'s parent .box-title
	   was never itself given a fixed font-family, so "inherit" was just
	   picking up the still-broken JetBrains Mono from the source markup. */
	font-family: "Montserrat", sans-serif !important;
}
.lnta-news-excerpt {
	color: #4b5563 !important;
	font-size: 0.95rem;
	line-height: 1.6;
	flex-grow: 1;
	margin: 0 0 1rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* The source markup renders "Read More" as a filled button (.th-btn) —
   the offline reference is a plain text link with an arrow, so the
   button chrome is stripped back to match. */
.elementor-element-a758732 .th-btn {
	margin-top: auto !important;
	align-self: flex-start !important;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	color: #1c4d1c !important;
	font-weight: 700 !important;
	box-shadow: none !important;
}
.elementor-element-a758732 .th-btn:hover {
	text-decoration: underline !important;
	transform: none !important;
}

/* ---------------------------------------------------------------------
   Newsletter — compact cream card instead of a full-bleed dark green
   block with a decorative side image (which the offline reference
   doesn't have at all).
   --------------------------------------------------------------------- */
.elementor-element-12ee480 {
	display: none !important;
}
.elementor-element-eac0442 {
	background-color: #f7ecd9 !important;
	border: 1px solid #ecdfc0 !important;
	border-top: 4px solid #1c4d1c !important;
	border-radius: 14px !important;
	max-width: 1100px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 2rem !important;
	/* Elementor's own inline style sets --flex-direction:column on this
	   container (it was originally designed to stack above/below the
	   decorative image column we hide above), which is what stacked the
	   text on top of the form instead of side-by-side like the offline
	   reference. */
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: space-between !important;
	flex-wrap: wrap;
	gap: 2rem !important;
}
.elementor-element-ce3ffb7 {
	flex: 1 1 320px !important;
	width: auto !important;
	max-width: none !important;
}
.elementor-element-db0aa3f {
	flex: 1 1 380px !important;
	width: auto !important;
	max-width: none !important;
}
.elementor-element-ce3ffb7 .sec-title {
	color: #225321 !important;
	font-size: 1.5rem !important;
}
.elementor-element-ce3ffb7 p {
	color: #4b5563 !important;
	margin: 0.3rem 0 0 !important;
	line-height: 1.6;
}
.elementor-element-db0aa3f .newsletter-form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: 0 !important;
	justify-content: flex-end;
}
.elementor-element-db0aa3f .newsletter-form input {
	flex: 1 1 240px;
	padding: 0.85rem 1.1rem !important;
	border-radius: 50px !important;
	border: 1px solid #ecdfc0 !important;
	background: #ffffff !important;
	color: #16210f !important;
}
.elementor-element-db0aa3f .newsletter-form button {
	background: linear-gradient(135deg, #f4c15c 0%, #f0a818 100%) !important;
	color: #16210f !important;
	border: none !important;
	border-radius: 50px !important;
	padding: 0.85rem 1.9rem !important;
	font-family: "Montserrat", sans-serif !important;
	font-weight: 700 !important;
	white-space: nowrap;
}
.elementor-element-db0aa3f .newsletter-form input {
	font-family: "Montserrat", sans-serif !important;
}

@media (max-width: 700px) {
	.elementor-element-eac0442 {
		flex-direction: column !important;
		align-items: stretch !important;
		padding: 1.5rem !important;
	}
	/* .elementor-element-ce3ffb7/db0aa3f's flex-basis: 320px/380px above
	   sets column WIDTH in the desktop row layout. flex-basis applies to
	   whichever axis is "main" for the flex container — once the parent
	   switches to flex-direction:column here, that same 320px/380px gets
	   reinterpreted as a fixed HEIGHT instead, forcing each stacked block
	   to be that tall regardless of its actual content (~200px shorter),
	   which is what left the large empty gaps above/below the email
	   input on mobile. */
	.elementor-element-ce3ffb7,
	.elementor-element-db0aa3f {
		flex: 1 1 auto !important;
	}
	.elementor-element-db0aa3f .newsletter-form {
		justify-content: flex-start;
	}
	.elementor-element-db0aa3f .newsletter-form input {
		flex: 1 1 100%;
	}
}
