.gi-item-row td { vertical-align: middle; }
#gi-allocation-notice { border-radius: 4px; }
#gi-totals { background: #f8f8f8; padding: 12px; border-radius: 4px; margin: 15px 0; font-size: 16px; }
.gi-table th, .gi-table td { text-align: right; }

/* ---------- ממשק קדמי (shortcode) ---------- */
.gi-clone-wrap.gi-frontend {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 100vh;

    font-family: inherit;
    background: #fff;
    color: #222;
    padding: 30px 5vw;
    border-radius: 0;
    box-shadow: none;
}
.gi-frontend .gi-inner {
    max-width: 1100px;
    margin: 0 auto;
}
.gi-frontend, .gi-frontend * { color: #222; }
.gi-frontend h2, .gi-frontend h3 { margin-top: 0; }
.gi-frontend table.form-table th { width: 180px; text-align: right; padding: 8px 10px 8px 0; vertical-align: top; }
.gi-frontend table.form-table td { padding: 8px 0; }
.gi-frontend input[type=text], .gi-frontend input[type=email], .gi-frontend input[type=number],
.gi-frontend input[type=date], .gi-frontend input[type=password], .gi-frontend select, .gi-frontend textarea {
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.gi-frontend .button {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #f6f7f7;
    cursor: pointer;
    text-decoration: none;
    color: #222;
}
.gi-frontend .button-primary {
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
}
.gi-frontend .button-large { padding: 10px 22px; font-size: 15px; }

.gi-tabs {
    display: flex;
    gap: 4px;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.gi-tab-link {
    padding: 10px 16px;
    text-decoration: none;
    color: #333;
    border-bottom: 3px solid transparent;
    font-weight: 600;
}
.gi-tab-link.active {
    color: #2271b1;
    border-bottom-color: #2271b1;
}

.gi-two-col { display: flex; gap: 30px; flex-wrap: wrap; }
.gi-two-col > div { flex: 1; min-width: 280px; }

.gi-guide-card {
    flex: 1;
    min-width: 300px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 18px;
}

.gi-login-notice { max-width: 380px; margin: 0 auto; text-align: center; }
.gi-login-notice p.login-remember, .gi-login-notice p.login-submit { text-align: right; }
.gi-login-notice, .gi-login-notice * {
    color: #222 !important;
}
.gi-login-notice label { color: #222 !important; }
.gi-login-notice input[type=text], .gi-login-notice input[type=password] {
    background: #fff !important;
    color: #222 !important;
    border: 1px solid #ccc;
    padding: 6px 8px;
    border-radius: 4px;
}
.gi-login-notice input[type=submit] {
    background: #2271b1 !important;
    color: #fff !important;
    border: 1px solid #2271b1;
    padding: 8px 18px;
    border-radius: 4px;
    cursor: pointer;
}
.gi-login-notice a { color: #2271b1 !important; }

/* תיבת הערה צהובה (התראות מספר הקצאה, מדריך וכו') - צבעים מוגדרים במפורש
   כדי שלא "ייבלעו" ע"י עיצוב התבנית של האתר (למשל טקסט לבן על רקע בהיר) */
.gi-clone-wrap .gi-notice-box,
.gi-clone-wrap .gi-notice-box * {
    background-color: #fff3cd !important;
    color: #664d03 !important;
}
.gi-clone-wrap .gi-notice-box {
    border: 1px solid #ffc107 !important;
    padding: 12px 16px !important;
    border-radius: 4px;
    line-height: 1.6;
}
.gi-clone-wrap .gi-notice-box a { color: #2271b1 !important; text-decoration: underline; }
