/* GeniusMixer WooCommerce Custom Bundle */

/* ============================================================
   Footer
   ============================================================ */
.gm-footer-links-wrap{
                width:100%;
                max-width:1200px;
                text-align:center;
                line-height:1.8;
                padding:40px 10px;
                margin:0 auto;
                display:grid;
                grid-template-columns:1fr 1fr;
                gap:20px;
                background:transparent;
                box-sizing:border-box;
            }

            .gm-footer-links-row{
                display:flex;
                flex-direction:column;
                align-items:center;
                justify-content:flex-start;
                gap:34px;
                margin:0;
                
            }
.site-footer{  background-color:#f2f2f2;}
            .gm-footer-links-row a{
                color:#0000ff !important;
                  
                display:block;
                text-decoration:none;
                font-weight:500;
                line-height:1.6;
            }

            .gm-footer-links-row a:hover{
                text-decoration:underline;
            }

            .gm-footer-links-ar{
                direction:rtl;
            }

            .gm-footer-links-en{
                direction:ltr;
            }

            /* يمين: سياسات، يسار: معلومات/تواصل */
            .gm-footer-links-row-policy{
                order:2;
            }

            .gm-footer-links-row-info{
                order:1;
            }

            @media (max-width:700px){
                .gm-footer-links-wrap{
                    grid-template-columns:1fr;
                    gap:24px;
                    padding:24px 10px;
                }

                .gm-footer-links-row{
                    gap:14px;
                }

                .gm-footer-links-row-policy,
                .gm-footer-links-row-info{
                    order:initial !important;
                }
            }

/* ============================================================
   Help Account
   ============================================================ */
.gm-help-accont {
    margin: 18px 0;
    line-height: 1.8;
    font-size: 16px;
}

.gm-help-accont p {
    margin: 0 0 8px;
    font-weight: 600;
}

.gm-help-accont ul {
    margin: 0;
    padding-inline-start: 22px;
}

.gm-help-accont li {
    margin: 4px 0;
}

.gm-help-accont-ar {
    direction: rtl;
    text-align: right;
}

.gm-help-accont-en {
    direction: ltr;
    text-align: left;
}
