/* IsikIsareti — invisible light cue. Takes no vertical space and never
   paints; it only serves as a scroll anchor for the Light Field engine. */
.cc_Z0fv8wUkj4_8xmT4xyVza .isik-isareti {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  pointer-events: none;
  overflow: visible;
}

/* Studio (editor iframe) only: the live site keeps the invisible 0-height
   anchor, but in the editor the cue renders as a slim labeled chip so the
   designer can see and select it. */
.cc_Z0fv8wUkj4_8xmT4xyVza .isik-isareti.is-editor {
  height: auto;
  padding: 8px 0;
  pointer-events: auto;
}
.cc_Z0fv8wUkj4_8xmT4xyVza .isik-isareti .ii-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  margin: 0 auto;
  padding: 6px 16px;
  border: 1px dashed rgba(198, 143, 97, 0.6);
  border-radius: 999px;
  background: rgba(26, 26, 24, 0.55);
  color: #e8e2da;
  font: 600 11px/1 system-ui, -apple-system, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cc_Z0fv8wUkj4_8xmT4xyVza .isik-isareti .ii-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex: none;
}
