#share{display:flex;flex-direction:column;gap:10px;justify-content:center}#share>div{display:flex;justify-content:space-between;gap:10px}.share-btn{flex:1;padding:12px;color:#fff;--web-kit-box-shadow:0 0 5px rgba(34,34,34,.3);box-shadow:0 0 5px rgba(34,34,34,.3);border:none;border-radius:5px;cursor:pointer;text-align:center;font-size:14px;letter-spacing:.5px;transition:filter 0.3s ease,letter-spacing 0.3s ease,box-shadow 0.3s ease;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px}.share-btn:hover{filter:brightness(1.1);letter-spacing:3px}.share-btn i{font-size:24px}#share-x{background-color:#333}#share-x:hover{filter:brightness(1.3)}#share-line{background-color:#06C755}#share-fb{background-color:#1877f2}#copy-url{background-color:#666}#share-app{background-color:#999;border:1px solid #ccc}