.sm-pl-wrap {
	float:left;
	width: 100%;
	clear: both;
	position: relative;
}
#ingreedible-results:empty{
	margin-top: 0;
}
#ingreedible-results{
	float:left;
	width: 100%;
	clear: both;
	margin-top: 30px;
}
#ingreedible-results .json-item,
#ingreedible-results .ai-result{
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 8px;
	display: flex;
	margin-bottom: 30px;
	position: relative;
}
#ingreedible-results .json-item img{
	max-width: 100%;
	border-radius: 8px;
	margin-bottom: 15px;
	width: 300px;
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 15px;
	height: calc(100% - 30px);
	object-fit: cover;
	object-position: center center !important;
}
#ingreedible-results .json-item .json-content{
	width: 100%;
    position: relative;
    float: left;
    padding-left: 320px;
}
#ingreedible-results .json-item .json-content .label{
	margin: 12px 0 4px 0;
	font-weight: 600;
	color: var(--global-palette-btn-bg);
}
#ingreedible-results .json-item .json-content h3{
	font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}
#ingreedible-results .json-item .json-content .ingredients{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#ingreedible-results .json-item .json-content .ingredients .label{
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
}
#ingreedible-results .json-item .json-content .ingredients ul{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
#ingreedible-results .json-item .json-content .ingredients ul li{
	float: left;
	font-size: 14px;
}
#ingreedible-results .json-item .json-content .ingredients ul li:after{
	content: ",";
	margin: 0 10px 10px 0;
}
#ingreedible-results .json-item .json-content .ingredients ul li:last-child:after{
	display: none;	
}

.column-2{
	display: flex;
    flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 30px;
}
.column-2 .json-item,
.column-2 .ai-result{
	flex: 0 0 auto;
	width: calc(50% - 15px);
	display: block !important;
	margin-bottom: 0 !important;
}
.column-2 .json-item:nth-child(2n+2),
.column-2 .ai-result:nth-of-type(2n+2){
	margin-right: 0;
}

.column-2 .tested-kitchen,
.column-3 .tested-kitchen{
	width: 100%;
	margin-bottom: 0 !important;
}

.column-3{
	display: flex;
    flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 30px;
}
.column-3 .json-item,
.column-3 .ai-result{
	flex: 0 0 auto;
	width: calc(33.33333333% - 20px);
	display: block !important;
	margin-bottom: 0 !important;
}
.column-3 .json-item:nth-child(3n+2){
	margin-right: 0;
}
.column-3 .json-item img{	
	position: relative !important;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	height: 300px !important;
	width: 100% !important;
}
.column-3 .json-item .json-content{
	padding-left: 0 !important;
}


#ingreedible-fallback{
	float: left;
	width: 100%;
}
#ingreedible-fallback .being-tested, .ingreedible-fall-post{
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 8px;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}


#ingreedible-subscribe-form{
	clear: both;
	margin-top: 20px;
	float: left;
	width: 100%;
}
#ingreedible-subscribe-form input{
	height: 40px;
	padding: 0 15px;
	border-radius: 3px;
}
#ingreedible-subscribe-form button{
	height: 40px;
    padding: 0 15px;
    border-radius: 3px;
    color: #fff;
    border: 0;
    margin-top: 10px;
}

.tested-kitchen{
	font-size: 21px;
    line-height: 28px;
    font-weight: bold;
    margin: 15px 0 15px 0 !important;
	clear: both;	
}
#ingreedible-results .ai-result{
	display: block;
	overflow: hidden;
	position: relative;
}
#ingreedible-results .ai-result:last-of-type{
	margin-bottom: 0;
}
#ingreedible-results .ai-result:after{
	content: attr(data-title);
	position: absolute;
	top: 66px;
	right: -23px;
	background: var(--label-bg, #e74c3c);
	color: white;
	padding: 5px 30px;
	font-size: 12px;
	font-weight: bold;
	transform: rotate(45deg);
	transform-origin: top right;
	white-space: nowrap;
	pointer-events: none;
}
#ingreedible-results .ai-result br{
	display: none;
}
#ingreedible-results .ai-result div{
	clear: both;
    float: left;
    width: 100%;
}
#ingreedible-results .ai-result h3{
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
	margin: 0;
}
#ingreedible-results .ai-result p{
	margin: 12px 0 4px 0;
    font-weight: 600;
    color: var(--global-palette-btn-bg);
}
#ingreedible-results .ai-result ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#ingreedible-results .ai-result ul li{
	clear: both;
	font-size: 14px;
}
.loading{
	clear: both;
	margin-top: 20px;
}
.loading img{
	float: left;
    width: 20px;
    height: 20px;
    margin: 4px 10px 0 0;
}

