/* ===================================

   Laqta AI Theme

=================================== */

*{

    margin:0;

    padding:0;

    box-sizing:border-box;

}

body{

    direction:rtl;

    font-family:Tajawal,sans-serif;

    background:#f5f7fa;

}

/* الحاوية */

.laqta-topbar{

    background:#ffffff;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:18px 40px;

    border-bottom:1px solid #e5e5e5;

}

/* الشعار */

.laqta-logo img{

    width:280px;

    height:auto;

    display:block;

}

/* التاريخ */

.laqta-top-left{

    display:flex;

    align-items:center;

    gap:18px;

    font-size:15px;

    color:#555;

}

/* الأخبار العاجلة */

#laqta-breaking-news{

    background:#0f2f6d;

    height:52px;

}

/* القائمة */

#laqta-navigation{

    background:#173d88;

    height:60px;

}