.content-copy-alert-dropin{position:fixed;top:0;left:0;width:100vw;z-index:9999;display:flex;justify-content:center;align-items:flex-start;pointer-events:none;animation:content-copy-dropin-slide .4s cubic-bezier(0.4,0,0.2,1);box-sizing:border-box;padding-inline:1rem}
.content-copy-alert-coral{margin-top:10vh;min-width:20rem;max-width:37.5rem;pointer-events:auto;box-shadow:0 .25rem 1.5rem rgba(0,0,0,0.18);background:#fff}
@keyframes content-copy-dropin-slide{from{transform:translateY(-100%);opacity:0}
to{transform:translateY(0);opacity:1}
}
.content-copy-alert-placeholder{display:none;text-align:center}
.tools-console-output{background-color:#1a1a1a;color:#0f0;font-family:"Courier New",Courier,monospace;font-size:.8125rem;line-height:1.6;max-height:25rem;overflow-y:auto;border:.0625rem solid #333;padding:.9375rem;border-radius:.25rem;min-height:9.375rem}
.tools-console-output .console-entry{padding:.25rem .5rem;border-bottom:.0625rem solid #2a2a2a}
.tools-console-output .console-entry.error{color:#ff5252}
.u-coral-margin-top{margin-top:1.25rem}
.hide{display:none}
#component-library-form #pages-list{margin:1.5rem 0;padding:1rem;background:#f9f9f9;border:.0625rem solid #d1d1d1;border-radius:.25rem;max-height:18.75rem;overflow-y:auto}
#qa-taxonomy-form .workitem-link{z-index:2;position:relative}