.cc-people-v2 {
  --people-line: var(--cc-line, #d9e0dc);
  --people-line-strong: var(--cc-line-strong, #b9c5bf);
  --people-surface: var(--cc-surface, #ffffff);
  --people-surface-muted: var(--cc-surface-muted, #f4f7f5);
  --people-ink: var(--cc-ink, #17211d);
  --people-ink-soft: var(--cc-ink-soft, #56635d);
  --people-accent: var(--cc-accent, #176b50);
  --people-accent-soft: var(--cc-accent-soft, #e8f4ee);
  --people-blue: var(--cc-blue, #286f91);
  --people-blue-soft: #eaf3f8;
  --people-warning: #8a5b12;
  --people-warning-soft: #fff4d8;
  --people-danger: var(--cc-danger, #a33a46);
  --people-danger-soft: #fbeaec;
  min-width: 0;
  align-items: start;
  row-gap: 0;
  color: var(--people-ink);
  letter-spacing: 0;
}

.cc-people-v2 *,
.cc-people-v2 *::before,
.cc-people-v2 *::after {
  box-sizing: border-box;
}

.cc-people-v2 > .panel {
  min-width: 0;
  padding: 18px 0 20px;
  border: 0;
  border-bottom: 1px solid var(--people-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cc-people-v2 > .panel:first-child {
  padding-top: 0;
}

.cc-people-v2 > .panel:last-child {
  border-bottom: 0;
}

.cc-people-v2 h3,
.cc-people-v2 h4,
.cc-people-v2 p {
  overflow-wrap: anywhere;
  letter-spacing: 0;
}

.cc-people-v2 h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
}

.cc-people-v2 h4 {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
}

.cc-people-v2 .people-overview-header,
.cc-people-v2 .people-section-head,
.cc-people-v2 .people-timeline-summary {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cc-people-v2 .person-head {
  display: grid;
  min-width: 0;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 5px 0 12px;
  border-bottom: 1px solid var(--people-line);
  background: transparent;
}

.cc-people-v2 .people-avatar {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #a8c8b8;
  border-radius: 4px;
  background: var(--people-accent-soft);
  color: var(--people-accent);
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
}

.cc-people-v2 .person-head > div {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
}

.cc-people-v2 .person-head strong,
.cc-people-v2 .person-head small {
  overflow-wrap: anywhere;
  white-space: normal;
}

.cc-people-v2 .overview-eyebrow,
.cc-people-v2 .people-section-head > div > span,
.cc-people-v2 .people-timeline-summary span {
  color: var(--people-ink-soft);
  font-size: 10px;
  font-weight: 650;
}

.cc-people-v2 .people-overview-header {
  min-height: 58px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--people-line-strong);
}

.cc-people-v2 .people-overview-primary,
.cc-people-v2 .people-overview-create {
  min-height: 0;
}

.cc-people-v2 .people-overview-create {
  display: grid;
  grid-template-columns: minmax(132px, 0.18fr) minmax(0, 1fr);
  align-items: end;
  gap: 8px 16px;
  padding: 14px 16px;
  background: var(--people-surface-muted);
}

.cc-people-v2 .people-overview-create .people-section-head {
  align-self: center;
}

.cc-people-v2 .people-overview-create .people-form {
  grid-template-columns: minmax(180px, 1.2fr) repeat(3, minmax(120px, 0.7fr)) auto;
  align-items: end;
  margin-top: 0;
}

.cc-people-v2 .people-overview-create > .row {
  min-height: 24px;
  grid-column: 2;
  padding-block: 2px;
}

.cc-people-v2 .people-overview-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-top: 6px;
  color: var(--people-ink-soft);
  font-size: 11px;
}

.cc-people-v2 .people-overview-metrics strong {
  color: var(--people-ink);
  font-variant-numeric: tabular-nums;
}

.cc-people-v2 .people-master-detail {
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 0;
}

.cc-people-v2 .people-master,
.cc-people-v2 .people-detail {
  min-width: 0;
  padding-top: 12px;
}

.cc-people-v2 .people-master {
  padding-right: 14px;
}

.cc-people-v2 .people-detail {
  padding-left: 16px;
  border-left: 1px solid var(--people-line);
}

.cc-people-v2 .people-section-head {
  min-height: 38px;
  align-items: flex-start;
}

.cc-people-v2 [data-people-list-region="true"] .people-list,
.cc-people-v2 .people-list[data-people-list-region="true"] {
  max-height: none;
  overflow-y: visible;
  overscroll-behavior: auto;
}

.cc-people-v2 .people-list::-webkit-scrollbar,
.cc-people-v2 .people-timeline::-webkit-scrollbar,
.cc-people-v2 .people-interaction-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.cc-people-v2 .people-list::-webkit-scrollbar-track,
.cc-people-v2 .people-timeline::-webkit-scrollbar-track,
.cc-people-v2 .people-interaction-list::-webkit-scrollbar-track {
  background: transparent;
}

.cc-people-v2 .people-list::-webkit-scrollbar-thumb,
.cc-people-v2 .people-timeline::-webkit-scrollbar-thumb,
.cc-people-v2 .people-interaction-list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #b8c3bd;
}

.cc-people-v2 .people-overview-list {
  max-height: none;
}

.cc-people-v2 .people-overview-list-actions {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.cc-people-v2 .people-person-row {
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: 52px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 7px 9px;
  border: 1px solid transparent;
  border-bottom-color: var(--people-line);
  border-radius: 0;
  background: transparent;
  color: var(--people-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.cc-people-v2 .people-person-row > span:first-child,
.cc-people-v2 .people-person-row strong,
.cc-people-v2 .people-person-row small {
  min-width: 0;
}

.cc-people-v2 .people-person-row strong,
.cc-people-v2 .people-person-row small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cc-people-v2 .people-person-row small {
  margin-top: 3px;
  color: var(--people-ink-soft);
  font-size: 10px;
}

.cc-people-v2 .people-person-row:hover {
  background: var(--people-surface-muted);
}

.cc-people-v2 .people-person-row.active,
.cc-people-v2 .people-person-row[aria-current="true"] {
  border-color: #a8c8b8;
  border-left: 3px solid var(--people-accent);
  background: var(--people-accent-soft);
}

.cc-people-v2 .people-person-row:focus-visible,
.cc-people-v2 button:focus-visible,
.cc-people-v2 a:focus-visible,
.cc-people-v2 input:focus-visible,
.cc-people-v2 select:focus-visible,
.cc-people-v2 textarea:focus-visible,
.cc-people-v2 summary:focus-visible {
  outline: 2px solid var(--people-blue);
  outline-offset: 2px;
}

.cc-people-v2 .people-overview-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 8px 0 12px;
  border-top: 1px solid var(--people-line);
  border-left: 1px solid var(--people-line);
}

.cc-people-v2 .people-overview-fact {
  min-width: 0;
  min-height: 58px;
  padding: 8px 10px;
  border-right: 1px solid var(--people-line);
  border-bottom: 1px solid var(--people-line);
}

.cc-people-v2 .people-overview-fact span,
.cc-people-v2 .people-overview-fact strong {
  display: block;
}

.cc-people-v2 .people-overview-fact span {
  color: var(--people-ink-soft);
  font-size: 10px;
}

.cc-people-v2 .people-overview-fact strong {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.cc-people-v2 .people-vitals,
.cc-people-v2 .stacked-kpis {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 12px 0;
  border-top: 1px solid var(--people-line);
  border-bottom: 1px solid var(--people-line);
}

.cc-people-v2 .people-vitals > span,
.cc-people-v2 .stacked-kpis > .kpi {
  display: flex;
  min-width: 0;
  min-height: 48px;
  align-items: baseline;
  justify-content: flex-start;
  gap: 7px;
  padding: 8px 10px;
  border: 0;
  border-right: 1px solid var(--people-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cc-people-v2 .people-vitals > span:last-child,
.cc-people-v2 .stacked-kpis > .kpi:last-child {
  border-right: 0;
}

.cc-people-v2 .people-vitals small,
.cc-people-v2 .stacked-kpis .kpi span {
  color: var(--people-ink-soft);
  font-size: 10px;
  white-space: nowrap;
}

.cc-people-v2 .people-vitals strong,
.cc-people-v2 .stacked-kpis .kpi strong {
  min-width: 0;
  font-size: 16px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.cc-people-v2 .people-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px;
  margin: 10px 0 8px;
}

.cc-people-v2 .people-search-row input,
.cc-people-v2 .people-form input,
.cc-people-v2 .people-form select,
.cc-people-v2 .people-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--people-line-strong);
  border-radius: 4px;
  background: var(--people-surface);
  color: var(--people-ink);
  font: inherit;
}

.cc-people-v2 .people-search-row input,
.cc-people-v2 .people-form input,
.cc-people-v2 .people-form select {
  min-height: 34px;
  padding: 0 9px;
}

.cc-people-v2 .people-form textarea {
  min-height: 78px;
  padding: 8px 9px;
  resize: vertical;
}

.cc-people-v2 .people-form {
  display: grid;
  min-width: 0;
  gap: 8px;
  margin-top: 10px;
}

.cc-people-v2 .people-form .field {
  min-width: 0;
}

.cc-people-v2 .people-form .field > small {
  display: block;
  margin-bottom: 4px;
  color: var(--people-ink-soft);
  font-size: 10px;
  font-weight: 650;
}

.cc-people-v2 .workbench-actions,
.cc-people-v2 .people-field-actions {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 6px;
}

.cc-people-v2 .mini-action,
.cc-people-v2 .hud-button {
  min-height: 30px;
  padding: 4px 9px;
  border-radius: 4px;
  letter-spacing: 0;
  white-space: normal;
}

.cc-people-v2 .people-archive-action,
.cc-people-v2 .people-remove-field {
  border-color: #d8aab0;
  color: var(--people-danger);
}

.cc-people-v2 .people-archive-action:hover,
.cc-people-v2 .people-remove-field:hover {
  background: var(--people-danger-soft);
}

.cc-people-v2 .people-archive-confirmation {
  min-width: min(240px, 100%);
  max-width: 320px;
  border: 1px solid #d8aab0;
  border-radius: 4px;
  background: var(--people-surface);
}

.cc-people-v2 .people-archive-confirmation summary {
  display: flex;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.cc-people-v2 .people-archive-confirmation summary::-webkit-details-marker {
  display: none;
}

.cc-people-v2 .people-archive-confirmation-body {
  display: grid;
  gap: 8px;
  padding: 9px;
  border-top: 1px solid #d8aab0;
}

.cc-people-v2 .people-archive-confirmation-body p,
.cc-people-v2 .people-archive-confirmation-body label {
  margin: 0;
  color: var(--people-ink-soft);
  font-size: 10px;
  line-height: 1.5;
}

.cc-people-v2 .people-archive-confirmation-body label {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  color: var(--people-ink);
  font-weight: 700;
}

.cc-people-v2 .people-archive-final {
  justify-content: center;
  border-color: #c77d86;
  color: var(--people-danger);
}

.cc-people-v2 .people-archive-final:disabled {
  border-color: var(--people-line-strong);
  color: var(--people-ink-soft);
  cursor: not-allowed;
  opacity: 0.62;
}

.cc-people-v2 .people-field-row {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.cc-people-v2 .people-field-row > span:first-child,
.cc-people-v2 .people-field-row strong,
.cc-people-v2 .people-field-row small {
  min-width: 0;
}

.cc-people-v2 .people-field-row strong,
.cc-people-v2 .people-field-row small {
  display: block;
  overflow-wrap: anywhere;
}

.cc-people-v2 .people-safety-preview {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--people-line);
}

.cc-people-v2 .people-edit-guide {
  margin-top: 8px;
  border-left: 3px solid var(--people-accent);
  background: var(--people-accent-soft);
}

.cc-people-v2 .people-full-edit-form {
  display: grid;
  min-width: 0;
  gap: 12px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--people-line);
}

.cc-people-v2 .people-full-edit-section {
  min-width: 0;
  margin: 0;
  padding: 12px 0 0;
  border: 0;
  border-top: 1px solid var(--people-line);
}

.cc-people-v2 .people-full-edit-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.cc-people-v2 .people-full-edit-section legend {
  margin: 0 0 9px;
  padding: 0;
  color: var(--people-ink);
  font-size: 12px;
  font-weight: 750;
}

.cc-people-v2 .people-full-edit-grid {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px 10px;
}

.cc-people-v2 .people-full-edit-grid .field,
.cc-people-v2 .people-full-edit-grid input,
.cc-people-v2 .people-full-edit-grid select,
.cc-people-v2 .people-full-edit-grid textarea {
  width: 100%;
  min-width: 0;
}

.cc-people-v2 .people-full-edit-grid .field > small {
  display: block;
  margin-bottom: 4px;
  color: var(--people-ink-soft);
  font-size: 10px;
  font-weight: 650;
}

.cc-people-v2 .people-full-edit-grid input,
.cc-people-v2 .people-full-edit-grid select,
.cc-people-v2 .people-full-edit-grid textarea {
  min-height: 36px;
  padding: 6px 8px;
  border: 1px solid var(--people-line-strong);
  border-radius: 4px;
  background: var(--people-surface);
  color: var(--people-ink);
  font: inherit;
}

.cc-people-v2 .people-full-edit-grid textarea {
  min-height: 76px;
  resize: vertical;
}

.cc-people-v2 .people-full-edit-wide {
  grid-column: span 2;
}

.cc-people-v2 .people-full-edit-notes textarea {
  min-height: 92px;
}

.cc-people-v2 .people-full-edit-actions {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cc-people-v2 .people-full-edit-actions span,
.cc-people-v2 .people-form-heading span {
  color: var(--people-ink-soft);
  font-size: 10px;
  line-height: 1.45;
}

.cc-people-v2 .people-full-edit-actions .hud-button {
  min-width: min(180px, 100%);
}

.cc-people-v2 .people-arbitrary-field-form {
  grid-template-columns: minmax(120px, 0.6fr) minmax(180px, 1fr) auto;
  align-items: end;
  padding-top: 12px;
  border-top: 1px solid var(--people-line);
}

.cc-people-v2 .people-form-heading {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.cc-people-v2 .people-arbitrary-field-form .microcopy {
  grid-column: 1 / -1;
}

.cc-people-v2 .people-current-fields-panel > .list {
  columns: 2;
  column-gap: 14px;
}

.cc-people-v2 .people-current-fields-panel .people-field-row {
  break-inside: avoid;
  margin-bottom: 1px;
}

@media (max-width: 900px) {
  .cc-people-v2 .people-full-edit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cc-people-v2 .people-current-fields-panel > .list {
    columns: 1;
  }
}

@media (max-width: 600px) {
  .cc-people-v2 .people-full-edit-grid,
  .cc-people-v2 .people-arbitrary-field-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .cc-people-v2 .people-full-edit-wide,
  .cc-people-v2 .people-form-heading,
  .cc-people-v2 .people-arbitrary-field-form .microcopy {
    grid-column: 1;
  }

  .cc-people-v2 .people-full-edit-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cc-people-v2 .people-full-edit-actions .hud-button {
    width: 100%;
  }
}

.cc-people-v2 .people-duplicate-preview details {
  margin-top: 7px;
  border: 1px solid #e0c17e;
  border-radius: 4px;
  background: var(--people-warning-soft);
}

.cc-people-v2 .people-duplicate-preview summary {
  min-height: 34px;
  padding: 7px 10px;
  color: var(--people-warning);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.cc-people-v2 .people-duplicate-candidate {
  padding: 10px;
  border-top: 1px solid #e0c17e;
  background: var(--people-surface);
}

.cc-people-v2 .people-duplicate-candidate header {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 11px;
}

.cc-people-v2 .people-duplicate-candidate header span {
  color: var(--people-warning);
}

.cc-people-v2 .people-duplicate-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--people-line);
  border-left: 1px solid var(--people-line);
}

.cc-people-v2 .people-duplicate-field {
  min-width: 0;
  padding: 7px 8px;
  border-right: 1px solid var(--people-line);
  border-bottom: 1px solid var(--people-line);
}

.cc-people-v2 .people-duplicate-field span,
.cc-people-v2 .people-duplicate-field strong,
.cc-people-v2 .people-duplicate-field small {
  display: block;
  overflow-wrap: anywhere;
}

.cc-people-v2 .people-duplicate-field span,
.cc-people-v2 .people-duplicate-field small {
  color: var(--people-ink-soft);
  font-size: 9px;
}

.cc-people-v2 .people-duplicate-field strong {
  margin: 3px 0;
  font-size: 11px;
}

.cc-people-v2 .people-timeline-summary {
  min-height: 34px;
  padding: 6px 0;
  border-bottom: 1px solid var(--people-line-strong);
  font-size: 11px;
}

.cc-people-v2 .people-timeline {
  max-height: none;
  overflow-y: visible;
  overscroll-behavior: auto;
}

.cc-people-v2 .people-interaction-row {
  position: relative;
  min-height: 58px;
  padding-left: 15px;
}

.cc-people-v2 .people-interaction-row::before {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 5px;
  width: 2px;
  background: var(--people-blue);
  content: "";
}

.cc-people-v2 .people-interaction-row time {
  font-variant-numeric: tabular-nums;
}

.cc-people-v2 .people-linked-reminders {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--people-line);
}

.cc-people-v2 .people-linked-reminders h4 {
  margin-bottom: 6px;
}

.cc-people-v2 .people-linked-reminder {
  border-left: 3px solid var(--people-warning);
  background: var(--people-warning-soft);
}

.cc-people-v2 .microcopy {
  margin: 0;
  color: var(--people-ink-soft);
  font-size: 10px;
  line-height: 1.5;
}

@media (max-width: 1040px) {
  .cc-people-v2 .people-master-detail {
    grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1.38fr);
  }

  .cc-people-v2 .people-overview-facts,
  .cc-people-v2 .people-duplicate-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .cc-people-v2 .people-overview-create {
    grid-template-columns: minmax(0, 1fr);
  }

  .cc-people-v2 .people-overview-create .people-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cc-people-v2 .people-overview-create .people-form .hud-button,
  .cc-people-v2 .people-overview-create > .row {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .cc-people-v2 {
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px));
  }

  .cc-people-v2 > .panel {
    width: 100%;
    min-height: 0;
    grid-column: 1 / -1;
    padding: 15px 0 18px;
  }

  .cc-people-v2 .people-overview-header,
  .cc-people-v2 .people-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .cc-people-v2 .person-head {
    grid-template-columns: 36px minmax(0, 1fr) auto;
    align-items: center;
  }

  .cc-people-v2 .people-avatar {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .cc-people-v2 .people-overview-header .workbench-actions,
  .cc-people-v2 .people-detail-actions {
    width: 100%;
  }

  .cc-people-v2 .people-overview-header .mini-action,
  .cc-people-v2 .people-detail-actions .mini-action {
    flex: 1 1 132px;
  }

  .cc-people-v2 .people-master-detail {
    grid-template-columns: minmax(0, 1fr);
  }

  .cc-people-v2 .people-master {
    padding-right: 0;
  }

  .cc-people-v2 .people-master-detail .people-detail,
  .cc-people-v2 .people-selection-panel {
    display: none;
  }

  .cc-people-v2 [data-people-list-region="true"] .people-list,
  .cc-people-v2 .people-list[data-people-list-region="true"],
  .cc-people-v2 .people-timeline {
    max-height: none;
    overflow-y: visible;
    overscroll-behavior: auto;
  }

  .cc-people-v2 .people-person-row {
    min-height: 58px;
  }

  .cc-people-v2 .people-overview-facts,
  .cc-people-v2 .people-duplicate-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .cc-people-v2 .people-vitals,
  .cc-people-v2 .stacked-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cc-people-v2 .people-vitals > span:nth-child(2),
  .cc-people-v2 .stacked-kpis > .kpi:nth-child(2) {
    border-right: 0;
  }

  .cc-people-v2 .people-vitals > span:nth-child(-n + 2),
  .cc-people-v2 .stacked-kpis > .kpi:nth-child(-n + 2) {
    border-bottom: 1px solid var(--people-line);
  }

  .cc-people-v2 .people-field-row {
    align-items: stretch;
    grid-template-columns: minmax(0, 1fr);
  }

  .cc-people-v2 .people-field-actions {
    width: 100%;
  }

  .cc-people-v2 .people-field-actions .mini-action,
  .cc-people-v2 .people-field-actions .tag {
    flex: 1 1 96px;
  }

  .cc-people-v2 .people-archive-confirmation {
    width: 100%;
    max-width: none;
  }

  .cc-people-v2 .people-search-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .cc-people-v2 .people-overview-create .people-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .cc-people-v2 .people-overview-create {
    padding: 14px 12px;
  }

  .cc-people-v2 .people-search-row .mini-action,
  .cc-people-v2 .hud-button,
  .cc-people-v2 .mini-action {
    min-height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc-people-v2 *,
  .cc-people-v2 *::before,
  .cc-people-v2 *::after {
    scroll-behavior: auto !important;
  }
}
