@charset "UTF-8";

#footer #st-text-logo .footerlogo {
	display: none;
}

/* Keep the site name available to search engines while removing its visual duplicate. */
#st-text-logo .sitename {
	clip: rect( 0, 0, 0, 0 );
	clip-path: inset( 50% );
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

#st-text-logo .sitename:has( img ) {
	clip: auto;
	clip-path: none;
	height: auto;
	overflow: visible;
	position: static;
	white-space: normal;
	width: auto;
}

#st-text-logo .sitename:has( img ) img {
	max-width: 300px;
}

/* Display the branded header image at a compact, undistorted size. */
#st-headerbox #st-header > img,
#st-headerbox #st-header > a > img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: 200px;
	max-width: 460px;
	object-fit: contain;
	width: auto;
}

#st-headerbox,
#st-headerbox #st-header {
	min-height: 0;
}

.single .blogbox,
.single .st-sns-top,
.single .st-sns-singular,
.single #side > aside > .kanren,
.archive #side > aside > .kanren {
	display: none;
}

.single #comments {
	display: none;
}

body.category #st-header {
	display: block !important;
}

body.category #breadcrumb,
body.category h1.entry-title {
	display: none;
}

body.single #st-header {
	display: block !important;
}

.kanren .st-excerpt {
	display: none;
}

/* Reduce the height of recipe archive cards. */
.pasta-site-recipe-search .kanren dl,
body.home .kanren dl,
body.archive .kanren dl {
	margin-bottom: 1rem;
	min-height: 0;
}

.pasta-site-recipe-search .kanren dt,
body.home .kanren dt,
body.archive .kanren dt {
	width: 110px;
}

.pasta-site-recipe-search .kanren dt img,
body.home .kanren dt img,
body.archive .kanren dt img {
	height: 110px;
	object-fit: cover;
	width: 110px;
}

.pasta-site-recipe-search .kanren dd,
body.home .kanren dd,
body.archive .kanren dd {
	padding-left: 125px;
}

.pasta-site-recipe-search .kanren dd h3,
body.home .kanren dd h3,
body.archive .kanren dd h3 {
	margin-bottom: 0.25rem;
}

.pasta-site-recipe-search .kanren .blog_info,
body.home .kanren .blog_info,
body.archive .kanren .blog_info {
	margin-bottom: 0.25rem;
}

@media screen and (max-width: 599px) {
	.pasta-site-recipe-search .kanren dd,
	body.home .kanren dd,
	body.archive .kanren dd {
		padding-left: 125px;
	}
}

@media screen and (min-width: 960px) {
	.pasta-site-category-navigation__menu,
	.pasta-site-category-navigation__submenu {
		list-style: none;
		margin: 0;
		padding: 0;
	}

.pasta-site-category-navigation__menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
	justify-content: center;
}

	.pasta-site-category-navigation__item {
		position: relative;
	}

	.pasta-site-category-navigation__item > a {
		display: block;
		padding: 0.55rem 1rem;
		white-space: nowrap;
	}

	.pasta-site-category-navigation__submenu {
		background: #fff;
		box-shadow: 0 4px 12px rgba( 0, 0, 0, 0.12 );
		display: none;
		left: 50%;
		min-width: 12rem;
		position: absolute;
		top: 100%;
		transform: translateX( -50% );
		z-index: 1000;
	}

	.pasta-site-category-navigation__item:hover > .pasta-site-category-navigation__submenu,
	.pasta-site-category-navigation__item:focus-within > .pasta-site-category-navigation__submenu {
		display: block;
	}

	.pasta-site-category-navigation__submenu a {
		display: block;
		padding: 0.7rem 1rem;
	}

	.pasta-site-category-navigation__submenu a:hover,
	.pasta-site-category-navigation__submenu a:focus {
		background: #f5f5f5;
	}
}

/* Style the recipe categories as a compact navigation bar below the header. */
.pasta-site-category-navigation {
	background: #667F2F;
	border-bottom: 1px solid #879f55;
	border-top: 1px solid #879f55;
	width: 100%;
}

.pasta-site-category-navigation__menu {
	box-sizing: border-box;
	display: flex;
	list-style: none;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
}

.pasta-site-category-navigation__item {
	border-left: 1px solid rgba(255, 255, 255, 0.24);
	flex: 1 1 0;
	margin: 0;
	min-width: 0;
	position: relative;
}

.pasta-site-category-navigation__item:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.pasta-site-category-navigation__item > a {
	box-sizing: border-box;
	color: #FFFFFF;
	display: block;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.75rem 0.5rem;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 0.2s ease, color 0.2s ease;
	white-space: nowrap;
}

.pasta-site-category-navigation__item > a:hover,
.pasta-site-category-navigation__item > a:focus {
	background: #789542;
	color: #FFFFFF;
	outline: none;
	text-decoration: none !important;
}

.pasta-site-category-navigation__item > a:focus-visible {
	outline: 2px solid #e6edd8;
	outline-offset: -3px;
}

