.sp-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  padding: 1rem;
  background: rgba(15, 23, 42, 0.96);
  color: #f8fafc;
  box-sizing: border-box;
}
.sp-cookie-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.sp-cookie-text {
  margin: 0;
  flex: 1 1 280px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #e2e8f0;
}
.sp-cookie-text a {
  color: #93c5fd;
  text-decoration: underline;
}
.sp-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.sp-cookie-btn {
  border: 0;
  border-radius: 8px;
  padding: 0.55rem 1rem;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
}
.sp-cookie-btn-primary {
  background: #2563eb;
  color: #fff;
}
.sp-cookie-btn-ghost {
  background: transparent;
  color: #e2e8f0;
  border: 1px solid #64748b;
}
