.os-law-consent {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 2147483647 !important; /* מקסימום מספר שלם בדפדפן */
  background: rgba(0,0,0,0.88);
  color: #fff;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.6;
}

.os-law-consent__desc-link { 
  text-decoration: underline; 
  color: #fff !important; 
}

/* טקסטים */
.os-law-consent__title {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff !important;   /* הכותרת תמיד לבן */
}

.os-law-consent__desc {
  margin: 0 0 6px 0;
  color: #fff !important;   /* הטקסט בתיאור תמיד לבן */
}

.os-law-consent__desc a,
.os-law-consent__desc a:link,
.os-law-consent__desc a:visited {
  color: #fff !important;
  text-decoration: underline !important;
}

.os-law-consent__desc a:hover {
  color: #fff !important;
  text-decoration: underline !important;
  opacity: .92;
}

/* פעולות: הכפתור בצד השני */
.os-law-consent__content {
  flex: 1 1 auto;
  min-width: 0;
}
.os-law-consent__actions {
  flex: 0 0 auto;
  margin-inline-start: auto;
  display: flex;
  align-items: center;
}
.os-law-consent__btn {
  border: 0;
  padding: 10px 16px;
  cursor: pointer;
  background: #ffffff;
  color: #000000;
  border-radius: 6px;
  font-weight: 600;
}

/* מובייל */
@media (max-width: 768px) {
  .os-law-consent__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .os-law-consent__actions {
    margin-inline-start: 0;
  }
  .os-law-consent__btn {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
  }
}

/* --- OS Law: שכבת עוגיות עליונה וצבעים בכוח --- */
.os-law-consent {
  position: fixed !important;
  inset-inline: 0 !important;
  bottom: 0 !important;
  z-index: 2147483647 !important; /* גבוה יותר מכל פופאפ */
  background: rgba(0,0,0,0.88) !important;
  color: #fff !important;
}

/* כותרת ותיאור תמיד בלבן */
.os-law-consent__title,
.os-law-consent__desc,
.os-law-consent__desc * {
  color: #fff !important;
}

/* קישור "מדיניות הפרטיות" תמיד לבן עם קו תחתון */
.os-law-consent__desc a,
.os-law-consent__desc a:link,
.os-law-consent__desc a:visited,
.os-law-consent__desc-link,
.os-law-consent__desc-link:link,
.os-law-consent__desc-link:visited {
  color: #fff !important;
  text-decoration: underline !important;
}
.os-law-consent__desc a:hover,
.os-law-consent__desc-link:hover {
  color: #fff !important;
  text-decoration: underline !important;
  opacity: .92;
}

/* כשבאנר פתוח – תעדוף שלנו מעל ווידג'טים צפים נפוצים */
.oslaw-consent-open #ht-ctc-chat,
.oslaw-consent-open .ht-ctc,
.oslaw-consent-open [class*="ht-ctc"],
.oslaw-consent-open .tawk-min-container,
.oslaw-consent-open [data-flyout],
.oslaw-consent-open .elementor-popup-modal,
.oslaw-consent-open .wpfront-notification-bar {
  z-index: 100 !important; /* נמוך מהבאנר */
}

/* אופציונלי: לדחוף את כפתור הווטסאפ קצת למעלה כדי שלא ייגע בבאנר */
.oslaw-consent-open #ht-ctc-chat {
  bottom: 90px !important; /* התאם לגובה הבאנר שלך */
}
