[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;
	}
.protip::before {
	content:"👩‍🍳  PRO TIP";
	padding-right:10px;
	font-size:30px;
	font-weight:700;
	color:maroon;
	font-family:italiana;
	}
.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;
	
	
	}
.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:#c0c0c0;
	border:1px soild #000;
	border-radius:20px;
	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;
}

@media screen and (min-width: 412px) {
.article-full-image img {
	height:auto;
	}

	}

