/* Universal Policy Detail — frozen right-drawer shell. */
body.pd-drawer-open { overflow: hidden; }
#view-policy-detail.active {
  position: fixed; inset: 0; z-index: 1200; display: block; min-height: 0;
}
html.ck-env-banner-on #view-policy-detail.active { bottom: var(--ck-env-bar-h); }

/* A connected standalone call may end remotely while the read drawer is open. The mandatory
   disposition already owns that moment; keep its existing UI and Lead context, but place it above
   the accessory drawer so it remains visible and actionable. Outcome drill-down modals must stay
   above the disposition exactly as they do without Policy Detail. */
body.pd-drawer-open #ldp-adisp-overlay { z-index: 1300; }
body.pd-drawer-open .ldp-modal { z-index: 1400; }
.pd-overlay { position: absolute; inset: 0; }
.pd-scrim { position: absolute; inset: 0; background: rgba(15, 23, 42, .14); }
.pd-drawer {
  position: absolute; top: 0; right: 0; bottom: 0; width: 540px; max-width: 94vw;
  display: flex; flex-direction: column; min-height: 0; overflow: hidden;
  border-left: 1px solid #DDE5EC; background: #fff; color: #0F172A;
  box-shadow: -18px 0 44px rgba(15, 23, 42, .16);
}
.pd-drawer__frame { display: flex; flex: 1; flex-direction: column; min-height: 0; }

