/* BSJ Consent – Banner-Styles */
#bsj-consent {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 99999;
  padding: 12px;
  font-size: 15px;
  line-height: 1.5;
}
#bsj-consent .bsjc-box {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  color: #222;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,.25);
  padding: 18px 20px;
}
#bsj-consent a { color: #C4183C; text-decoration: underline; }
#bsj-consent .bsjc-opts { margin: 12px 0 4px; display: flex; flex-wrap: wrap; gap: 8px 24px; }
#bsj-consent .bsjc-opts label { display: flex; align-items: center; gap: 8px; margin: 0; font-weight: 500; }
#bsj-consent .bsjc-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; justify-content: flex-end; }
#bsj-consent .bsjc-btn {
  border: 0; border-radius: 6px; cursor: pointer;
  padding: 10px 22px; font-size: 15px; font-weight: 600;
}
#bsj-consent .bsjc-accept  { background: #C4183C; color: #fff; }
#bsj-consent .bsjc-decline { background: #6c757d; color: #fff; }
#bsj-consent .bsjc-settings, #bsj-consent .bsjc-save { background: #e9ecef; color: #222; }
#bsj-consent .bsjc-btn:hover { filter: brightness(.92); }
@media (max-width: 600px) {
  #bsj-consent { padding: 0; }
  #bsj-consent .bsjc-box { border-radius: 10px 10px 0 0; }
  #bsj-consent .bsjc-actions { justify-content: stretch; }
  #bsj-consent .bsjc-btn { flex: 1 1 45%; }
}
