.tolaviv-signup-container {
    max-width: 380px;
    margin: 200px auto 0;
    padding: 30px 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 14px rgba(0, 0, 0, .05);
    font-family: "NarkissShimshon", "Assistant", sans-serif;
    direction: rtl;
    text-align: center;
}

.tolaviv-signup-container2 {
    max-width: 380px;
    margin: 20px auto 40px;
    padding: 30px 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 14px rgba(0, 0, 0, .05);
    font-family: "NarkissShimshon", "Assistant", sans-serif;
    direction: rtl;
    text-align: center;
}

body.admin-bar .tolaviv-signup-container {
    margin-top: 152px;
}

.tolaviv-box {
    max-width: 520px;
    margin: 200px auto 0;
    padding: 22px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 14px rgba(0, 0, 0, .05);
    text-align: center;
}

.tolaviv-strong {
    margin: 0 0 10px;
    font-weight: 700;
}

.tolaviv-png {
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 auto 3px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.audiodrama-png {
    display: block;
    max-width: 50%;
    height: auto;
    margin: 0 auto 20px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}
.tolaviv-desc {
    font-weight: 400;
    font-size: 20px;
    color: #b00020;
    margin: 0 0 15px;
}

.tolaviv-desc2 {
    font-weight: 300;
    font-size: 14px;
    color: #111;
    margin: 0 0 25px;
}

.tolaviv-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.tolaviv-input {
    padding: 14px 15px;
    border: 1.7px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color .3s ease;
    outline-offset: 2px;
    font-family: "NarkissShimshon", "Assistant", sans-serif;
}

.tolaviv-input:focus {
    border-color: #0073e6;
    outline: none;
}

.tolaviv-button {
    display: inline-block;
    background: #0073e6;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 14px;
    border-radius: 7px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color .25s ease;
    font-family: "NarkissShimshon", "Assistant", sans-serif;
    text-decoration: none;
}

.tolaviv-button:hover {
    background: #005bb5;
}

.tolaviv-or {
    margin: 25px 0 15px;
    font-weight: 600;
    color: #666;
    font-size: 14px;
    font-family: "NarkissShimshon", "Assistant", sans-serif;
}

.tolaviv-google-login {
    display: flex;
    justify-content: center;
}

.tolaviv-google-login .nsl-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.tolaviv-google-login .nsl-container .nsl-button {
    width: auto !important;
    min-width: 220px;
    height: 44px;
    border-radius: 7px !important;
    font-family: "NarkissShimshon", "Assistant", sans-serif !important;
}

.tolaviv-error {
    color: #b00020;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: "NarkissShimshon", "Assistant", sans-serif;
}

body.logged-in .tolaviv-form,
body.logged-in .tolaviv-or,
body.logged-in .tolaviv-google-login {
    display: none !important;
}

/* מובייל — בעמוד ההרשמה בלבד (השתמש ב-ID האמיתי שלך במקום 620 אם שונה) */
@media (max-width: 600px) {
    .tolaviv-signup-container, .tolaviv-signup-wrapper {
        padding-top: 160px !important;
        margin-bottom: 0 !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin: 0 !important;
        margin-bottom: -140px !important;
        position: relative;
    }
    .tolaviv-signup-container2 {
        padding-top: 160px !important;
        margin: -10px 20px 30px !important;
        position: relative;
    }

    .tolaviv-png {
    margin: -150px auto 3px;
    }

    .tolaviv-box {
    margin: 0 auto 40px;
    }
}