/* ======================================================
   TamilAI Summary Popup - Mobile
   SSL Technology
====================================================== */

@media (max-width:768px){

/* ==========================================
   Overlay
========================================== */

.summary-popup-overlay{

    padding:0;

    align-items:stretch;
}

/* ==========================================
   Popup
========================================== */

.summary-popup{

    width:100vw;
    height:100vh;

    max-width:none;
    max-height:none;

    border:none;
    border-radius:0;

    display:flex;
    flex-direction:column;
}

/* ==========================================
   Header
========================================== */

.summary-header{

    padding:14px 16px;

    min-height:64px;
}

.summary-header h2{

    font-size:20px;

    font-weight:700;
}

.summary-header button{

    width:36px;
    height:36px;

    font-size:18px;

    border-radius:10px;
}

/* ==========================================
   Body
========================================== */

.summary-body{

    flex:1;

    overflow-y:auto;

    padding:18px 16px;
}

.summary-body h3{

    margin-top:22px;
    margin-bottom:10px;

    font-size:17px;
}

.summary-body p{

    font-size:14px;

    line-height:1.7;
}

.summary-body ul{

    padding-left:18px;
}

.summary-body li{

    font-size:14px;

    margin-bottom:10px;

    line-height:1.7;
}

/* ==========================================
   Footer
========================================== */

.summary-footer{

    padding:14px 16px;

    justify-content:stretch;
}

.summary-footer button{

    width:100%;

    height:46px;

    border-radius:12px;

    font-size:14px;
}

/* ==========================================
   Scrollbar
========================================== */

.summary-popup::-webkit-scrollbar{

    width:5px;
}

.summary-popup::-webkit-scrollbar-thumb{

    border-radius:10px;
}

}
/* ======================================================
   TamilAI Summary Popup - Mobile
   SSL Technology
====================================================== */

@media (max-width:768px){

/* Popup */

.summary-popup-overlay{
    padding:0;
}

.summary-popup{
    width:100vw;
    height:100vh;

    max-width:none;
    max-height:none;

    border:none;
    border-radius:0;

    display:flex;
    flex-direction:column;
}

/* Header */

.summary-header{
    padding:12px 14px;
}

.summary-header h2{
    font-size:18px;
}

.summary-header button{
    width:34px;
    height:34px;

    font-size:17px;

    border-radius:10px;
}

/* Body */

.summary-body{

    flex:1;

    overflow-y:auto;

    padding:14px;
}

/* Section Titles */

.summary-body h3{

    margin-top:16px;
    margin-bottom:8px;

    font-size:16px;
}

/* Paragraph */

.summary-body p{

    font-size:13px;

    line-height:1.55;
}

/* Bullet List */

.summary-body ul{

    padding-left:18px;

    margin:8px 0;
}

.summary-body li{

    font-size:13px;

    line-height:1.55;

    margin-bottom:8px;
}

/* Footer */

.summary-footer{

    padding:12px 14px;
}

.summary-footer button{

    width:100%;

    height:42px;

    font-size:14px;

    border-radius:10px;
}

/* Scroll */

.summary-popup::-webkit-scrollbar{
    width:4px;
}

.summary-popup::-webkit-scrollbar-thumb{
    border-radius:10px;
}

}