.ingreedible-fall-post h3{
	font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    margin: 0;
}
.ingreedible-fall-post p{
	margin: 12px 0 4px 0 !important;
	font-weight: 600;
	color: var(--global-palette-btn-bg);
}
.ingreedible-fall-post h4{
	font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin: 0;
}
.ingreedible-fall-post ul{
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	
}


#ingreedible-app{
	clear: both;
    float: left;
    width: 100%;
}
#ingreedible-app .sub-title{
	margin: 0;
}
#ingreedible-app .form-section{
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}
#ingreedible-app .form-section label{
	float: left;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
}
#ingreedible-app .form-section input{
	float: left;
	width: 50%;
}
#ingreedible-app .dietary-filters{
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}
#ingreedible-app .dietary-filters p{
	float: left;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
	margin: 0;
}
#ingreedible-app .dietary-filters label{
	float: left;
    margin: 0 15px 10px 0;
	cursor: pointer;
}
#ingreedible-app .dietary-filters label input{
	display: none;
}
#ingreedible-app .dietary-filters label input + span{
	display: flex;
	gap: 10px;
	align-items: center;
}
#ingreedible-app .dietary-filters label input + span:before{
	content: "";
    width: 20px;
    height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
    border-radius: 3px;
    border: 1px solid #79644d !important;
}
#ingreedible-app .dietary-filters label input:checked + span:before{
	content: "✓";
	background: #79644d !important;
	color: #fff;	
}
.bottom-info{
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: rgba(0,0,0,.7);
}


.sm-pl-wrap.dark-mode{
	background: #000;
	padding: 25px;
}
.sm-pl-wrap.dark-mode p,
.sm-pl-wrap.dark-mode h1, .sm-pl-wrap.dark-mode h2, .sm-pl-wrap.dark-mode h3, .sm-pl-wrap.dark-mode h4, .sm-pl-wrap.dark-mode h5, .sm-pl-wrap.dark-mode h6,
.sm-pl-wrap.dark-mode label, .sm-pl-wrap.dark-mode span, .sm-pl-wrap.dark-mode div, .sm-pl-wrap.dark-mode a{
	color: #fff !important;
}
.sm-pl-wrap.dark-mode #ingreedible-app .dietary-filters label input+span:before{
	border-color: #fff !important;
}


#ingreedible-similar-recipes .post-grid{
	display: flex;
    flex-wrap: wrap;
	gap: 30px;
	margin: 0;
	padding: 0;
}
#ingreedible-similar-recipes .post-grid li{
	flex: 0 0 auto;
	width: calc(33.33333333% - 20px);
	display: block !important;
	margin-bottom: 0 !important;
}
#ingreedible-similar-recipes .post-grid li .thumbnail{
	width: 100%;
}
#ingreedible-similar-recipes .post-grid li .thumbnail img{
	width: 100%;
	height: 280px;
	object-fit: cover
}
#ingreedible-similar-recipes .post-grid li h4{
	font-size: 20px;
}
#ingreedible-similar-recipes .post-grid li a{
	text-decoration: none;
}
#ingreedible-similar-recipes .post-grid li p{
	font-weight: 400;
	font-size: 14px;
}

@media (min-width: 1px) and (max-width: 767px) {
	.column-3 .json-item,
	.column-3 .ai-result,
	.column-2 .json-item,
	.column-2 .ai-result{
		width: 100% !important;
	}
	#ingreedible-results .ai-result h3{
		padding-right: 70px;
	}
	#ingreedible-similar-recipes .post-grid li{
		width: 100% !important;
	}
	#ingreedible-subscribe-form button{
		margin-top: 10px;
	}
}

@media (min-width: 1px) and (max-width: 650px) {
	#ingreedible-results .json-item .json-content{
		padding-left: 0;
	}
	#ingreedible-results .json-item img{
		position: relative;
		float: left;
		height: auto;
		left: auto;
		top: .0;
	}
}


