button.share-icon{padding:0;border:0;border-radius:0;background:transparent;cursor:pointer;visibility:hidden;pointer-events:none}
button.share-icon.on{visibility:visible;pointer-events:auto}
button.share-icon::before{content:"";position:absolute;width:44px;height:44px;left:50%;top:50%;transform:translate(-50%,-50%)}
button.share-icon:focus-visible{outline:1px solid currentColor;outline-offset:6px}
.share-overlay[hidden]{display:none!important}
.share-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:rgba(0,0,0,.65);display:flex;align-items:center;justify-content:center;padding:16px;color:#f0eddf;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}
.share-sheet{background:#000;width:360px;max-width:100%;max-height:100%;overflow:auto;padding:24px;border:1px solid #504d45}
.share-sheet header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.share-sheet h2{font-size:24px;font-weight:400;margin:0}
.share-sheet button,.share-sheet a,.share-sheet input{font-family:inherit;font-size:16px;color:inherit}
.share-close{background:none;border:0;width:44px;height:44px;font-size:30px!important;cursor:pointer}
.share-sheet nav{display:flex;flex-wrap:wrap;margin-bottom:20px}
.share-sheet nav a{display:block;width:50%;padding:12px 0;text-decoration:none}
.share-sheet a:hover{text-decoration:underline}
.share-sheet label{display:block;font-size:14px;margin-bottom:8px}
.share-sheet input{display:block;width:100%;background:#171717;border:1px solid #656057;border-radius:0;padding:10px}
.copy-link{margin-top:12px;background:#f0eddf;color:#000!important;border:0;padding:12px 16px;cursor:pointer}
.share-status{font-size:14px;margin-bottom:0}
