
#xlife-consent-root.xlife-consent-hidden{ display:none !important; }

.xlife-consent{
  position: fixed;
  left: 0; right: 0;
  z-index: 999999;
  padding: 14px;
  display: flex;
  justify-content: center;
  pointer-events: none;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

.xlife-consent-pos-bottom{ bottom: 0; }
.xlife-consent-pos-top{ top: 0; }

.xlife-consent-box{
  max-width: 980px;
  width: calc(100% - 24px);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  pointer-events: auto;
}

.xlife-consent-dark .xlife-consent-box{
  background: rgba(17, 17, 19, .92);
  color: #fff;
  border: 1px solid rgba(255,255,255,.10);
}

.xlife-consent-light .xlife-consent-box{
  background: rgba(255,255,255,.96);
  color: #111;
  border: 1px solid rgba(0,0,0,.08);
}

.xlife-consent-message{
  font-size: 14px;
  line-height: 1.45;
}

.xlife-consent-hint{
  margin-top: 8px;
  font-size: 12.5px;
  line-height: 1.35;
  opacity: .9;
}

.xlife-consent-actions{
  margin-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.xlife-consent-privacy{
  text-decoration: underline;
  font-size: 13px;
  opacity: .9;
  margin-right: auto;
}

.xlife-consent-btn{
  border: 0;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13.5px;
  cursor: pointer;
}

.xlife-consent-dark .xlife-consent-accept{ background: #e11d48; color:#fff; }
.xlife-consent-dark .xlife-consent-reject{ background: rgba(255,255,255,.10); color:#fff; }
.xlife-consent-light .xlife-consent-accept{ background: #e11d48; color:#fff; }
.xlife-consent-light .xlife-consent-reject{ background: rgba(0,0,0,.06); color:#111; }

.xlife-consent-modal{
  top:0; bottom:0;
  align-items: center;
  background: rgba(0,0,0,.55);
}

html.xlife-consent-lock, html.xlife-consent-lock body{
  overflow: hidden !important;
}