.pasta-site-category-navigation__item--active > a {
	background: #789542;
	color: #FFFFFF;
	text-decoration: none !important;
}

@media screen and (max-width: 599px) {
	.pasta-site-category-navigation__menu {
		overflow-x: auto;
	}

	.pasta-site-category-navigation__item {
		flex: 0 0 auto;
	}

	.pasta-site-category-navigation__item > a {
		font-size: 0.85rem;
		padding: 0.65rem 0.9rem;
	}
}
.recipe-results-toolbar {
	align-items: center;
	background: #ffffff;
	border-bottom: 1px solid #e3e9dc;
	box-sizing: border-box;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 0 0 18px;
	padding: 4px 0 12px;
	width: 100%;
}

.recipe-results-count {
	color: #526047;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	white-space: nowrap;
}

.recipe-sort {
	display: flex;
	gap: 6px;
	max-width: 100%;
}

.recipe-sort__button {
	appearance: none;
	background: #f3f6ee;
	border: 1px solid #d9e2cf;
	border-radius: 999px;
	box-shadow: none;
	box-sizing: border-box;
	color: #3b4434;
	cursor: pointer;
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1;
	min-height: 38px;
	padding: 0 16px;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
	white-space: nowrap;
}

.recipe-sort__button:hover {
	background: #e5ecdc;
	border-color: #c8d5bc;
}

.recipe-sort__button.is-active {
	background: #62812f;
	border-color: #62812f;
	color: #ffffff;
}

.recipe-sort__button.is-active:hover {
	background: #557126;
	border-color: #557126;
}

.recipe-sort__button:focus-visible {
	outline: 3px solid rgba(98, 129, 47, 0.35);
	outline-offset: 2px;
}

.recipe-sort__select {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.recipe-sort__submit {
	margin-left: 6px;
}

.recipe-card__header {
	align-items: flex-start;
	display: flex;
	gap: 14px;
	justify-content: space-between;
}

.pasta-site-recipe-search .kanren .recipe-card__title,
body.home .kanren .recipe-card__title,
body.archive .kanren .recipe-card__title {
	flex: 1 1 auto;
	margin: 0;
	min-width: 0;
}

.recipe-card__price {
	align-items: baseline;
	background: #f3f6ee;
	border: 1px solid #d9e2cf;
	border-radius: 999px;
	box-sizing: border-box;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 4px;
	line-height: 1.1;
	margin: 0;
	padding: 4px 8px;
	white-space: nowrap;
}

.recipe-card__price-label {
	color: #8a9184;
	font-size: 0.68rem;
	font-weight: 500;
}

.recipe-card__price-value {
	color: #62812f;
	font-size: 0.84rem;
	font-weight: 700;
}

.recipe-card__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	margin-top: 8px;
}

.recipe-card__category {
	background: #f0f3ec;
	border-radius: 3px;
	color: #4d5846 !important;
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 600;
	line-height: 1.2;
	padding: 4px 7px;
	text-decoration: none !important;
}

.recipe-card__category:hover,
.recipe-card__category:focus {
	background: #e4eadf;
	color: #3b4434 !important;
}

.recipe-card__category:focus-visible,
.recipe-card__tag:focus-visible {
	outline: 2px solid rgba(98, 129, 47, 0.45);
	outline-offset: 2px;
}

.recipe-card__date {
	color: #a0a69b;
	font-size: 0.72rem;
	line-height: 1.4;
}

.recipe-card__tags {
	color: #747c70;
	flex-basis: 100%;
	font-size: 0.76rem;
	line-height: 1.55;
	margin: 0;
	min-width: 0;
	overflow-wrap: anywhere;
}

.recipe-card__tag {
	color: inherit !important;
	text-decoration: none !important;
}

.recipe-card__tag:hover,
.recipe-card__tag:focus {
	color: #526727 !important;
	text-decoration: underline !important;
}

.recipe-card__tag-more {
	color: #92998e;
	margin-left: 6px;
	white-space: nowrap;
}

.recipe-card__tag-more--mobile {
	display: none;
}

@media screen and (max-width: 599px) {
	.recipe-results-toolbar {
		align-items: stretch;
		flex-direction: column;
		gap: 9px;
		padding-bottom: 12px;
	}

	.recipe-sort {
		overflow-x: auto;
		padding: 2px 2px 4px;
		-webkit-overflow-scrolling: touch;
	}

	.recipe-sort__button {
		flex: 0 0 auto;
		min-height: 44px;
		padding-left: 18px;
		padding-right: 18px;
	}

	.recipe-card__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.recipe-card__price {
		padding: 4px 8px;
	}

	.recipe-card__meta {
		margin-top: 7px;
	}

	.recipe-card__tag--mobile-hidden,
	.recipe-card__tag-separator--mobile-hidden,
	.recipe-card__tag-more--desktop {
		display: none;
	}

	.recipe-card__tag-more--mobile {
		display: inline;
	}
}
