li#new_ticket_btn {
  display: none !important;
}


div.ArticleCmd__socialShareLt {
  display: none !important;
}


div[data-id="articlePrint"] {
  display: none !important;
}


div.ArticleDetailLeftContainer__pdfView {
  display: none !important;
}

/* הסתרת טקסטים מקוריים */
[data-id="unauthorizedError_title"],
[data-id="unabletoprocessError_title"] {
  font-size: 0 !important;
  position: relative;
  text-align: center;
  animation: fadeInBox 0.8s ease-in-out;
}

/* הכנסת נוסח אחיד */
[data-id="unauthorizedError_title"]::before,
[data-id="unabletoprocessError_title"]::before {
  content: "לפי נתוני המערכת, אינכם מופיעים כחברים פעילים באיגוד.\Aעמוד זה זמין לחברי האיגוד בלבד.\Aאם אתם חברי איגוד ומופיעה שגיאה זו – אנא צרו קשר עם המשרד 02-5959-750";
  white-space: pre-line;
  font-size: 17px;
  color: #0e4d76;
  background-color: #fffdf7;
  border: 2px solid #d0ad5c;
  padding: 25px;
  display: block;
  direction: rtl;
  line-height: 1.8;
  border-radius: 16px;
  margin: 0 auto;
  max-width: 650px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  animation: fadeInText 1.2s ease-in-out;
}

/* אנימציות */
@keyframes fadeInBox {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInText {
  from { opacity: 0; }
  to { opacity: 1; }
}


/* הסתרת אייקונים בעמודי שגיאה */
[data-id="unauthorizedError"] svg,
[data-id="unauthorizedError"] use,
[data-id="unabletoprocessError"] svg,
[data-id="unabletoprocessError"] use {
  display: none !important;
}




.Signin__part {
  position: relative;
  padding-bottom: 100px;
}

.Signin__part::after {
  content: "לחיצה על סמל Google תאפשר כניסה מיידית ללא צורך בסיסמה.";
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 600;
  color: #0e4d76;
  background-color: #fffdf7;
  border: 1px solid #d0ad5c;
  border-radius: 8px;
  direction: rtl;
  text-align: right;
  line-height: 1.6;
  box-sizing: border-box;

  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 533.5 544.3'><path fill='%23EA4335' d='M533.5 278.4c0-17.4-1.6-34.1-4.6-50.4H272v95.3h146.9c-6.3 33.7-25.1 62.2-53.5 81.2v67.3h86.4c50.6-46.6 81.7-115.4 81.7-193.4z'/><path fill='%234285F4' d='M272 544.3c72.6 0 133.6-24 178.1-65.1l-86.4-67.3c-24.1 16.3-55 26.1-91.7 26.1-70.5 0-130.3-47.6-151.6-111.4H30v69.9c44.6 88.1 135.5 147.8 242 147.8z'/><path fill='%234CC94D' d='M120.4 326.6c-10.3-30.5-10.3-63.1 0-93.6V163H30c-38.8 77.2-38.8 168.2 0 245.4l90.4-69.9z'/><path fill='%23FBBC04' d='M272 107.7c39.5-.6 77.1 14.3 105.9 41.4l79.1-79.1C412.6 24.3 344.1-2 272 0 165.5 0 74.6 59.7 30 147.8l90.4 69.9C141.7 155.3 201.5 107.7 272 107.7z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 24px 24px;
  padding-right: 48px; /* מקום לאייקון */
}


.ArticleComments__replyContent {
  font-size: 0; /* מסתיר את הטקסט המקורי */
  position: relative;
}

.ArticleComments__replyContent::before {
  content: 'הוספות 💬'; 
  font-size: 16px;
  direction: rtl;
  display: block;
}




