.ricsa-consent {
  position: fixed;
  z-index: 1000;
  right: 16px;
  bottom: 16px;
  left: 16px;
  max-width: 760px;
  margin: 0 auto;
  color: #f7f9fc;
  background: #101827;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .3);
}
.ricsa-consent__inner { padding: 18px; }
.ricsa-consent strong { font-size: 1.05rem; }
.ricsa-consent p { margin: 8px 0 14px; color: #d7dfeb; line-height: 1.45; }
.ricsa-consent__actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.ricsa-consent button {
  cursor: pointer; border: 0; border-radius: 999px; padding: 10px 16px;
  color: #fff; background: #1967d2; font: inherit; font-weight: 700;
}
.ricsa-consent button.secondary { background: transparent; border: 1px solid #91a0b7; }
.ricsa-consent a { color: #b8d5ff; }

