body{
font-family:'Source Sans 3',sans-serif;
}

h1,h2,h3,h4{
font-family:'Libre Baskerville',serif;
}

.related-card{
background:#fff;
border-radius:2px;
overflow:hidden;
border:1px solid #e7e7e7;
transition:all .25s ease;
height:100%;
display:flex;
flex-direction:column;
}

.related-card:hover{
transform:translateY(-4px);
box-shadow:0 8px 22px rgba(0,0,0,.08);
}

.related-thumb img{
width:100%;
height:180px;
object-fit:cover;
display:block;
}

.related-body{
padding:14px 16px 16px 16px;
}

.related-dish{
font-size:11px;
text-transform:uppercase;
letter-spacing:.6px;
color:#888;
margin-bottom:4px;
font-weight:600;
}

.related-title{
font-size:15px;
font-weight:600;
line-height:1.35;
margin-bottom:8px;
}

.related-title a{
color:#222;
text-decoration:none;
}

.related-title a:hover{
color:#e63946;
}

.related-meta{
display:flex;
justify-content:space-between;
align-items:center;
font-size:13px;
color:#777;
}

.rating-stars{
color:#ffb400;
font-size:13px;
letter-spacing:1px;
}

.time-meta{
font-size:12px;
color:#888;
}






.recipe-rating{
margin-top:10px;
font-size:14px;
}

.stars{
color:#ffb400;
margin-right:6px;
}

.review-item{
border-bottom:1px solid #eee;
padding:15px 0;
}

.review-head{
font-size:14px;
margin-bottom:6px;
}

.review-stars{
color:#ffb400;
margin-left:10px;
}

.review-date{
color:#888;
font-size:12px;
margin-left:10px;
}

.review-text{
font-size:14px;
color:#333;
}

.review-form input,
.review-form textarea,
.review-form select{
width:100%;
margin-bottom:10px;
padding:8px;
border:1px solid #ddd;
border-radius:4px;
}

.review-form button{
background:#e63946;
color:#fff;
border:0;
padding:10px 20px;
border-radius:4px;
cursor:pointer;
}
.recipe-reviews-wrapper{
margin-top:50px;
}

.review-title{
font-size:22px;
font-weight:700;
margin-bottom:20px;
}

.review-form-modern{
background:#fafafa;
border:1px solid #eee;
padding:25px;
border-radius:10px;
margin-bottom:40px;
}

.review-form-modern input,
.review-form-modern textarea{
width:100%;
padding:12px;
margin-bottom:12px;
border:1px solid #ddd;
border-radius:6px;
font-size:14px;
}

.review-form-modern textarea{
height:120px;
resize:none;
}

.review-submit-btn{
background:#e63946;
color:#fff;
border:0;
padding:12px 20px;
border-radius:6px;
cursor:pointer;
font-weight:600;
}

.review-submit-btn:hover{
background:#c61f2c;
}


/* STAR RATING */

.star-rating{
font-size:32px;
margin-bottom:15px;
cursor:pointer;
}

.star{
color:#ddd;
transition:.2s;
}

.star:hover{
color:#ffb400;
}

.star.active{
color:#ffb400;
}


/* REVIEWS */

.reviews-heading{
font-size:20px;
font-weight:700;
margin-bottom:20px;
}

.review-card{
border-bottom:1px solid #eee;
padding:20px 0;
}

.review-card-head{
display:flex;
gap:15px;
align-items:center;
margin-bottom:8px;
}

.review-user{
font-weight:600;
}

.review-stars{
color:#ffb400;
}

.review-date{
font-size:12px;
color:#888;
}

.review-comment{
font-size:14px;
line-height:1.6;
color:#333;
}

.no-reviews{
color:#777;
}
.rating-summary{
margin-top:50px;
margin-bottom:40px;
}

.reviews-header{
font-size:26px;
font-weight:700;
letter-spacing:-0.2px;
margin-bottom:18px;
color:#222;
}

.reviews-header span{
color:#888;
font-weight:500;
margin-left:6px;
}


.rating-main{
display:flex;
gap:40px;
flex-wrap:wrap;
}

.rating-left{
min-width:200px;
}

.rating-big{
font-size:28px;
font-weight:700;
}

.rating-stars-big{
font-size:26px;
margin:6px 0;
}

.star-filled{
color:#ffb400;
}

.star-outline{
color:#ffb400;
-webkit-text-stroke:1px #ffb400;
color:transparent;
}

.rating-count{
color:#666;
font-size:14px;
}

/* bars */

.rating-bars{
flex:1;
max-width:400px;
}

.rating-row{
display:flex;
align-items:center;
gap:10px;
margin-bottom:8px;
}

.rating-label{
width:50px;
font-size:14px;
}

.rating-bar{
flex:1;
height:10px;
background:#eee;
border-radius:20px;
overflow:hidden;
}

.rating-fill{
height:100%;
background:#ffb400;
}

.rating-number{
width:40px;
font-size:13px;
}

/* made it */

.made-it{
margin-top:25px;
font-size:16px;
}

.made-it-number{
font-weight:700;
margin-right:6px;
}

.made-it-btn{
margin-left:20px;
background:#ff6a00;
border:0;
color:#fff;
padding:8px 16px;
border-radius:4px;
cursor:pointer;
}

.made-it-btn:hover{
background:#e55d00;
}
.review-form-card{
max-width:570px;
background:#fff;
border:1px solid #e6e6e6;
padding:30px;
border-radius:12px;
margin-bottom:40px;
}

.review-form-title{
font-size:22px;
font-weight:700;
margin-bottom:20px;
}

.rating-stars-input{
font-size:36px;
margin-bottom:20px;
}

