.elementor-670 .elementor-element.elementor-element-73806be{--display:flex;--min-height:100vh;--justify-content:center;--overlay-opacity:0.8;--margin-top:-14vw;--margin-bottom:0vw;--margin-left:0vw;--margin-right:0vw;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-670 .elementor-element.elementor-element-73806be::before, .elementor-670 .elementor-element.elementor-element-73806be > .elementor-background-video-container::before, .elementor-670 .elementor-element.elementor-element-73806be > .e-con-inner > .elementor-background-video-container::before, .elementor-670 .elementor-element.elementor-element-73806be > .elementor-background-slideshow::before, .elementor-670 .elementor-element.elementor-element-73806be > .e-con-inner > .elementor-background-slideshow::before, .elementor-670 .elementor-element.elementor-element-73806be > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#5F5F5F;--background-overlay:'';}.elementor-670 .elementor-element.elementor-element-9c903ed{width:var( --container-widget-width, 70% );max-width:70%;margin:15vw 0vw calc(var(--kit-widget-spacing, 0px) + 0vw) 0vw;padding:0px 0px 0px 0px;--container-widget-width:70%;--container-widget-flex-grow:0;}.elementor-670 .elementor-element.elementor-element-9c903ed.elementor-element{--align-self:center;}@media(max-width:1024px){.elementor-670 .elementor-element.elementor-element-73806be{--margin-top:-150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-670 .elementor-element.elementor-element-9c903ed{margin:20% 0% calc(var(--kit-widget-spacing, 0px) + 20%) 0%;--container-widget-width:425px;--container-widget-flex-grow:0;width:var( --container-widget-width, 425px );max-width:425px;}}@media(max-width:767px){.elementor-670 .elementor-element.elementor-element-73806be{--margin-top:-45%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-670 .elementor-element.elementor-element-9c903ed{margin:30% 0% calc(var(--kit-widget-spacing, 0px) + 15%) 0%;--container-widget-width:370px;--container-widget-flex-grow:0;width:var( --container-widget-width, 370px );max-width:370px;}}/* Start custom CSS for shortcode, class: .elementor-element-9c903ed *//* ===== אזור משתמש מחובר - התאמה מלאה לכל מסך ===== */
.custom-auth-box.logged-in-message {
  width: 100%;
  max-width: clamp(280px, 50vh, 500px); /* בין מובייל למחשב */
  margin: 6vh auto;
  padding: clamp(20px, 3vh, 40px) clamp(18px, 4vh, 45px);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  border-left: 6px solid #2ecc71;
  border-bottom: 5px solid #2ecc71;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  font-family: 'Heebo', Arial, sans-serif;
  text-align: center;
  color: #3a3a3a;
  box-sizing: border-box;
}

/* טקסט ברוך הבא */
.custom-auth-box.logged-in-message p {
  font-size: clamp(14px, 1.6vh, 18px);
  font-weight: 600;
  margin-bottom: 2.5vh;
  color: #3a3a3a;
  line-height: 1.5;
  word-wrap: break-word;
}

/* כפתור יציאה */
.custom-auth-box.logged-in-message .button-logout {
  display: inline-block;
  background: #2ecc71;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: clamp(10px, 1.2vh, 15px) clamp(22px, 2.5vh, 30px);
  border: none;
  border-radius: 0; /* ללא עיגול פינות */
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  font-size: clamp(12px, 1.3vh, 16px);
  white-space: nowrap;
}

.custom-auth-box.logged-in-message .button-logout:hover {
  background: #27ae60;
  transform: translateY(-2px);
}

/* ריווח פנימי יותר עדין במסכים קטנים */
@media (max-width: 768px) {
  .custom-auth-box.logged-in-message {
    margin: 5vh auto;
    padding: 25px 20px;
    max-width: 90%;
  }

  .custom-auth-box.logged-in-message p {
    font-size: 14px;
  }

  .custom-auth-box.logged-in-message .button-logout {
    font-size: 13px;
    padding: 10px 20px;
  }
}

/* התאמה למובייל קטן מאוד */
@media (max-width: 480px) {
  .custom-auth-box.logged-in-message {
    margin: 4vh auto;
    padding: 18px 15px;
    max-width: 95%;
  }

  .custom-auth-box.logged-in-message p {
    font-size: 13px;
  }

  .custom-auth-box.logged-in-message .button-logout {
    width: 100%;
    padding: 12px;
    font-size: 14px;
  }
}

/* תמיכה במסכים רחבים במיוחד */
@media (min-width: 1600px) {
  .custom-auth-box.logged-in-message {
    max-width: 60vh;
    padding: 5vh 4.5vh;
  }
  .custom-auth-box.logged-in-message p {
    font-size: 1.6vh;
  }
  .custom-auth-box.logged-in-message .button-logout {
    font-size: 1.4vh;
  }
}/* End custom CSS */