/* Page header */
.page-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #dadee4;
}

.page-header h1 {
  margin: 0;
}

.page-icon {
  width: 28px;
  height: 28px;
}

h2 {
  margin-top: 1.5rem;
}

/* Buttons */
.btn-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.btn-icon {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.ml-auto {
  margin-left: auto;
}

/* Person/guest rows */
.person-row {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f1f4;
}

.person-row:last-of-type {
  border-bottom: none;
}

.person-main {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.person-info {
  flex: 1;
  min-width: 0;
}

.person-line1 {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.person-line2 {
  font-size: 0.85rem;
  margin-top: 0.15rem;
}

.person-actions {
  display: flex;
  gap: 0.15rem;
  flex-shrink: 0;
}

.action-icon {
  width: 18px;
  height: 18px;
}

.btn-action {
  padding: 0.2rem;
  min-width: auto;
  height: auto;
}

/* Sub-guests indentation */
.sub-guests {
  margin-left: 1.5rem;
}

.sub-guests .person-row {
  padding: 0.4rem 0;
}

/* RSVP Wizard */
.wizard-step {
  margin-top: 1.5rem;
}

.wizard-buttons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

/* Modals */
.modal-body {
  max-height: 60vh;
  overflow-y: auto;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
