/* The Fitness Living Weekly — homepage reader edition */

.flm-weekly {
	width: 100%;
	margin: 0 0 48px;
	padding: 0;
	background: #f5f0e7;
	border-top: 1px solid #b7a47a;
	border-bottom: 1px solid #d7cdb9;
	box-sizing: border-box;
}

/* On desktop the homepage itself is a two-column editorial grid. The reader
   edition is a publication-wide notice, so it spans the full 1440px frame
   rather than inheriting the narrower main-story column. */
@media (min-width: 1025px) {
	html body.page-id-2173 main.site-wrap .elementor.elementor-2173 > .flm-weekly {
		grid-column: 1 / 3 !important;
			grid-row: 7 !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

.flm-weekly,
.flm-weekly * {
	box-sizing: border-box;
}

.flm-weekly__inner {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 29px 36px 28px;
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(360px, 1fr);
	gap: 64px;
	align-items: center;
}

.flm-weekly__copy {
	min-width: 0;
}

.flm-weekly__eyebrow {
	display: block;
	margin: 0 0 7px;
	font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
	font-size: 10.75px;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #8a6b2f;
}

.flm-weekly__title {
	margin: 0 0 7px;
	font-family: "Libre Caslon Display", "Libre Caslon Text", Georgia, "Times New Roman", serif;
	font-size: 31px;
	line-height: 1.08;
	font-weight: 400;
	letter-spacing: -.018em;
	color: #151310;
}

.flm-weekly__deck {
	max-width: 720px;
	margin: 0;
	font-family: "Crimson Pro", Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 1.45;
	font-weight: 400;
	color: #3d382f;
}

.flm-weekly__promise {
	display: block;
	margin-top: 11px;
	font-family: "Crimson Pro", Georgia, "Times New Roman", serif;
	font-size: 15.5px;
	line-height: 1.35;
	font-style: italic;
	color: #5b5142;
}

.flm-weekly__form-wrap {
	min-width: 0;
	margin-left: -20px;
}

.flm-weekly__label {
	display: block;
	margin: 0 0 7px;
	font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
	font-size: 11.25px;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: #4f4639;
}

.flm-weekly__form {
	position: relative;
	margin: 0;
}

.flm-weekly__field-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: stretch;
}

.flm-weekly__email {
	width: 100%;
	min-width: 0;
	height: 48px;
	padding: 0 15px;
	border: 1px solid #8f806c;
	border-right: 0;
	border-radius: 0;
	background: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(64, 39, 25, .035);
	outline: none;
	font-family: "Crimson Pro", Georgia, "Times New Roman", serif;
	font-size: 16.5px;
	line-height: 1;
	color: #1b1916;
	-webkit-appearance: none;
	appearance: none;
}

.flm-weekly__email::placeholder {
	color: #665b4d;
	opacity: 1;
}

.flm-weekly__email:focus {
	border-color: #7a6b54;
	box-shadow: inset 0 0 0 1px #7a6b54;
}

.flm-weekly__button {
	height: 48px;
	min-width: 112px;
	padding: 0 17px;
	border: 1px solid #181714;
	border-radius: 0;
	background: #181714;
	box-shadow: none;
	font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: #fffdf7;
	cursor: pointer;
	transition: background-color .15s ease, color .15s ease;
}

.flm-weekly__button:hover,
.flm-weekly__button:focus-visible {
	background: #3c352c;
	color: #fffdf7;
}

.flm-weekly__button[disabled] {
	cursor: wait;
	opacity: .72;
}

.flm-weekly__fineprint {
	margin: 9px 0 0;
	font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.45;
	font-weight: 500;
	letter-spacing: .02em;
	color: #4f473d;
}

.flm-weekly__status {
	min-height: 17px;
	margin: 5px 0 0;
	font-family: "Crimson Pro", Georgia, "Times New Roman", serif;
	font-size: 13px;
	line-height: 1.35;
	color: #433b31;
}

.flm-weekly__status[data-state="error"] {
	color: #7a2f25;
}

.flm-weekly-footer-link {
	display: block;
	width: max-content;
	max-width: 100%;
	margin: 9px auto 0;
	font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: .055em;
	text-transform: uppercase;
	text-decoration: none;
	color: #b59a61;
}

.flm-weekly-footer-link:hover,
.flm-weekly-footer-link:focus-visible {
	color: #efe5cf;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.flm-weekly__honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

@media (max-width: 900px) {
	.flm-weekly {
		margin-top: 0;
		margin-bottom: 38px;
	}

	.flm-weekly__form-wrap {
		margin-left: 0;
	}

	.flm-weekly__inner {
		grid-template-columns: 1fr;
		gap: 17px;
		padding-top: 22px;
		padding-bottom: 21px;
	}

	.flm-weekly__deck {
		max-width: 760px;
	}
}

@media (min-width: 1025px) {
	html body.page-id-2173 main.site-wrap .elementor.elementor-2173 > .elementor-element-a6d3e8f1 {
		grid-row: 8 !important;
	}

	html body.page-id-2173 main.site-wrap .elementor.elementor-2173 > .elementor-element-6e9f4a2b {
		grid-row: 9 !important;
	}

	html body.page-id-2173 main.site-wrap .elementor.elementor-2173 > .elementor-element-7f2d4c91 {
		grid-row: 10 !important;
	}

	html body.page-id-2173 main.site-wrap .elementor.elementor-2173 > .elementor-element-1e5a9b3d {
		grid-row: 11 !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	html body.page-id-2173 main.site-wrap .flm-editorial-house-banner {
		margin-bottom: 24px !important;
	}
}

@media (max-width: 767px) {
	html body.page-id-2173 main.site-wrap .flm-editorial-house-banner {
		margin-bottom: 20px !important;
	}
}

@media (max-width: 560px) {
	.flm-weekly {
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
		margin-bottom: 32px;
	}

	.flm-weekly__inner {
		padding: 21px 18px 20px;
	}

	.flm-weekly__title {
		font-size: 27px;
	}

	.flm-weekly__deck {
		font-size: 16.5px;
	}

	.flm-weekly__field-row {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.flm-weekly__email {
		border-right: 1px solid #8f806c;
	}

	.flm-weekly__button {
		width: 100%;
	}
}
