/* Kid Instrctions Block
------------------------------------------------------ */


.kid-instructions-block{
	width: 100%;
	margin: 0 auto 25px;
}

 .kid-instructions_inner{
background: #DEF3F5;
padding: 4%;
}

.kid-instructions-block ol{
    counter-increment: my-awesome-counter 0;
    position: relative;
    counter-reset: my-awesome-counter;
}


.kid-instructions-block ol li {
    margin: .5em 0 .5rem;
    counter-increment: my-awesome-counter;
    position: relative;
    list-style-type: none;
	padding: 0;
	text-indent: 0;
}


.kid-instructions-block ol li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    position: absolute;
    --size: 28px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 4px;
    background: #f3ad1d;
    border-radius: 50%;
    text-align: center;
	padding: 0;
}



/* CCK Guide
------------------------------------------------------ */

.cck-guide-block{
    border: 4px solid #0B4670;
border-radius: 10px;
padding: 4% 2%;
    margin: 50px auto 25px;
    position: relative;
}

.cck-guide-block:before{
content: '';
background: #fff url(https://www.createkidsclub.com/wp-content/uploads/2022/07/apple.svg) center no-repeat;
background-size: 55px 55px;
width: 65px;
height: 65px;
display: block;
position: absolute;
top: -45px;
right: -15px;
}

.cck-guide-block p:last-of-type{
margin-bottom: 0;
}


/* Enjoy Recipes
------------------------------------------------------ */

.enjoy-recipe-block{
background: #def5f6;
padding: 4% 4%;
    width: 100%;
    margin: 0 auto 25px;
}

.enjoy-recipe-block a{
color: #0B4670;
}

p.enjoy-recipe-title{
margin-bottom: 10px;
    font-size: 22px;
line-height: 1.4;
    font-family: 'Varela Round', sans-serif;
}

p.enjoy-recipe-title a{
color: #333;
}

.enjoy-recipe-block p:last-of-type{
margin-bottom: 0;
}