.container {
	max-width:1500px;
	}
.category-desc img{
	width:120px;
	}
.notes::before {
  background:url(/images/body/lightbulb.webp) center no-repeat;
    background-size: auto;
  background-size: contain;
  content:"";
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  top: -70px;
  right: 24px;
  float:right;
}

.notes {
  /*background:#EDF6F7;*/
   border-radius:10px;
   padding:30px;border:2px solid #004d69;
}
.com-content-categories__item img {
	width:120px;
	height:auto;
	}
[data-rlta-element="panel"] {
	border:none!important;
	}
[data-rlta-state="closed"] {
	background:#d0d0d0;
	height:40px;
	border-radius:5px;
	}
[data-rlta-state="open"] {
	border-radius:5px;
	border:0.5px solid #c0c0c0;
	
	}
[data-rlta-state="open"] h3 {
	font-weight:900;
	}
.published::before {
	content:"Published:  ";
	font-weight:600;
	color:maroon;
	}
time {
	font-weight:600;
	}
.checkmark {
	
	list-style:none;
	padding:none;
	}
.checkmark > li {
	padding-left:1.3em;
	}
.checkmark > li::before {
	content:"\f00c";
	padding:3px;
	background:#880000;
	color:white;
	font-family:"FontAwesome";
	margin-right:1.0em;
	border-radius:50%;
	line-height:3;
	
	margin-left:-2.0em;
     width: 1.3em;
	}

.protip::before {
	content:"👩‍🍳  PRO TIP";
	padding:10px;
	font-size:40px;
	font-weight:700;
	color:maroon;
	font-family:italiana;
	position:relative;
  left: 40px;
  top:-60px;
 /* z-index: -1;*/
	background:#EDF2F7
	}
.box, .box1 {
	display:flex;
	margin:30px 0px 30px 0px;
	justify-content:space-between;
	}
.need, .doit {
	font-size:30px;
	font-family:italiana;
	margin:auto;
	}
.need::before {
	content:"📋";
	padding-right:10px;
	font-size:30px;
	font-weight:700;
	}
.doit::before {
	content:"🔪";
	padding-right:10px;
	font-size:30px;
	font-weight:700;
	}
.descval {
	font-style:italic;
	font-family:serif;
	display:block;
	}
	
h1[itemprop="headline"] {
	text-align:left;
	}

.article-header, h2 a {
	text-align:center;
	text-decoration:none;
	}
a.commentbox-counter {
	display:none;
	}
.lilist li{
	margin-bottom:20px;
		}
	
.lilist li::marker {
	background-color:yellow;
	font-size:22px;
	}
.lilist ol {
	padding-left:4rem;
	}
.ingredients, .method  {
	padding: 10px;
	margin-bottom:30px;
	flex:1;
	}

.what {
		font-size:30px;
		font-family:italiana;
		text-align:center;
		}
.label-output {
	font-weight:900;
	padding-right:20px;
	}
.source {
	padding:30px;
	background:#86D3FF;
	border:1px soild #000;
	border-radius:10px;
	margin-top:30px;
	}
.box1 {
	break-after:left;
	}
.box {
	column-width:10em;
	column-rule:1px solid #c0c0c0;
	}

.steps {
  clear: both;
  list-style: none;
  padding-left: 2%;
}
.steps li {
  margin: 2em 0;
  padding-top: 1em;
  display: block;
  position: relative;
  counter-increment: inst;
}
.steps li::before {
  background: rgba(255,150,0,.35);
  color: #fff;
  font-weight: 700;
  font-style: italic;
  text-shadow: 1px 1px rgba(255,150,0,.5);
  border-radius: 50%;
  counter-increment: steps;
  content: "Section " counter(steps) ". ";
  font-size: 1em;
  height: 1.35em;
  left: -1em;
  padding-top: 0;
  position: absolute;
  text-align: center;
  top: -.65em;
  width: 1.35em;
  z-index: -1;
}
/*@media screen and (min-width: 75em) {
  .steps li::before {
    background: rgba(255,150,0,.35);
    color: #fff;
    font-weight: 700;
    font-style: italic;
    text-shadow: 1px 1px rgba(255,150,0,.5);
    border-radius: 50%;
    counter-increment: inst;
    content: counter(inst);
    font-size: 1.5em;
    height: 1.35em;
    margin-left: 2.5%;
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    text-align: center;
    top: -.15em;
    width: 1.35em;
    z-index: -1;
  }
}*/

body {
   counter-reset: steps;
}
.artical-header h1 {
	font-family:Playfair Display;
	}
@media screen and (min-width: 412px) {
.article-full-image img {
	height:auto;
	}

	}