.pd-header { flex: 0 0 auto; padding: 14px 18px 12px; border-bottom: 1px solid #E2E8F0; background: #fff; }
.pd-header__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.pd-header__main { min-width: 0; }
.pd-header h1 { margin: 0; color: #0F172A; font-size: 16px; font-weight: 600; line-height: 1.3; letter-spacing: -.01em; }
.pd-subtitle { margin-top: 1px; color: #64748B; font-size: 12.5px; line-height: 1.4; }
.pd-identifiers { display: grid; gap: 1px; margin-top: 1px; color: #94A3B8; font-size: 11.5px; }
.pd-identity-unavailable { margin: 2px 0; color: #94A3B8; font-size: 11.5px; }
.pd-close {
  width: 28px; height: 28px; flex: 0 0 28px; display: inline-flex; align-items: center; justify-content: center;
  margin: 0; padding: 0; border: 0; border-radius: 7px; background: transparent;
  color: #64748B; cursor: pointer;
}
.pd-close:hover { background: #F1F5F9; color: #0F766E; }
.pd-close:focus-visible { outline: 2px solid #0D9488; outline-offset: 1px; }
.pd-close .ti { font-size: 16px; }

.pd-status-band { margin-top: 12px; padding: 10px 13px; border: 1px solid rgba(13, 148, 136, .18); border-radius: 10px;
  background: linear-gradient(90deg, rgba(13, 148, 136, .09), rgba(13, 148, 136, .03)); }
.pd-status-band--inactive { border-color: #E2E8F0; background: #F3F5F7; }
.pd-status-band__label { color: #0F766E; font-size: 12.5px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.pd-status-band--inactive .pd-status-band__label { color: #475569; }
.pd-status-band__context { margin-top: 3px; color: #64748B; font-size: 12px; }
.pd-status-band__detail { margin-top: 3px; color: #64748B; font-size: 12px; }

.pd-body { flex: 1; min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 4px 18px 16px; }
.pd-section { margin: 0; padding: 13px 0 14px; border-bottom: 1px solid #EEF2F6; }
.pd-section:last-child { border-bottom: 0; }
.pd-section h2 { margin: 0 0 9px; color: #64748B; font-size: 10.5px; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.pd-empty { padding: 2px 0; color: #94A3B8; font-size: 12px; line-height: 1.45; }

.pd-kv { display: grid; }
.pd-kv-row { display: grid; grid-template-columns: 108px minmax(0, 1fr); gap: 12px; align-items: baseline; padding: 4px 0; }
.pd-kv-key { display: flex; align-items: center; gap: 6px; color: #64748B; font-size: 11.5px; }
.pd-kv-value { min-width: 0; color: #1E293B; font-size: 12.5px; overflow-wrap: anywhere; }
.pd-kv-value small { display: block; margin-top: 1px; color: #64748B; font-size: 11.5px; line-height: 1.4; }
.pd-attention-dot { width: 5px; height: 5px; flex: 0 0 5px; border-radius: 50%; background: #F59E0B; }
.pd-kv-row--attention .pd-kv-value { color: #92400E; font-weight: 600; }
.pd-work-row { grid-template-columns: 108px minmax(0, 1fr) auto; }
.pd-work-actions { display: inline-flex; align-items: center; justify-content: flex-end; gap: 3px; }
.pd-work-action { padding: 2px 5px; border: 0; border-radius: 5px; background: transparent; color: #0F766E;
  font: inherit; font-size: 11px; font-weight: 600; cursor: pointer; }
.pd-work-action:hover { background: #E6F5F3; }
.pd-work-action:focus-visible { outline: 2px solid #0D9488; outline-offset: 1px; }
.pd-notice { margin-top: 9px; padding: 7px 9px; border: 1px solid #BAE6FD; border-radius: 7px;
  background: #F0F9FF; color: #075985; font-size: 11.5px; line-height: 1.4; }
.pd-footer { position: relative; flex: 0 0 auto; display: flex; align-items: center; gap: 8px; padding: 10px 18px;
  border-top: 1px solid #E2E8F0; background: #fff; }
.pd-footer-spacer { flex: 1; }
.pd-footer-primary { display: inline-flex; align-items: center; padding: 7px 13px; border: 1px solid #0D9488;
  border-radius: 8px; background: #0D9488; color: #fff; font: inherit; font-size: 12px; font-weight: 600; cursor: pointer; }
.pd-footer-primary:hover { border-color: #0F766E; background: #0F766E; }
.pd-footer-action { display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px;
  border: 1px solid #CBD5E1; border-radius: 8px; background: #fff; color: #334155; font: inherit;
  font-size: 12px; font-weight: 600; cursor: pointer; }
.pd-footer-action:hover { border-color: #99F6E4; background: #F0FDFA; color: #0F766E; }
.pd-footer-primary:focus-visible, .pd-footer-action:focus-visible, .pd-footer-more:focus-visible,
.pd-footer-menu button:focus-visible { outline: 2px solid rgba(13, 148, 136, .65); outline-offset: 2px; }
.pd-footer-overflow { position: relative; }
.pd-footer-more { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0; border: 1px solid #CBD5E1; border-radius: 8px; background: #fff; color: #475569; cursor: pointer; }
.pd-footer-more:hover, .pd-footer-more[aria-expanded="true"] { border-color: #99F6E4; background: #F0FDFA; color: #0F766E; }
.pd-footer-menu { position: absolute; right: 0; bottom: calc(100% + 8px); z-index: 2; width: 220px; padding: 5px;
  border: 1px solid #D7DEE6; border-radius: 10px; background: #fff; box-shadow: 0 8px 24px rgba(15, 23, 42, .14); }
.pd-footer-menu[hidden] { display: none; }
.pd-footer-menu__label { padding: 5px 10px 4px; color: #94A3B8; font-size: 10px; font-weight: 600;
  letter-spacing: .07em; text-transform: uppercase; }
.pd-footer-menu button { display: flex; align-items: center; gap: 8px; width: 100%; padding: 7px 10px; border: 0;
  border-radius: 6px; background: transparent; color: #334155; font: inherit; font-size: 12.5px; line-height: 1.4;
  text-align: left; cursor: pointer; }
.pd-footer-menu button:hover { background: #F0FDFA; color: #0F766E; }
.pd-footer-menu button i { flex: 0 0 auto; color: #94A3B8; font-size: 14px; }
.pd-footer-menu button:hover i { color: #0F766E; }

.pd-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px 16px; }
.pd-fact { min-width: 0; padding: 4px 0; }
.pd-fact__label { color: #94A3B8; font-size: 11px; }
.pd-fact__value { margin-top: 1px; color: #1E293B; font-size: 13px; font-weight: 500; overflow-wrap: anywhere; }

.pd-life { position: relative; padding-left: 3px; }
.pd-life-row { position: relative; display: flex; align-items: baseline; gap: 10px; padding: 3px 0 3px 16px; }
.pd-life-row:not(:last-child)::after { content: ''; position: absolute; left: 5px; top: 19px; bottom: -8px; width: 1px; background: #DDE5EC; }
.pd-life-dot { position: absolute; z-index: 1; left: 2px; top: 11px; width: 7px; height: 7px; border-radius: 50%; background: #CBD5E1; }
.pd-life-row.is-current .pd-life-dot { background: #0D9488; box-shadow: 0 0 0 3px rgba(13, 148, 136, .15); }
.pd-life-copy { display: flex; align-items: baseline; gap: 10px; min-width: 0; }
.pd-life-copy strong { color: #334155; font-size: 12.5px; font-weight: 500; }
.pd-life-row.is-current .pd-life-copy strong { color: #0F172A; font-weight: 600; }
.pd-life-copy span { color: #64748B; font-size: 11.5px; white-space: nowrap; }
.pd-life-current { padding: 1px 6px; border-radius: 4px; background: #E6F5F3; color: #0F766E;
  font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .08em; line-height: 1.4; }

.pd-history-row { display: flex; gap: 10px; padding: 4px 0; font-size: 12px; line-height: 1.5; }
.pd-history-row time { width: 48px; flex: 0 0 48px; color: #94A3B8; font-size: 12px; }
.pd-history-row div { display: grid; gap: 1px; }
.pd-history-row strong { color: #64748B; font-size: 12px; font-weight: 400; line-height: 1.5; }
.pd-history-row span { color: #94A3B8; font-size: 11px; }

.pd-read-unavailable { display: flex; align-items: center; gap: 7px; margin-top: 4px; padding: 8px 9px;
  border: 1px dashed #DDE5EC; border-radius: 8px; background: #F8FAFC; color: #64748B; font-size: 11.5px; }
.pd-read-unavailable .ti { color: #94A3B8; font-size: 14px; }
.pd-loading, .pd-unavailable { margin: 72px auto; max-width: 360px; text-align: center; color: #64748B; font-size: 12.5px; }
.pd-unavailable i { color: #94A3B8; font-size: 30px; }
.pd-unavailable h2 { margin: 9px 0 4px; color: #334155; font-size: 17px; }
.pd-unavailable p { margin: 0; }

/* Current Work management sits between the frozen drawer and mandatory call disposition. */
.pw-overlay { position: fixed; inset: 0; z-index: 1250; display: flex; align-items: center;
  justify-content: center; padding: 20px; }
html.ck-env-banner-on .pw-overlay { bottom: var(--ck-env-bar-h); }
.pw-scrim { position: absolute; inset: 0; background: rgba(15, 23, 42, .30); }
.pw-sheet { position: relative; width: 400px; max-width: 92vw; max-height: calc(100vh - 40px);
  overflow-y: auto; padding: 18px; border: 1px solid #E2E8F0; border-radius: 14px; background: #fff;
  box-shadow: 0 20px 55px rgba(15, 23, 42, .22); color: #0F172A; }
.pw-sheet h2 { margin: 0; font-size: 14.5px; font-weight: 600; line-height: 1.4; }
.pw-body { margin: 6px 0 0; color: #64748B; font-size: 12.5px; line-height: 1.55; }
.pw-section { margin-top: 12px; }
.pw-section__label, .pw-field > span { display: block; margin-bottom: 6px; color: #94A3B8;
  font-size: 11px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.pw-options { display: flex; flex-direction: column; gap: 4px; margin-top: 10px; }
.pw-option { display: flex; align-items: center; width: 100%; padding: 7px 10px; border: 1px solid #E2E8F0;
  border-radius: 7px; background: #fff; color: #334155; font: inherit; font-size: 12.5px; text-align: left;
  cursor: pointer; }
.pw-option:hover { background: #F8FAFC; }
.pw-option.is-selected { border-color: rgba(13, 148, 136, .5); background: #E6F5F3; color: #0F766E;
  font-weight: 500; }
.pw-field { display: block; margin-top: 12px; }
.pw-field input { width: 100%; box-sizing: border-box; padding: 8px 10px; border: 1px solid #E2E8F0;
  border-radius: 7px; background: #fff; color: #0F172A; font: inherit; font-size: 12.5px; outline: none; }
.pw-field input:focus { border-color: rgba(13, 148, 136, .55); box-shadow: 0 0 0 2px rgba(13, 148, 136, .09); }
.pw-check { display: flex; align-items: flex-start; gap: 8px; margin-top: 12px; color: #475569;
  font-size: 12.5px; line-height: 1.5; }
.pw-check input { margin-top: 3px; accent-color: #0D9488; }
.pw-work-summary { display: grid; gap: 5px; margin-top: 10px; padding: 9px 11px; border: 1px solid #E2E8F0;
  border-radius: 8px; background: #F8FAFC; }
.pw-work-summary div { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 10px; font-size: 12px; }
.pw-work-summary span { color: #64748B; }
.pw-work-summary strong { color: #334155; font-weight: 500; overflow-wrap: anywhere; }
.pw-error { margin-top: 10px; padding: 7px 9px; border-radius: 7px; background: #FFF7ED; color: #9A3412;
  font-size: 12px; line-height: 1.4; }
.pw-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin-top: 16px; }
.pw-actions button { padding: 6px 14px; border-radius: 8px; font: inherit; font-size: 12px; font-weight: 500; cursor: pointer; }
.pw-cancel { border: 1px solid #E2E8F0; background: #fff; color: #475569; }
.pw-primary { border: 1px solid #0D9488; background: #0D9488; color: #fff; }
.pw-clear { margin-right: auto; padding-left: 0 !important; border: 0; background: transparent; color: #B45309; }
.pw-actions button:disabled { cursor: default; opacity: .48; }
.pw-pending { margin-left: auto; color: #64748B; font-size: 11.5px; }
.pw-clear + .pw-pending { margin-left: 0; }

/* Forward lifecycle management is an accessory peer to Current Work. */
.pl-overlay { position: fixed; inset: 0; z-index: 1250; display: flex; align-items: center;
  justify-content: center; padding: 20px; }
html.ck-env-banner-on .pl-overlay { bottom: var(--ck-env-bar-h); }
.pl-scrim { position: absolute; inset: 0; background: rgba(15, 23, 42, .30); }
.pl-sheet { position: relative; width: 400px; max-width: 92vw; max-height: calc(100vh - 40px);
  overflow-x: hidden; overflow-y: auto; box-sizing: border-box; padding: 18px; border: 1px solid #E2E8F0;
  border-radius: 14px; background: #fff; box-shadow: 0 20px 55px rgba(15, 23, 42, .22); color: #0F172A; }
.pl-sheet h2 { margin: 0; font-size: 14.5px; font-weight: 600; line-height: 1.4; }
.pl-body, .pl-earlier p { margin: 6px 0 0; color: #64748B; font-size: 12.5px; line-height: 1.55; }
.pl-catchup { display: grid; gap: 3px; margin-top: 12px; padding: 9px 11px; border: 1px solid #BAE6FD;
  border-radius: 8px; background: #F0F9FF; font-size: 12px; line-height: 1.45; }
.pl-catchup strong { color: #075985; font-weight: 600; }
.pl-catchup span { color: #475569; }
.pl-section, .pl-work { margin-top: 13px; }
.pl-section__label, .pl-field > span, .pl-readonly > span, .pl-effective-context > span {
  display: block; margin-bottom: 6px; color: #94A3B8; font-size: 11px; font-weight: 600;
  letter-spacing: .05em; text-transform: uppercase; }
.pl-readonly, .pl-effective-context { margin-top: 12px; padding: 8px 10px; border: 1px solid #E2E8F0;
  border-radius: 8px; background: #F8FAFC; }
.pl-readonly strong, .pl-effective-context strong { display: block; color: #334155; font-size: 12.5px; font-weight: 600; }
.pl-readonly small { display: block; margin-top: 2px; color: #94A3B8; font-size: 10.5px; }
.pl-choices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; }
.pl-choices button { min-width: 0; padding: 7px 6px; border: 1px solid #E2E8F0; border-radius: 7px;
  background: #fff; color: #475569; font: inherit; font-size: 11.5px; cursor: pointer; }
.pl-choices button.is-selected { border-color: rgba(13, 148, 136, .5); background: #E6F5F3; color: #0F766E; font-weight: 600; }
.pl-field { display: block; margin-top: 10px; }
.pl-field[hidden] { display: none; }
.pl-field input { width: 100%; box-sizing: border-box; padding: 8px 10px; border: 1px solid #E2E8F0;
  border-radius: 7px; background: #fff; color: #0F172A; font: inherit; font-size: 12.5px; outline: none; }
.pl-field input:focus { border-color: rgba(13, 148, 136, .55); box-shadow: 0 0 0 2px rgba(13, 148, 136, .09); }
.pl-earlier { margin-top: 13px; padding-top: 11px; border-top: 1px solid #EEF2F6; }
.pl-earlier summary { color: #475569; font-size: 12px; font-weight: 600; cursor: pointer; }
.pl-helper, .pl-work-note { margin: 7px 0 0; color: #64748B; font-size: 11.5px; line-height: 1.45; }
.pl-active-future { margin: 8px 0 0; padding: 8px 10px; border: 1px solid #FDE68A;
  border-radius: 8px; background: #FFFBEB; color: #92400E; font-size: 11.5px; line-height: 1.5; }
.pl-work-summary { display: grid; gap: 5px; padding: 9px 11px; border: 1px solid #E2E8F0;
  border-radius: 8px; background: #F8FAFC; }
.pl-work-summary div { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 8px; font-size: 12px; }
.pl-work-summary span { color: #64748B; }
.pl-work-summary strong { color: #334155; font-weight: 500; overflow-wrap: anywhere; }
.pl-check { display: flex; align-items: flex-start; gap: 8px; margin-top: 11px; color: #475569;
  font-size: 12.5px; line-height: 1.5; }
.pl-check input { margin-top: 3px; accent-color: #0D9488; }
.pl-check--confirm { color: #1E293B; font-weight: 500; }
.pl-field-error { margin-top: 5px; color: #B45309; font-size: 11.5px; line-height: 1.4; }
.pl-error { margin-top: 10px; padding: 7px 9px; border-radius: 7px; background: #FFF7ED; color: #9A3412;
  font-size: 12px; line-height: 1.4; }
.pl-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin-top: 16px; }
.pl-actions button { padding: 6px 14px; border-radius: 8px; font: inherit; font-size: 12px; font-weight: 500; cursor: pointer; }
.pl-cancel { border: 1px solid #E2E8F0; background: #fff; color: #475569; }
.pl-primary { border: 1px solid #0D9488; background: #0D9488; color: #fff; }
.pl-actions button:disabled, .pl-sheet input:disabled { cursor: default; opacity: .48; }
.pl-pending { margin-left: auto; color: #64748B; font-size: 11.5px; }
.pl-sheet button:focus-visible, .pl-sheet input:focus-visible, .pl-earlier summary:focus-visible {
  outline: 2px solid rgba(13, 148, 136, .62); outline-offset: 1px; }

/* Pre-Active terminal outcomes reuse the frozen lifecycle-sheet language. */
.pt-body-note { margin-top: 3px; }
.pt-reasons { grid-template-columns: minmax(0, 1fr); gap: 4px; }
.pt-reasons button { padding: 7px 10px; font-size: 12.5px; text-align: left; }
.pt-work .pl-work-summary div { grid-template-columns: 78px minmax(0, 1fr); }

/* Active in-force breaks reuse the frozen lifecycle-sheet language. */
.pb-body-note { margin-top: 3px; }
.pb-reasons { grid-template-columns: minmax(0, 1fr); gap: 4px; }
.pb-reasons button { padding: 7px 10px; font-size: 12.5px; text-align: left; }
.pb-recovery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pb-work .pl-work-summary div { grid-template-columns: 78px minmax(0, 1fr); }

/* Resume Case keeps context/footer fixed while its progressive form scrolls independently. */
.prs-sheet { display: flex; flex-direction: column; width: 420px; padding: 0; overflow: hidden; }
.prs-top { flex: 0 0 auto; padding: 18px 18px 13px; border-bottom: 1px solid #EEF2F6; }
.prs-context { display: grid; gap: 2px; margin-top: 12px; padding: 9px 11px; border: 1px solid #E2E8F0;
  border-radius: 8px; background: #F8FAFC; color: #64748B; font-size: 11.5px; line-height: 1.4; }
.prs-context strong { color: #334155; font-size: 12.5px; font-weight: 600; }
.prs-scroll { min-height: 0; overflow-x: hidden; overflow-y: auto; padding: 2px 18px 14px; }
.prs-section { padding: 12px 0 2px; }
.prs-section__label { margin-bottom: 7px; color: #94A3B8; font-size: 11px; font-weight: 600;
  letter-spacing: .05em; text-transform: uppercase; }
.prs-targets, .prs-mode-choices, .prs-approval-values { display: grid; gap: 5px; }
.prs-targets, .prs-approval-values { grid-template-columns: minmax(0, 1fr); }
.prs-mode-choices { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 8px; }
.prs-choice { min-width: 0; padding: 8px 10px; border: 1px solid #E2E8F0; border-radius: 7px;
  background: #fff; color: #475569; font: inherit; font-size: 12.5px; text-align: left; cursor: pointer; }
.prs-choice:hover { background: #F8FAFC; }
.prs-choice.is-selected { border-color: rgba(13, 148, 136, .5); background: #E6F5F3; color: #0F766E; font-weight: 600; }
.prs-readonly, .prs-date-pair { padding: 8px 10px; border: 1px solid #E2E8F0; border-radius: 8px; background: #F8FAFC; }
.prs-readonly span, .prs-date-pair span { display: block; color: #94A3B8; font-size: 10.5px; }
.prs-readonly strong, .prs-date-pair strong { display: block; margin-top: 1px; color: #334155; font-size: 12.5px; font-weight: 600; }
.prs-date-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.prs-date-grid { display: grid; gap: 10px; margin-top: 10px; }
.prs-date-field { margin-top: 3px; }
.prs-helper { margin: 7px 0 0; color: #64748B; font-size: 11.5px; line-height: 1.45; }
.prs-approval-values { margin-top: 8px; }
.prs-approval-detail { margin-top: 8px; }
.prs-confirm { margin-top: 3px; }
.prs-footer { flex: 0 0 auto; display: flex; align-items: center; justify-content: flex-end; gap: 8px;
  padding: 11px 18px; border-top: 1px solid #E2E8F0; background: #fff; }
.prs-footer button { padding: 6px 14px; border-radius: 8px; font: inherit; font-size: 12px; font-weight: 500; cursor: pointer; }
.prs-footer button:disabled { cursor: default; opacity: .48; }
.prs-footer .pl-pending { margin-right: auto; }
.prs-sheet button:focus-visible, .prs-sheet input:focus-visible { outline: 2px solid rgba(13, 148, 136, .62); outline-offset: 1px; }

@media (max-width: 460px) {
  .pw-overlay { align-items: flex-end; padding: 10px; }
  .pw-sheet { width: 100%; max-width: 100%; max-height: calc(100vh - 20px); }
  .pw-actions { flex-wrap: wrap; }
  .pl-overlay { align-items: flex-end; padding: 10px; }
  .pl-sheet { width: 100%; max-width: 100%; max-height: calc(100vh - 20px); }
  .pl-actions { flex-wrap: wrap; }
  .pt-sheet { width: 100%; max-width: 100%; }
  .pb-sheet { width: 100%; max-width: 100%; }
  .prs-sheet { width: 100%; max-width: 100%; max-height: calc(100vh - 20px); }
  .pd-footer { padding-inline: 12px; }
}

@media (max-width: 560px) {
  .pd-drawer { width: 100%; max-width: 100vw; }
  .pd-header { padding-inline: 16px; }
  .pd-body { padding-inline: 16px; }
  .pd-kv-row { grid-template-columns: 96px minmax(0, 1fr); }
  .pd-work-row { grid-template-columns: 96px minmax(0, 1fr) auto; }
  .pd-life-copy { flex-wrap: wrap; gap: 1px 10px; }
}
