
.blog-divider {

    border-top:1px solid #bf1205;
    margin: 20px 0;

}
.section-intro {

    background:#f5f5f5;
    padding:10px 30px;
    border-radius:8px;
    color:#666;
    font-size:18px;
    line-height:1.7;
    margin-bottom:20px;
    margin-top:20px;

}


.two-column {

    display:flex;
    align-items:center;
    gap:50px;

}


.two-column > div {

    flex:1;

}


.poe-table {

    width:100%;
    border-collapse:collapse;
    margin-top:30px;

}


.poe-table th {

    background:#f5f7fa;

}


.poe-table th,
.poe-table td {

    border:1px solid #ddd;
    padding:15px;
    text-align:left;

}


.faq-item {

    border-bottom:1px solid #ddd;
    padding:20px 0;
    font-family:Poppins-regular;

}


.faq-item summary {

    font-size:20px;
    font-weight:bold;
    cursor:pointer;

}
/* ===== Mobile Optimization ===== */

img{
    max-width:100%;
    height:auto !important;
}


.table-wrapper{
    width:100%;
    overflow-x:auto;
}


.poe-table{
    min-width:700px;
}


@media(max-width:768px){

    .two-column{
        display:block;
    }


    .two-column img{
        width:100%;
        height:auto;
        margin-bottom:20px;
    }


    .section-intro{
        padding:10px 15px;
        font-size:14px;
    }


    .poe-table th,
    .poe-table td{
        padding:10px;
        font-size:14px;
    }


    .faq-item summary{
        font-size:16px;
    }

}
