/* Reusable footer sharing control; enabled only where this sheet is loaded. */
:is(.site-footer,[data-page-share-footer]) .footer-page-share{
  display:grid;
  align-content:center;
  justify-items:start;
  gap:6px;
  min-width:0;
}
:is(.site-footer,[data-page-share-footer]) .page-share-control{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:8px;
  min-width:96px;
  min-height:44px;
  padding:0;
  border:0;
  border-radius:6px;
  background:transparent;
  color:rgba(255,255,255,.78);
  font:800 14px/1.25 Outfit,Arial,sans-serif;
  text-align:left;
  cursor:pointer;
}
:is(.site-footer,[data-page-share-footer]) .page-share-control:hover{color:#fff;}
:is(.site-footer,[data-page-share-footer]) .page-share-control:focus-visible{outline:3px solid var(--orange,#ff6a00);outline-offset:4px;}
:is(.site-footer,[data-page-share-footer]) .page-share-control[aria-busy="true"]{cursor:progress;}
:is(.site-footer,[data-page-share-footer]) .page-share-icon{
  display:inline-grid;
  place-items:center;
  flex:0 0 24px;
  width:24px;
  height:24px;
  border-radius:6px;
  background:var(--orange,#ff6a00);
  color:#fff;
  font-size:11px;
}
:is(.site-footer,[data-page-share-footer]) .page-share-status{
  position:absolute;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap;
  border:0;
}
:is(.site-footer,[data-page-share-footer]) .page-share-status.is-error{
  position:static;
  width:auto;
  height:auto;
  max-width:230px;
  margin:0;
  overflow:visible;
  clip-path:none;
  white-space:normal;
  color:#ffc3a0;
  font-size:12px;
  line-height:1.4;
}

:is(.site-footer,[data-page-share-footer]) .page-share-icon svg{width:14px;height:14px;}
[data-page-share-footer="light"]{align-items:center;flex-wrap:wrap;gap:12px;}
[data-page-share-footer="light"] .page-share-control{color:var(--muted,#645b70);font-family:inherit;}
[data-page-share-footer="light"] .page-share-control:hover{color:var(--ink,#30283a);}
[data-page-share-footer="light"] .page-share-icon{background:var(--lavender,#7b5aa6);color:#fff;}
[data-page-share-footer="light"] .page-share-control:focus-visible{outline-color:var(--lavender,#7b5aa6);}
[data-page-share-footer="light"] .page-share-status.is-error{color:#923915;}
