/* סטריפ לבן מלא ברוחב כל האתר */
.os-law-footer-privacy {
  display: block;
  width: 100% !important;
  background: #ffffff !important;   /* רקע לבן */
  text-align: center;
  margin: 0 !important;             /* בלי מרווחים מסביב */
  padding: 16px 0 !important;       /* קצת גובה פנימי */
  position: relative;
  z-index: 99999;                   /* למעלה מכל דבר */
  box-sizing: border-box;
}

/* טקסט הקישור – תמיד שחור */
.os-law-footer-privacy__link {
  color: #000000 !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}

.os-law-footer-privacy__link:hover,
.os-law-footer-privacy__link:focus {
  color: #000000 !important;
  text-decoration: underline;
}
