.elementor-2168 .elementor-element.elementor-element-7c58452{--display:flex;--margin-top:-41px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4bf08d1 *//*==============================
Coffee Caffeine Calculator
Base Style
==============================*/

#cmh-caffeine-calculator{

    max-width:1200px;

    margin:40px auto;

    padding:20px;

}



/*==============================
Header
==============================*/

.cmh-header{

    text-align:center;

    margin-bottom:35px;

}



.cmh-badge{

    display:inline-block;

    background:#F5E6D3;

    color:#6F3D1E;

    padding:8px 18px;

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    margin-bottom:15px;

}



.cmh-header h1{

    font-size:48px;

    line-height:1.2;

    color:#4B2E1F;

    margin:0 0 15px;

}



.cmh-header p{

    max-width:750px;

    margin:auto;

    color:#666;

    font-size:18px;

    line-height:1.8;

}





/*==============================
Calculator Card
==============================*/

.cmh-card{

    background:#fff;

    padding:40px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,0.08);

}



.cmh-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

}



.cmh-field label{

    display:block;

    margin-bottom:8px;

    font-weight:700;

    color:#4B2E1F;

}



.cmh-field input,
.cmh-field select{

    width:100%;

    box-sizing:border-box;

    padding:14px 16px;

    border:1px solid #ddd;

    border-radius:10px;

    font-size:16px;

    background:#fff;

}



.cmh-field input:focus,
.cmh-field select:focus{

    outline:none;

    border-color:#6F3D1E;

}





/*==============================
Weight Input Row
==============================*/

.cmh-inline{

    display:flex;

    gap:10px;

}



.cmh-inline input{

    flex:1;

}



.cmh-inline select{

    width:90px;

}
/*==============================
Buttons
==============================*/

.cmh-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    margin-top:35px;

}



.cmh-buttons button{

    padding:14px 35px;

    border:none;

    border-radius:50px;

    font-size:16px;

    font-weight:700;

    cursor:pointer;

    transition:.3s;

}



#calculateBtn{

    background:#6F3D1E;

    color:#fff;

}



#calculateBtn:hover{

    background:#4B2E1F;

}



#resetBtn{

    background:#eee;

    color:#333;

}



#resetBtn:hover{

    background:#ddd;

}





/*==============================
Result Card
==============================*/

.cmh-result{

    margin-top:40px;

    background:#fff;

    padding:35px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,0.08);

}



.cmh-result h2{

    text-align:center;

    color:#4B2E1F;

    margin-bottom:30px;

}





/*==============================
Result Boxes
==============================*/

.cmh-result-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:20px;

}



.cmh-box{

    background:#faf7f2;

    padding:25px;

    border-radius:15px;

    text-align:center;

}



.cmh-box span{

    display:block;

    color:#666;

    font-size:14px;

    margin-bottom:10px;

}



.cmh-box strong{

    font-size:28px;

    color:#6F3D1E;

}





/*==============================
Progress Bar
==============================*/

.cmh-progress{

    margin-top:35px;

}



.cmh-progress-bar{

    width:100%;

    height:18px;

    background:#ECECEC;

    border-radius:50px;

    overflow:hidden;

}



.cmh-progress-fill{

    width:0%;

    height:100%;

    background:linear-gradient(
        90deg,
        #16A34A,
        #F59E0B,
        #DC2626
    );

    border-radius:50px;

    transition:1s;

}



#progressText{

    text-align:center;

    margin-top:12px;

    font-weight:700;

}





/*==============================
Recommendation
==============================*/

.cmh-recommendation{

    margin-top:30px;

    background:#FFF8E6;

    border-left:5px solid #6F3D1E;

    padding:20px;

    border-radius:12px;

    line-height:1.7;

}
/*==============================
Coffee Caffeine Chart
==============================*/

.cmh-table-card{

    margin-top:50px;

    background:#fff;

    padding:35px;

    border-radius:18px;

    box-shadow:0 10px 30px rgba(0,0,0,0.08);

    overflow-x:auto;

}



