/* Multi-holder repeater (US-UR7) */
.dvee-guests-fieldset {
  margin-top: 1em;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  border-left: 3px solid var(--dvee-success, #28a745);
}
.dvee-guests-fieldset legend { padding: 0 .5em; font-weight: 600; }
.dvee-guests-counter { font-weight: normal; color: #666; }
.dvee-guests-list { display: flex; flex-direction: column; gap: .75em; margin-bottom: .75em; }
.dvee-guest-row { padding: .75em; background: #f9f9f9; border-radius: 4px; position: relative; padding-right: 3em; }

/* Remove button — intentional tertiary destructive action. */
.dvee-remove-guest-btn {
  position: absolute;
  top: .5em;
  right: .5em;
  width: 2em;
  height: 2em;
  padding: 0;
  background: transparent;
  border: 1px solid #c00;
  border-radius: 4px;
  color: #c00;
  font-size: 1.1em;
  line-height: 1;
  cursor: pointer;
  text-align: center;
}
.dvee-remove-guest-btn:hover { background: #fff0f0; }

/* Add Guest button spacing. */
.dvee-add-guest-btn { margin-top: .25em; }
.dvee-add-guest-btn[disabled] { opacity: .5; cursor: not-allowed; }
