[data-cellid="footer_c1"][data-page="_global_login"][data-cellid="footer_c1"][data-page="_global_login"][data-cellid="footer_c1"][data-page="_global_login"] {
  width: 33.33333333%;
}
[data-cellid="footer_c2"][data-page="_global_login"][data-cellid="footer_c2"][data-page="_global_login"][data-cellid="footer_c2"][data-page="_global_login"] {
  width: 66.66666667%;
}
[data-cellid="footer_c"][data-page="_global_login"][data-cellid="footer_c"][data-page="_global_login"][data-cellid="footer_c"][data-page="_global_login"] {
  width: 33.33333333%;
}
[data-cellid="footer_c4"][data-page="_global_login"][data-cellid="footer_c4"][data-page="_global_login"][data-cellid="footer_c4"][data-page="_global_login"] {
  width: 33.33333333%;
}
[data-page="_global_login"][data-itemid="page_image_ash8f23hr"] {
  width: 400px;
}


/* ========================= */
/* صفحة الدخول - SmartPress */
/* ========================= */

body.login-page {
    background: linear-gradient(135deg, #FFD27C 0%, #FFEDB2 100%);
    font-family: "Segoe UI", Arial, sans-serif;
    height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

/* صندوق تسجيل الدخول */
.login-box {
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 450px;  /* أكبر حجم للصندوق */
    min-width: 320px;  /* أصغر حجم للصندوق */
    text-align: center;
}

/* عنوان التطبيق */
.login-box h1 {
    color: #FFD27C;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.4;
}

/* الحقول */
.login-box input[type="text"],
.login-box input[type="password"] {
    width: 100%;
    padding: 12px 12px;
    margin: 15px 0;
    border: 1px solid #FFD27C;
    border-radius: 6px;
    font-size: 14px;
}

/* زر تسجيل الدخول */
.login-box input[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: #FFD27C;
    border: none;
    border-radius: 6px;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.login-box input[type="submit"]:hover {
    background-color: #FFEDB2;
    color: #000000;
}

/* روابط المساعدة */
.login-box a {
    color: #FFD27C;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.login-box a:hover {
    color: #FFEDB2;
    text-decoration: underline;
}