/**
 * Recipe single page — additional refinements
 * Applied on body.shef-recipe-single only
 */

body.shef-recipe-single #content {
	padding-bottom: 2.5rem;
}

body.shef-recipe-single .recipe-page {
	max-width: 100%;
}

body.shef-recipe-single .recipe-page .single,
body.shef-recipe-single .recipe-page .composition,
body.shef-recipe-single .recipe-page .recipe {
	box-sizing: border-box;
}

/* Breadcrumbs spacing on recipe */
body.shef-recipe-single #content > .breadcrumbs {
	margin-bottom: 1.25rem;
}

/* Share block */
body.shef-recipe-single .social.social-likes {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

/* Related recipes / YARPP */
body.shef-recipe-single .topic + * {
	margin-top: 1.5rem;
}

body.shef-recipe-single .recipe-page .topic {
	margin-top: 2.5rem;
}

/* Comments section */
body.shef-recipe-single .comments {
	margin-top: 2.5rem;
	clear: both;
}

body.shef-recipe-single .comment-respond input[type="text"],
body.shef-recipe-single .comment-respond textarea {
	width: 100% !important;
	max-width: 100%;
	box-sizing: border-box;
	border: 1.5px solid var(--c-border, #e7e5e4);
	border-radius: var(--r-sm, 6px);
	padding: 0.6rem 0.875rem;
	font-family: var(--font, sans-serif);
	font-size: var(--text-sm, 0.875rem);
	color: var(--c-text, #1c1917);
	background: var(--c-surface, #fff);
	transition: border-color 0.2s ease;
}

body.shef-recipe-single .comment-respond input[type="text"]:focus,
body.shef-recipe-single .comment-respond textarea:focus {
	outline: 2px solid var(--c-accent, #c45c26);
	border-color: var(--c-accent, #c45c26);
}

body.shef-recipe-single .comment-respond textarea {
	min-height: 140px;
	resize: vertical;
}

body.shef-recipe-single .comment-respond p.form-submit {
	text-align: left;
}

body.shef-recipe-single .comment-respond input[type="submit"] {
	display: inline-flex;
	align-items: center;
	padding: 0.6rem 1.5rem;
	background: var(--c-accent, #c45c26);
	color: #fff;
	font-weight: 700;
	font-size: var(--text-sm, 0.875rem);
	border: none;
	border-radius: var(--r-sm, 6px);
	cursor: pointer;
	transition: background-color 0.2s ease;
	min-width: 140px;
	font-family: var(--font, sans-serif);
}

body.shef-recipe-single .comment-respond input[type="submit"]:hover {
	background: var(--c-accent-hover, #a34d20);
}

/* Ingredient line flows as inline text inside the <li> block.
   <b> makes the quantity bold + accent colour. */
body.shef-recipe-single .recipe-ingredient-line {
	display: inline;
}
body.shef-recipe-single .recipe-ingredient-line b {
	font-weight: 700;
	color: var(--c-accent, #c45c26);
}

/* More breathing room before footer on recipe */
body.shef-recipe-single .sf-footer-main-wrap {
	margin-top: 3rem;
}

/* Comments list */
body.shef-recipe-single .comment-body {
	background: var(--c-surface, #fff);
	border: 1px solid var(--c-border, #e7e5e4);
	border-radius: var(--r-md, 10px);
	padding: 1rem 1.25rem;
	margin-bottom: 1rem;
}

body.shef-recipe-single .comment-meta {
	font-size: var(--text-xs, 0.75rem);
	color: var(--c-muted, #78716c);
	margin-bottom: 0.5rem;
}

body.shef-recipe-single .comment-author b {
	font-weight: 700;
	color: var(--c-text, #1c1917);
}
