.shortener-main{margin:1.5rem 1.5rem 1rem}.shortener-main td:first-of-type{text-align:center}.shortener-main a{text-decoration:underline;display:flex}.shortener-main a:visited{color:#7010ca}.dark :is(.shortener-main a):visited{color:#b979f5}.shortener-main a:hover{color:#5562ff}.dark :is(.shortener-main a):hover{color:#add8e6}.shortener-main .external-link-icon{padding-left:4px}.shortener-modal{background:var(--color-brand-background);border:1px solid var(--color-brand-primary);border-radius:.5rem;outline:none;max-width:75ch;padding:2rem}.shortener-modal[data-entering]{animation:.3s cubic-bezier(.175,.885,.32,1.275) shortener-modal-zoom}.shortener-modal[data-exiting]{animation:.3s cubic-bezier(0,0,0,1) reverse shortener-modal-zoom}@keyframes shortener-modal-zoom{0%{transform:scale(.8)}to{transform:scale(1)}}
