.rwt-view-as-banner {
  position: fixed;
  z-index: 10020;
  top: 0;
  left: 0;
  right: 0;
  min-height: 62px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 9px max(18px, calc((100vw - 1536px) / 2));
  color: #fff;
  background: #26313b;
  box-shadow: 0 24px 64px rgba(38, 49, 59, .20);
}
.rwt-view-as-banner > span:nth-child(2) { min-width: 0; }
.rwt-view-as-banner strong,
.rwt-view-as-banner small { display: block; color: #fff; }
.rwt-view-as-banner strong { font-size: 15px; line-height: 1.25; }
.rwt-view-as-banner small { margin-top: 2px; color: #fff; font-size: 12px; line-height: 1.3; }
.rwt-view-as-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.12); }
.rwt-view-as-icon svg { width: 19px; height: 19px; stroke: currentColor; stroke-width: 1.7; }
.rwt-view-as-banner button { min-height: 40px; padding: 0 15px; border: 1px solid rgba(255,255,255,.42); border-radius: 13px; color: #fff; background: transparent; font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; }
.rwt-view-as-banner button:hover { background: rgba(255,255,255,.1); }
.rwt-view-as-banner button:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }
.rwt-view-as-banner button:disabled { opacity: .62; cursor: wait; }
.rwt-view-as-active body { padding-top: 62px; }
.rwt-view-as-active .cc-header { top: 80px; }
.rwt-view-as-active body > .cc-head-actions { top: 82px; }
.rwt-view-as-active .cc-skip-link,
.rwt-view-as-active .skip-link { top: 70px; }
.rwt-view-as-active .cc-drawer-backdrop,
.rwt-view-as-active .drawer-backdrop { top: 62px; height: calc(100dvh - 62px); }
.cc-drawer nav .cc-drawer-tool { display: grid; grid-template-columns: 1fr 20px; min-height: 78px; padding: 15px 4px; border: 0; border-top: 1px solid var(--line); color: var(--ink); background: transparent; text-align: left; font: inherit; cursor: pointer; }
.cc-drawer nav .cc-drawer-tool::after { content: "›"; grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--muted); font-size: 22px; }
.cc-drawer nav .cc-drawer-tool b,
.cc-drawer nav .cc-drawer-tool small { display: block; }
.cc-drawer nav .cc-drawer-tool small { margin-top: 4px; color: var(--muted); }
.cc-drawer nav .cc-drawer-tool:hover { color: var(--accent); }
.cc-drawer nav .cc-drawer-tool:focus-visible { outline: 3px solid var(--accent); outline-offset: -3px; }
.cc-person-actions { display: flex; align-items: center; gap: 8px; }
.cc-view-as-intro { display: grid; gap: 5px; margin-bottom: 17px; padding: 15px 16px; border-radius: 15px; color: #26313b; background: #eaf0f5; }
.cc-view-as-intro p,
.cc-view-as-intro span { margin: 0; }
.cc-view-as-intro strong { font-size: 12px; }
.cc-view-as-intro span { color: #5f6871; font-size: 12px; line-height: 1.5; }
@media (max-width: 640px) {
  .rwt-view-as-banner { grid-template-columns: 30px minmax(0, 1fr); min-height: 92px; padding: 9px 14px; }
  .rwt-view-as-banner button { grid-column: 2; justify-self: start; min-height: 32px; }
  .rwt-view-as-active body { padding-top: 92px; }
  .rwt-view-as-active .cc-header { top: 110px; }
  .rwt-view-as-active body > .cc-head-actions { top: 112px; }
  .rwt-view-as-active .cc-skip-link,
  .rwt-view-as-active .skip-link { top: 100px; }
  .rwt-view-as-active .cc-drawer-backdrop,
  .rwt-view-as-active .drawer-backdrop { top: 92px; height: calc(100dvh - 92px); }
  .cc-person-detail > header { gap: 12px; }
  .cc-person-actions { align-items: flex-end; flex-direction: column-reverse; }
}
