:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a842418 *//* עיצוב עמוד סיסמה בוורדפרס - סגנון רומן הגבר */

/* הסתרת כותרות וורדפרס רגילות אם מפריעות */
.post-password-required {
    text-align: center;
    padding: 20px;
    background: #f0f2f5;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* עיצוב הטופס ככרטיס */
.post-password-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-top: 6px solid #25D366; /* הפס הירוק */
}

/* הטקסט "תוכן זה מוגן..." */
.post-password-form p {
    font-family: 'Segoe UI', sans-serif;
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 20px;
}

/* הסתרת הלייבל "סיסמה:" */
.post-password-form label {
    font-size: 0; /* מסתיר את הטקסט */
    display: block;
    width: 100%;
}

/* שדה הקלט */
.post-password-form input[type="password"] {
    width: 100% !important;
    height: 55px !important;
    padding: 0 15px !important;
    margin-bottom: 20px !important;
    border: 2px solid #eee !important;
    border-radius: 12px !important;
    font-size: 1.5rem !important;
    text-align: center !important;
    background: #f9f9f9 !important;
    outline: none !important;
    letter-spacing: 5px; /* רווח בין כוכביות */
}

.post-password-form input[type="password"]:focus {
    border-color: #25D366 !important;
    background: #fff !important;
}

/* כפתור השליחה */
.post-password-form input[type="submit"] {
    width: 100% !important;
    background: #25D366 !important;
    color: white !important;
    border: none !important;
    padding: 15px !important;
    font-size: 1.2rem !important;
    font-weight: bold !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    transition: transform 0.2s !important;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3) !important;
}

.post-password-form input[type="submit"]:hover {
    background: #20bd5a !important;
}

.post-password-form input[type="submit"]:active {
    transform: scale(0.96) !important;
}/* End custom CSS */