.sublote-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  padding: 16px;
  pointer-events: none;
}

.sublote-consent-inner {
  pointer-events: auto;
  max-width: 960px;
  margin: 0 auto;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.96);
  color: #e2e8f0;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
}

html[data-theme="light"] .sublote-consent-inner {
  background: rgba(255, 255, 255, 0.98);
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.12);
}

.sublote-consent-text {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.55;
}

.sublote-consent-text a {
  color: #60a5fa;
  text-decoration: underline;
  text-underline-offset: 2px;
}

html[data-theme="light"] .sublote-consent-text a {
  color: #2563eb;
}

.sublote-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.sublote-consent-btn {
  border: none;
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}

.sublote-consent-btn--ghost {
  background: transparent;
  color: inherit;
  border: 1px solid rgba(148, 163, 184, 0.45);
}

.sublote-consent-btn--primary {
  background: #2563eb;
  color: #fff;
}

.sublote-consent-btn--primary:hover {
  background: #1d4ed8;
}

html.sublote-consent-open .sublote-site-footer {
  padding-bottom: 88px;
}

@media (max-width: 560px) {
  .sublote-consent-actions {
    flex-direction: column;
  }

  .sublote-consent-btn {
    width: 100%;
    text-align: center;
  }
}
