/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/*
    Created on : 30 Aug 2025, 2:03:59 pm
    Author     : anoop
*/

/* Mobile */
@media screen and (max-width: 600px) {
    /* mobile styles */

    .logo-wrapper{
        text-align: center;
    }

    .program-title{
        text-align: center;
        font-size: 32px;
    }

    .program-description{
        font-size: 16px;
        text-align: center;
    }

    .how-it-works-wrapper .card .card-body .card-title{
        font-size: 24px;
        text-align: center;
    }

    .how-it-works-wrapper  ul.bullet-points li{
        margin-bottom: 10px;
    }

    .about-author-wrapper .author-details{
        text-align: center;
        margin-bottom: 15px;
    }

    .about-author-wrapper .autor-bio{
        text-align: center;
    }

    /* Questionnaires */
    .questionnaires-page-header .program-name{
        font-size: 11px;
    }

    .options-wrapper .card .card-body{
        padding:30px 15px;
    }

    .report-section .report-heading-level-1 {
        font-size: 24px;
    }

    .report-section .report-summary-diabetic-level-common{
        font-size: 18px;
    }

    .call-to-action-style-1-wrapper .card .card-body .title {
        font-size: 18px;
    }

    .btn-custom-primary, btn-outline-teal{
        font-size:20px;
    }

    .report-section .report-section-title{
        font-size: 24px;
    }

    .report-section .report-section-description{
        font-size: 18px;
    }

    .why-sugar-knocker-explainers .icon-wrapper .icon{
        font-size: 2rem;
    }

    .why-sugar-knocker-explainers .title{
        font-size: 18px;
    }

    .why-sugar-knocker-explainers .description{
        font-size: 16px;
    }


}