.cmh-table-card h2{

    margin-bottom:25px;

    color:#4B2E1F;

}



.cmh-table-card table{

    width:100%;

    border-collapse:collapse;

}



.cmh-table-card th{

    background:#6F3D1E;

    color:#fff;

    padding:16px;

}



.cmh-table-card td{

    padding:16px;

    border-bottom:1px solid #eee;

}



.cmh-table-card tr:hover{

    background:#faf4ef;

}





/*==============================
FAQ Section
==============================*/

.cmh-faq{

    margin-top:50px;

}



.cmh-faq h2{

    margin-bottom:25px;

    color:#4B2E1F;

}



.faq-item{

    background:#fff;

    margin-bottom:18px;

    padding:22px;

    border-radius:15px;

    box-shadow:0 10px 25px rgba(0,0,0,0.06);

}



.faq-item h3{

    margin-bottom:12px;

    font-size:20px;

    color:#4B2E1F;

}



.faq-item p{

    color:#666;

    line-height:1.8;

}





/*==============================
Disclaimer
==============================*/

.cmh-disclaimer{

    margin-top:40px;

    padding:22px;

    background:#FFF3F3;

    border-left:5px solid #DC2626;

    border-radius:12px;

    line-height:1.8;

}





/*==============================
SEO Content Card
==============================*/

.cmh-content{

    margin-top:50px;

    background:#fff;

    padding:35px;

    border-radius:18px;

    box-shadow:0 10px 30px rgba(0,0,0,0.08);

    line-height:1.8;

}



.cmh-content h2{

    margin-top:40px;

    margin-bottom:18px;

    color:#4B2E1F;

}



.cmh-content h2:first-child{

    margin-top:0;

}



.cmh-content p{

    color:#555;

    font-size:17px;

    line-height:1.8;

}



.cmh-content ul{

    padding-left:25px;

}



.cmh-content li{

    margin-bottom:10px;

}
/*==============================
Tablet Responsive
==============================*/

@media(max-width:991px){


    .cmh-grid{

        grid-template-columns:1fr;

    }



    .cmh-result-grid{

        grid-template-columns:repeat(2,1fr);

    }



    .cmh-header h1{

        font-size:38px;

    }


}





/*==============================
Mobile Responsive
==============================*/

@media(max-width:768px){


    #cmh-caffeine-calculator{

        padding:15px;

        margin:20px auto;

    }



    .cmh-header h1{

        font-size:30px;

    }



    .cmh-header p{

        font-size:16px;

    }



    .cmh-card,
    .cmh-result,
    .cmh-table-card,
    .cmh-content{

        padding:20px;

        border-radius:15px;

    }



    .cmh-grid{

        grid-template-columns:1fr;

        gap:18px;

    }



    .cmh-buttons{

        flex-direction:column;

        gap:12px;

    }



    .cmh-buttons button{

        width:100%;

    }



    .cmh-result-grid{

        display:grid !important;

        grid-template-columns:repeat(2,1fr) !important;

        gap:12px;

    }



    .cmh-box{

        padding:18px 10px;

    }



    .cmh-box span{

        font-size:13px;

    }



    .cmh-box strong{

        font-size:22px;

    }



    .cmh-inline{

        flex-direction:column;

    }



    .cmh-inline select{

        width:100%;

    }



    .cmh-table-card table{

        min-width:600px;

    }



    .faq-item{

        padding:18px;

    }



    .faq-item h3{

        font-size:18px;

    }



    .cmh-content p{

        font-size:16px;

    }


}





/*==============================
Small Mobile
==============================*/

@media(max-width:480px){


    .cmh-result-grid{

        grid-template-columns:repeat(2,1fr) !important;

        gap:10px;

    }



    .cmh-box strong{

        font-size:20px;

    }



    .cmh-table-card th,
    .cmh-table-card td{

        padding:12px;

        font-size:14px;

    }


}





/*==============================
Auto Scroll Fix
==============================*/

#result{

    scroll-margin-top:80px;

}/* End custom CSS */