/* Lunch Bag editorial and static page templates 1.2 */

body.single-post.lb-elementor-article {
	--lb-article-container: 1180px;
	--lb-article-reading: 780px;
	--lb-article-ink: #1f2a24;
	--lb-article-copy: #5f6f65;
	--lb-article-brand: #648872;
	--lb-article-border: #dfe6e1;
	--lb-article-soft: #f7f9f7;
}

html body.page.lb-elementor-static-page .elementor-widget-heading h1,
html body.page.lb-elementor-static-page .elementor-widget-text-editor h1 {
	color: #1f2a24 !important;
	font-size: 40px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

body.single-post.lb-elementor-article .lb-article-meta-only {
	box-sizing: border-box;
	width: min(100%, var(--lb-article-container));
	margin: 24px auto 10px;
	padding: 0 24px;
	color: var(--lb-article-copy);
}

body.single-post.lb-elementor-article .lb-article-meta-only .posted-on,
body.single-post.lb-elementor-article .lb-article-meta-only .post-author {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0;
}

body.single-post.lb-elementor-article .elementor-widget-text-editor,
body.single-post.lb-elementor-article .elementor-widget-table-of-contents,
body.single-post.lb-elementor-article .elementor-widget-heading:not(.elementor-element-28e3eac) {
	align-self: center;
	width: min(100%, var(--lb-article-reading)) !important;
	max-width: var(--lb-article-reading) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.single-post.lb-elementor-article .elementor-element-28e3eac {
	width: 100% !important;
	max-width: none !important;
}

body.single-post.lb-elementor-article .elementor-element-28e3eac h1 {
	font-size: 34px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
}

body.single-post.lb-elementor-article .elementor-widget-text-editor,
body.single-post.lb-elementor-article .elementor-widget-text-editor p,
body.single-post.lb-elementor-article .elementor-widget-text-editor li {
	color: var(--lb-article-copy) !important;
	font-size: 16px !important;
	line-height: 1.75 !important;
	letter-spacing: 0 !important;
	word-spacing: 0 !important;
}

body.single-post.lb-elementor-article .elementor-widget-heading h2 {
	color: var(--lb-article-ink) !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	text-transform: none !important;
}

body.single-post.lb-elementor-article .elementor-widget-heading h3 {
	color: var(--lb-article-ink) !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	text-transform: none !important;
}

body.single-post.lb-elementor-article .elementor-widget-table-of-contents .elementor-widget-container {
	background: #fff !important;
	border: 1px solid var(--lb-article-border) !important;
	border-radius: 8px !important;
	box-shadow: 0 8px 24px rgba(31, 42, 36, 0.06) !important;
}

body.single-post.lb-elementor-article .elementor-widget-table-of-contents .elementor-toc__header {
	border-radius: 7px 7px 0 0;
	cursor: pointer;
	transition: background-color 160ms ease;
}

body.single-post.lb-elementor-article .elementor-widget-table-of-contents .elementor-toc__header:hover {
	background: var(--lb-article-soft);
}

body.single-post.lb-elementor-article .elementor-widget-table-of-contents .elementor-toc__header:focus-visible {
	outline: 3px solid rgba(100, 136, 114, 0.32);
	outline-offset: -3px;
}

body.single-post.lb-elementor-article .elementor-widget-shortcode ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 14px !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

body.single-post.lb-elementor-article .elementor-widget-shortcode,
body.single-post.lb-elementor-article .elementor-widget-shortcode > .elementor-widget-container {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body.single-post.lb-elementor-article .elementor-widget-shortcode ul.products li.product {
	width: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
}

/* Shared article FAQ */
body.single-post.lb-elementor-article .lb-article-faq {
	box-sizing: border-box;
	width: min(100%, var(--lb-article-reading));
	max-width: var(--lb-article-reading);
	margin: 46px auto 12px;
}

body.single-post.lb-elementor-article .lb-article-faq__title {
	margin: 0 0 20px;
	color: var(--lb-article-ink) !important;
	font-family: "League Spartan", Arial, sans-serif;
	font-size: 28px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	letter-spacing: 0 !important;
}

body.single-post.lb-elementor-article .lb-article-faq__item {
	margin: 0;
	background: #fff;
	border-top: 1px solid var(--lb-article-border);
}

body.single-post.lb-elementor-article .lb-article-faq__item:last-child {
	border-bottom: 1px solid var(--lb-article-border);
}

body.single-post.lb-elementor-article .lb-article-faq__item[open] {
	background: var(--lb-article-soft);
}

body.single-post.lb-elementor-article .lb-article-faq__question {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 64px;
	padding: 17px 54px 17px 18px;
	color: var(--lb-article-ink);
	font-family: "League Spartan", Arial, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0;
	cursor: pointer;
	list-style: none;
}

body.single-post.lb-elementor-article .lb-article-faq__question::-webkit-details-marker {
	display: none;
}

body.single-post.lb-elementor-article .lb-article-faq__question::after {
	position: absolute;
	top: 50%;
	right: 18px;
	width: 28px;
	height: 28px;
	color: var(--lb-article-brand);
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	content: "+";
	transform: translateY(-50%);
}

body.single-post.lb-elementor-article .lb-article-faq__item[open] > .lb-article-faq__question::after {
	content: "\2212";
}

body.single-post.lb-elementor-article .lb-article-faq__question:focus-visible {
	outline: 3px solid rgba(100, 136, 114, 0.32);
	outline-offset: -3px;
}

body.single-post.lb-elementor-article .lb-article-faq__answer {
	padding: 0 54px 20px 18px;
}

body.single-post.lb-elementor-article .lb-article-faq__answer p,
body.single-post.lb-elementor-article .lb-article-faq__answer li {
	margin-top: 0;
	margin-bottom: 10px;
	color: var(--lb-article-copy) !important;
	font-size: 16px !important;
	line-height: 1.7 !important;
	letter-spacing: 0 !important;
}

body.single-post.lb-elementor-article .lb-article-faq__answer > :last-child {
	margin-bottom: 0;
}

@media (max-width: 640px) {
	html body.page.lb-elementor-static-page .elementor-widget-heading h1,
	html body.page.lb-elementor-static-page .elementor-widget-text-editor h1 {
		font-size: 30px !important;
		line-height: 1.22 !important;
	}

	body.single-post.lb-elementor-article .lb-article-meta-only {
		margin-top: 16px;
		padding-right: 16px;
		padding-left: 16px;
	}

	body.single-post.lb-elementor-article .elementor-widget-text-editor,
	body.single-post.lb-elementor-article .elementor-widget-table-of-contents,
	body.single-post.lb-elementor-article .elementor-widget-heading:not(.elementor-element-28e3eac) {
		width: min(100%, calc(100vw - 90px)) !important;
	}

	body.single-post.lb-elementor-article .elementor-element-28e3eac h1 {
		font-size: 28px !important;
	}

	body.single-post.lb-elementor-article .elementor-widget-heading h2 {
		font-size: 23px !important;
	}

	body.single-post.lb-elementor-article .elementor-widget-heading h3 {
		font-size: 18px !important;
	}

	body.single-post.lb-elementor-article .elementor-widget-text-editor,
	body.single-post.lb-elementor-article .elementor-widget-text-editor p,
	body.single-post.lb-elementor-article .elementor-widget-text-editor li {
		font-size: 15px !important;
		line-height: 1.7 !important;
	}

	body.single-post.lb-elementor-article .elementor-widget-shortcode ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}

	body.single-post.lb-elementor-article .lb-article-faq {
		width: min(100%, calc(100vw - 90px));
		margin-top: 34px;
	}

	body.single-post.lb-elementor-article .lb-article-faq__title {
		margin-bottom: 14px;
		font-size: 23px !important;
	}

	body.single-post.lb-elementor-article .lb-article-faq__question {
		min-height: 58px;
		padding: 14px 46px 14px 14px;
		font-size: 16px;
	}

	body.single-post.lb-elementor-article .lb-article-faq__question::after {
		right: 12px;
	}

	body.single-post.lb-elementor-article .lb-article-faq__answer {
		padding: 0 46px 16px 14px;
	}

	body.single-post.lb-elementor-article .lb-article-faq__answer p,
	body.single-post.lb-elementor-article .lb-article-faq__answer li {
		font-size: 15px !important;
		line-height: 1.65 !important;
	}
}
