/* Shared chrome for Total Parks-dev embed mode fixtures (Phase 4).
   Sticky nav + dummy cookie bar compete with the modal overlay the way a
   partner listing would. Overlay z-index is 2147483647; keep these lower. */

.mode-fixture-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 28px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line, #e6edef);
}

.mode-fixture-cookie {
  position: sticky;
  top: 52px;
  z-index: 45;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
  padding: 10px 28px;
  background: #12222b;
  color: #f7f3ec;
  font-size: 13px;
}

.mode-fixture-cookie button {
  cursor: pointer;
  border: 0;
  border-radius: 8px;
  padding: 6px 12px;
  font: 600 13px/1.2 inherit;
  background: #fbbf24;
  color: #12222b;
}
