/* ==========================================================================
   Loop Grid Pro — Single Card / Recipe Detail Page
   Colors sampled from the reference design:
     teal:      #0A5A73 (headings, boxes)
     gold:      #B08A50 (accents, buttons, step labels)
     light box: #CFE1E7 (ingredients panel)
     pale bg:   #F1F1F1 (preparation section)
   Override any of these with Additional CSS if needed — same idea as the
   grid: everything here is plain CSS, easy to tweak or replace in Elementor.
   ========================================================================== */

.lgp-single {
	max-width: 1100px;
	margin: 0 auto;
	padding: 48px 24px 80px;
	color: #333;
}

/* ---- Hero ---- */
.lgp-single-hero {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 32px;
}

.lgp-single-duration {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #B08A50;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.05em;
	margin-bottom: 14px;
}

.lgp-single-badges {
	position: static;
	justify-content: center;
	margin-bottom: 18px;
}

.lgp-single-badges .lgp-badge {
	background: #ffffff;
	color: #0A5A73;
	border: 1px solid #e2e2e2;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.lgp-single-title {
	font-size: 40px;
	line-height: 1.15;
	font-weight: 800;
	text-transform: uppercase;
	color: #0A5A73;
	margin: 0 0 18px;
}

.lgp-single-intro {
	font-size: 17px;
	color: #555;
	margin-bottom: 16px;
}

.lgp-single-author {
	font-weight: 700;
	color: #0A5A73;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.04em;
	margin-bottom: 20px;
}

.lgp-print-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #0A5A73;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 12px 22px;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.lgp-print-btn:hover {
	background: #08485c;
}

/* ---- Quick info strip ---- */
.lgp-single-quickinfo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 36px;
	background: #f4f4f4;
	border-radius: 14px;
	padding: 24px;
	margin-bottom: 32px;
}

.lgp-quickinfo-item {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
}

.lgp-quickinfo-item strong {
	display: block;
	color: #0A5A73;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.03em;
}

.lgp-quickinfo-value {
	color: #B08A50;
	font-weight: 700;
}

.lgp-quickinfo-icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #cfe1e7;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex: 0 0 auto;
}

.lgp-quickinfo-product img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	object-fit: cover;
}

/* ---- Ingredients + Recommended Product ---- */
.lgp-single-columns {
	display: grid;
	grid-template-columns: 2.4fr 1fr;
	gap: 24px;
	margin-bottom: 40px;
}

@media (max-width: 700px) {
	.lgp-single-columns {
		grid-template-columns: 1fr;
	}
}

.lgp-ingredients-box {
	background: #cfe1e7;
	border-radius: 14px;
	padding: 32px;
}

.lgp-ingredients-box h2 {
	color: #0A5A73;
	font-size: 26px;
	text-transform: uppercase;
	margin: 0 0 18px;
}

.lgp-ingredients-box h3 {
	color: #0A5A73;
	font-size: 15px;
	text-transform: uppercase;
	margin: 20px 0 10px;
}

.lgp-ingredients-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lgp-ingredients-list li {
	margin-bottom: 12px;
	font-size: 15px;
	color: #333;
}

.lgp-ingredients-list label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
}

.lgp-ingredients-list input[type="checkbox"] {
	margin-top: 3px;
	flex: 0 0 auto;
}

.lgp-product-box {
	background: #0A5A73;
	color: #fff;
	border-radius: 14px;
	padding: 24px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lgp-product-box-label {
	font-family: 'Caveat', cursive;
	color: #B08A50;
	font-size: 22px;
	margin-bottom: 12px;
}

.lgp-product-box-photo {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	margin-bottom: 16px;
}

.lgp-product-box-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lgp-product-box-title {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 16px;
}

.lgp-product-box-btn {
	width: 40px;
	height: 40px;
	font-size: 16px;
}

/* ---- Preparation ---- */
.lgp-single-prep {
	background: #f1f1f1;
	border-radius: 14px;
	padding: 40px;
	margin-bottom: 32px;
}

.lgp-single-prep-heading {
	text-align: center;
	color: #0A5A73;
	text-transform: uppercase;
	font-size: 28px;
	margin: 0 0 28px;
}

.lgp-single-prep-content h2,
.lgp-single-prep-content h3,
.lgp-single-prep-content h4 {
	font-family: 'Caveat', cursive;
	color: #B08A50;
	font-size: 32px;
	font-weight: 700;
	margin: 28px 0 6px;
}

.lgp-single-prep-content h2:first-child,
.lgp-single-prep-content h3:first-child {
	margin-top: 0;
}

.lgp-single-prep-content p {
	font-size: 15px;
	line-height: 1.7;
	color: #444;
	margin: 0 0 8px;
}

/* ---- Chef note ---- */
.lgp-chef-note {
	background: #0A5A73;
	color: #fff;
	border-radius: 14px;
	padding: 28px;
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 56px;
}

.lgp-chef-photo {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
	flex: 0 0 auto;
}

.lgp-chef-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lgp-chef-text h3 {
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 0 8px;
}

.lgp-chef-text p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	opacity: 0.95;
}

@media (max-width: 560px) {
	.lgp-chef-note {
		flex-direction: column;
		text-align: center;
	}
}

/* ---- Related ("You will also like") ---- */
.lgp-related {
	text-align: center;
}

.lgp-related-script {
	display: block;
	font-family: 'Caveat', cursive;
	color: #B08A50;
	font-size: 28px;
	margin-bottom: 4px;
}

.lgp-related-heading {
	color: #0A5A73;
	text-transform: uppercase;
	font-size: 28px;
	margin: 0 0 28px;
}

/* Print styles: hide site chrome, keep the recipe readable */
@media print {
	body > header,
	body > footer,
	.lgp-print-btn,
	.lgp-related {
		display: none !important;
	}
}
