.people-presence-field {
  gap: 0.55rem;
}

.people-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  min-height: 0;
}

.people-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.15rem 0.35rem 0.15rem 0.55rem;
  font-family: var(--font-serif, "Cormorant Garamond", serif);
  font-size: 0.95rem;
  color: var(--ink, #3a2a18);
  background: rgba(255, 252, 240, 0.65);
  border: 1px solid rgba(58, 42, 24, 0.2);
  border-radius: 2px;
}

.people-chip-remove {
  border: none;
  background: transparent;
  color: rgba(58, 42, 24, 0.55);
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
  padding: 0 0.15rem;
}

.people-chip-remove:hover {
  color: var(--ink, #3a2a18);
}

.people-presence-input-wrap {
  border-bottom: 1px solid rgba(58, 42, 24, 0.35);
}

.people-presence-line {
  width: 100%;
  border: none;
  background: transparent;
  font-family: var(--font-serif, "Cormorant Garamond", serif);
  font-size: 1.05rem;
  padding: 0.35rem 0;
}

.people-presence-line:focus {
  outline: none;
}

.people-suggestions-label {
  margin: 0.35rem 0 0.15rem;
  font-family: var(--font-ui-caps, "Cormorant SC", serif);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(58, 42, 24, 0.55);
}

.people-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.people-suggestion-chip {
  font-family: var(--font-serif, "Cormorant Garamond", serif);
  font-size: 0.88rem;
  padding: 0.2rem 0.55rem;
  cursor: pointer;
  color: var(--ink, #3a2a18);
  background: rgba(255, 250, 230, 0.5);
  border: 1px dashed rgba(58, 42, 24, 0.28);
  border-radius: 2px;
}

.people-suggestion-chip:hover {
  border-style: solid;
  background: rgba(255, 248, 220, 0.85);
}
