.elementor-5628 .elementor-element.elementor-element-79d2b6d{margin-top:-27px;margin-bottom:-27px;}.elementor-5628 .elementor-element.elementor-element-876da58 > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-876da58 */.guide-box{
    background:#fff;
    border:1px solid #E5E7EB;
    border-radius:18px;
    padding:28px;
    margin:30px 0;
    box-shadow:0 10px 30px rgba(15,23,42,.06);
    transition:.3s;
}

.guide-box:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(15,23,42,.12);
}

.guide-title{
    display:flex;
    align-items:center;
    gap:15px;
    font-size:28px;
    font-weight:800;
    color:#0F3D91;
    margin-bottom:20px;
}

.guide-number{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#0F3D91;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:700;
}

.guide-box p{
    line-height:2.2;
    color:#444;
    font-size:16px;
}

.guide-list{
    margin:20px 0;
    padding:0;
    list-style:none;
}

.guide-list li{
    position:relative;
    padding:12px 18px 12px 12px;
    margin:10px 0;
    background:#F8FAFC;
    border-right:4px solid #0F3D91;
    border-radius:10px;
    font-weight:600;
}

.guide-note{
    margin-top:25px;
    background:#FFF8E8;
    border-right:5px solid #F59E0B;
    padding:18px;
    border-radius:12px;
    color:#8A5A00;
    font-weight:600;
}

@media (max-width:768px){

    .guide-box{
        padding:20px 16px;
        margin:20px 0;
        border-radius:16px;
    }

    .guide-title{
        font-size:22px;
        gap:10px;
        margin-bottom:16px;
        align-items:flex-start;
        line-height:1.5;
    }

    .guide-number{
        width:38px;
        height:38px;
        min-width:38px;
        font-size:16px;
        flex-shrink:0;
    }

    .guide-box p{
        font-size:15px;
        line-height:2;
    }

    .guide-list{
        margin-top:15px;
    }

    .guide-list li{
        padding:12px;
        font-size:14px;
        line-height:1.8;
        margin:8px 0;
    }

    .guide-note{
        padding:14px;
        font-size:14px;
        line-height:1.9;
    }

}/* End custom CSS */