.briquel-demo-notice {
  position: sticky;
  top: 0;
  z-index: 10000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.65rem;
  padding: 0.5rem 0.85rem;
  background: linear-gradient(90deg, #78350f 0%, #9a3412 45%, #7c2d12 100%);
  color: #fff7ed;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.briquel-demo-notice--landing {
  background: linear-gradient(90deg, #1e1b4b 0%, #312e81 50%, #0e7490 100%);
}

.briquel-demo-notice--tienda {
  background: linear-gradient(90deg, #7c2d12 0%, #c2410c 50%, #9a3412 100%);
}

.briquel-demo-notice--cafeteria {
  background: linear-gradient(90deg, #451a03 0%, #78350f 50%, #9a3412 100%);
}

.briquel-demo-notice strong {
  font-weight: 800;
  letter-spacing: 0.02em;
}

.briquel-demo-notice span {
  opacity: 0.96;
}

.briquel-demo-notice a {
  color: #fde68a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.briquel-demo-notice a:hover {
  color: #fff;
}

body.briquel-demo-has-notice {
  --briquel-demo-notice-h: 2.35rem;
}

@media (max-width: 520px) {
  .briquel-demo-notice {
    font-size: 0.72rem;
    padding: 0.45rem 0.65rem;
  }
}
