/* ── GEO SLOT SECTION (editor left panel) ── */
.geo-slot {
  border: 1px solid var(--bd);
  border-radius: 7px;
  padding: 8px;
  margin-bottom: 7px;
  background: var(--paper)
}

.geo-slot-upload-lbl {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 5px
}

.geo-slot-upload-lbl .btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 11px;
  padding: 5px 8px
}

.geo-color-row {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 5px
}

.geo-color-row span {
  font-size: 10px;
  color: var(--light);
  white-space: nowrap
}

.geo-color-row input[type=color] {
  flex: 1;
  border: 1px solid var(--bd);
  border-radius: 4px;
  padding: 1px 2px;
  height: 26px;
  cursor: pointer;
  background: var(--card)
}

/* Layer name label in card header */
.geo-header-sep {
  color: rgba(30, 30, 40, .28);
  margin: 0 0.3em;
  font-weight: 400;
  font-size: 0.82em;
  flex-shrink: 0;
  line-height: 1
}

.face-geo-label {
  font-family: var(--font-hook);
  font-weight: 700;
  font-size: var(--fs-t2);
  color: rgba(30, 30, 40, .55);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 1 0%;
  min-width: 0;
  line-height: 1.2
}
