.sb-consent[hidden] { display: none !important; }
.sb-consent {
  position: fixed;
  z-index: 10000;
  right: 18px;
  bottom: 18px;
  left: 18px;
  width: min(760px, calc(100% - 36px));
  margin-left: auto;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #f8fafc;
  background: #0d2340;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  box-shadow: 0 22px 60px rgba(7,24,44,.28);
  font: 500 14px/1.45 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.sb-consent__copy { display: grid; gap: 3px; flex: 1; }
.sb-consent__copy strong { font-size: 15px; }
.sb-consent__copy span { color: #dbe4ee; }
.sb-consent__copy a { width: fit-content; color: #ffb089; text-decoration: underline; text-underline-offset: 3px; }
.sb-consent__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.sb-consent button {
  min-height: 42px;
  padding: 9px 14px;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.sb-consent__reject { color: #f8fafc; background: transparent; border: 1px solid rgba(255,255,255,.5); }
.sb-consent__accept { color: #fff; background: #d9470d; border: 1px solid #d9470d; }
.sb-consent button:focus-visible, .sb-consent a:focus-visible { outline: 3px solid #ffb089; outline-offset: 3px; }
@media (max-width: 680px) {
  .sb-consent { right: 14px; bottom: 14px; left: 14px; width: calc(100% - 28px); padding: 14px; align-items: stretch; flex-direction: column; gap: 12px; font-size: 13px; }
  .sb-consent__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .sb-consent button { min-height: 46px; padding: 8px; line-height: 1.15; }
}
