/* Fixed cookie / privacy notice (footer-adjacent) */
.gluestick-cookie-notice {
  position: fixed;
  z-index: 1080;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1rem 1.25rem;
  background: #1a1d21;
  color: #f1f3f5;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
  font-size: 0.9rem;
  line-height: 1.45;
  max-height: 48vh;
  overflow-y: auto;
}

.gluestick-cookie-notice__inner {
  max-width: 1140px;
  margin: 0 auto;
}

.gluestick-cookie-notice h2 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #fff;
}

.gluestick-cookie-notice a {
  color: #9ec5fe;
  text-decoration: underline;
}

.gluestick-cookie-notice a:hover {
  color: #cfe2ff;
}

.gluestick-cookie-notice__muted {
  color: #ced4da;
}

.gluestick-cookie-notice__categories {
  margin: 0.75rem 0;
  padding: 0.75rem 0.85rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 0.35rem;
}

.gluestick-cookie-notice__row {
  margin-bottom: 0.65rem;
}

.gluestick-cookie-notice__row:last-child {
  margin-bottom: 0;
}

.gluestick-cookie-notice__label {
  font-weight: 600;
  color: #e9ecef;
}

.gluestick-cookie-notice__badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.15rem 0.4rem;
  border-radius: 0.25rem;
  margin-left: 0.35rem;
  vertical-align: middle;
}

.gluestick-cookie-notice__badge--required {
  background: #495057;
  color: #f8f9fa;
}

.gluestick-cookie-notice__badge--analytics {
  background: #364fc7;
  color: #fff;
}

.gluestick-cookie-notice__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-top: 0.85rem;
}

@media (min-width: 768px) {
  .gluestick-cookie-notice {
    padding: 1.1rem 1.5rem 1.35rem;
  }
}
