/* אוברליי שחור */
#os-law-consent {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background: rgba(0,0,0,0.95) !important;
  color: #fff !important;
  z-index: 99999 !important;
  padding: 20px !important;
  font-family: inherit !important;
  direction: rtl !important;
}

/* תוכן פנימי */
#os-law-consent .os-law-consent__title,
#os-law-consent .os-law-consent__desc {
  color: #fff !important;
  margin: 0 0 10px 0 !important;
  line-height: 1.6 !important;
}

/* לינק למדיניות */
#os-law-consent .os-law-consent__desc-link {
  color: #fff !important;
  text-decoration: underline !important;
}

/* אזור הכפתורים */
#os-law-consent .os-law-consent__actions {
  margin-top: 15px !important;
}

/* כפתור */
#os-law-consent .os-law-consent__btn {
  background: #fff !important;
  color: #000 !important;
  border: none !important;
  padding: 8px 18px !important;
  font-size: 14px !important;
  font-weight: bold !important;
  border-radius: 4px !important;
  cursor: pointer !important;
}
#os-law-consent .os-law-consent__btn:hover {
  opacity: 0.9 !important;
}
