/* Harthwyn 26.01.225 — canonical shared people selector and content-form authority. */
.harthwyn-people-selector{position:relative;display:grid;gap:9px}.harthwyn-people-selector__native{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
.harthwyn-people-selector__search{width:100%;min-height:50px;border:1px solid #c9d6df;border-radius:14px;background:#fff;padding:0 16px;font-size:16px;box-shadow:0 8px 24px rgba(24,44,61,.06)}
.harthwyn-people-selector__search:focus{outline:3px solid rgba(43,115,159,.2);border-color:#2b739f}.harthwyn-people-selector__results{position:absolute;z-index:30;left:0;right:0;top:58px;max-height:300px;overflow:auto;background:#fff;border:1px solid #ccd9e1;border-radius:16px;padding:8px;box-shadow:0 18px 46px rgba(17,39,56,.18)}
.harthwyn-people-selector__option{display:flex;align-items:center;gap:11px;width:100%;border:0;background:transparent;border-radius:12px;padding:10px;text-align:left;font-size:15px;color:#17263a}.harthwyn-people-selector__option:hover,.harthwyn-people-selector__option.is-selected{background:#edf5fb}.harthwyn-people-selector__avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#e8f0f5;color:#173e66;font-weight:800}
.harthwyn-people-selector__chips{display:flex;flex-wrap:wrap;gap:7px}.harthwyn-people-selector__chip{border:1px solid #bdd2df;background:#eef6fa;color:#173e66;border-radius:999px;padding:7px 11px;font-weight:700}
.harthwyn-portal-links-panel{display:none!important}
@media(max-width:780px){.harthwyn-family-header__image,.harthwyn-family-header__video{height:var(--hw-masthead-mobile-height,240px)}.harthwyn-personal-page-heading{width:calc(100% - 28px);align-items:flex-start;flex-direction:column;margin-top:14px}.harthwyn-personal-page-heading__actions{width:100%}.harthwyn-personal-page-heading__actions .harthwyn-button{width:100%;text-align:center}}

/* 26.01.159 accessible searchable people-selector states. */
.harthwyn-people-selector__option.is-active{outline:2px solid #2b739f;outline-offset:-2px;background:#edf5fb}
.harthwyn-people-selector__status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.harthwyn-people-selector__empty{margin:0;padding:14px;color:#5d6d7b;text-align:center}
.harthwyn-people-selector__chip:focus-visible,.harthwyn-people-selector__option:focus-visible{outline:3px solid rgba(43,115,159,.28);outline-offset:2px}
.harthwyn-content-system-form .harthwyn-field{display:grid;gap:8px;min-width:0;}
.harthwyn-content-system-form :is(input:not([type="checkbox"]):not([type="radio"]),select,textarea){width:100%;min-height:48px;border:1px solid #c9d6df;border-radius:14px;background:#fff;padding:11px 14px;font:inherit;color:#17263a;box-shadow:0 6px 18px rgba(24,44,61,.04);}
.harthwyn-content-system-form textarea{min-height:132px;resize:vertical;}
.harthwyn-content-system-form :is(input,select,textarea):focus-visible{outline:3px solid rgba(43,115,159,.2);outline-offset:1px;border-color:#2b739f;}
.harthwyn-content-system-form .harthwyn-actions{position:sticky;bottom:0;z-index:12;padding:12px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-top:1px solid rgba(148,163,184,.22);}
.harthwyn-people-selector[data-people-mode="exclude"] .harthwyn-people-selector__chip{border-color:#e7b4b4;background:#fff2f2;color:#8b2f2f;}
@media(max-width:780px){
  .harthwyn-people-selector__results{position:fixed;inset:auto 0 0;top:auto;max-height:min(72vh,620px);border-radius:24px 24px 0 0;padding:16px 12px calc(18px + env(safe-area-inset-bottom));box-shadow:0 -22px 60px rgba(17,39,56,.24);z-index:99999;}
  .harthwyn-people-selector__option{min-height:54px;}
  .harthwyn-content-system-form .harthwyn-actions{margin-inline:-12px;padding-inline:16px;}
}