.star-input{
cursor:pointer;
color:transparent;
-webkit-text-stroke:2px #ffb400;
transition:0.2s;
}

.star-input.active{
color:#ffb400;
-webkit-text-stroke:0;
}

.star-input:hover{
transform:scale(1.15);
}

.review-form-card input,
.review-form-card textarea{
width:100%;
padding:12px;
margin-bottom:14px;
border:1px solid #ddd;
border-radius:8px;
font-size:14px;
}

.review-form-card textarea{
height:110px;
resize:none;
}

.review-btn{
background:#ff6a00;
color:#fff;
border:0;
padding:12px 20px;
border-radius:4px;
font-weight:600;
cursor:pointer;
}

.review-btn:hover{
background:#e65e00;
}

.recipe-actions{
margin-top:14px;
margin-bottom:24px;
display:flex;
gap:8px;
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 5px;
}

.action-btn{
width:36px;
height:36px;
display:flex;
align-items:center;
justify-content:center;
border:1px solid #e3e3e3;
background:#fff;
border-radius:6px;
color:#555;
font-size:15px;
cursor:pointer;
transition:all .15s ease;
text-decoration:none;
}

.action-btn:hover{
background:#f6f6f6;
border-color:#ccc;
}

.review-btn{
background:#ff6a00;
color:#fff;
border-color:#ff6a00;
}

.review-btn:hover{
background:#e45c00;
}



.recipe-extra-sections{
margin-top:30px;
}

.recipe-section-title{
font-size:24px;
font-weight:700;
margin-top:35px;
margin-bottom:12px;
color:#1f1f1f;
}

.recipe-section-content{
font-size:16px;
line-height:1.7;
color:#333;
}


h3{
font-family:'Libre Baskerville', serif;
font-size:26px;
}
h1{
font-family:'Libre Baskerville', serif;
}
.recipe-author{
display:flex;
gap:16px;
align-items:flex-start;
border-top:1px solid #eee;
margin-top:40px;
padding-top:25px;
}

.author-avatar img{
width:70px;
height:70px;
border-radius:50%;
object-fit:cover;
}

.author-name{
font-size:18px;
font-weight:700;
margin-bottom:6px;
}

.author-bio{
font-size:14px;
line-height:1.6;
color:#555;
max-width:600px;
}
.recipe-author{
display:flex;
gap:18px;
align-items:flex-start;
margin-top:40px;
padding-top:25px;
border-top:1px solid #eee;
}

.author-avatar{
width:64px;
height:64px;
background:#ff6a00;
color:#fff;
font-weight:700;
font-size:22px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
flex-shrink:0;
}

.author-info{
max-width:600px;
}

.author-name{
font-size:18px;
font-weight:700;
color:#222;
margin-bottom:3px;
}

.author-role{
font-size:13px;
color:#888;
margin-bottom:8px;
}

.author-bio{
font-size:14px;
line-height:1.6;
color:#444;
}
.nutrition-box{
border:1px solid #e6e6e6;
border-radius:10px;
padding:20px;
margin-top:35px;
background:#fafafa;
max-width:570px;
}

.nutrition-title{
font-size:22px;
font-weight:700;
margin-bottom:18px;
}

.nutrition-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:10px 25px;
}

.nutrition-item{
display:flex;
justify-content:space-between;
border-bottom:1px solid #eee;
padding:6px 0;
font-size:14px;
}

.nutrition-item strong{
font-weight:600;
}

.nutrition-serving{
margin-top:14px;
font-size:13px;
color:#666;
}
.nutrition-note{
margin-top:12px;
font-size:12px;
color:#777;
line-height:1.5;
font-style:italic;
}





@media print {

body * {
visibility:hidden;
}

#print-recipe,
#print-recipe * {
visibility:visible;
}

#print-recipe {
position:absolute;
left:0;
top:0;
width:100%;
}

header,
footer,
.recipe-actions,
.sidebar,
.ad,
.mobile-menu,
.search-bar-section {
display:none !important;
}

}



.recipe-times{
display:grid;
grid-template-columns:repeat(3,1fr);
border:1px solid #e8e8e8;
border-radius:10px;
overflow:hidden;
margin:25px 0;
background:#fff;
}

.recipe-time{
text-align:center;
padding:18px 10px;
border-right:1px solid #eee;
}

.recipe-time:last-child{
border-right:0;
}

.recipe-time i{
font-size:18px;
color:#e63946;
margin-bottom:6px;
display:block;
}

.recipe-time-label{
font-size:12px;
text-transform:uppercase;
letter-spacing:.5px;
color:#888;
margin-bottom:4px;
}

.recipe-time-value{
font-size:18px;
font-weight:600;
color:#222;
}

@media(max-width:600px){
.recipe-times{
grid-template-columns:1fr;
}
.recipe-time{
border-right:0;
border-bottom:1px solid #eee;
}
.recipe-time:last-child{
border-bottom:0;
}
}
.made-it-btn:disabled{
background:#cfcfcf;
color:#666;
cursor:not-allowed;
opacity:0.7;
pointer-events:none;
}
.recipe-updated{
display:inline;
font-size:13px;
color:#777;
margin-left:12px;
}
.wake-btn{
display:flex;
align-items:center;
gap:6px;
padding:6px 12px;
width:auto;
}

/* hide text on small screens */
@media(max-width:768px){
.wake-text{
display:none;
}
}
.ingredients-image-box{
margin-top:20px;
margin-bottom:25px;
}

.ingredients-image-box img{
width:100%;
max-width:100%;
border-radius:10px;
display:block;
}
.ingredients-image-title{
font-size:13px;
color:#777;
margin-bottom:8px;
}