.interaction-buttons{display:flex;gap:var(--spacing-xs);justify-content:center}.interaction-buttons .interaction-button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:none;border-radius:var(--border-radius);background-color:rgba(196,196,196,.1215686275);color:var(--text-color);cursor:pointer;transition:all var(--transition-speed) ease}.interaction-buttons .interaction-button:hover{color:var(--primary-color);transform:translateY(-1px)}.interaction-buttons .interaction-button.is-active{color:var(--primary-color)}.interaction-buttons .interaction-button svg{font-size:var(--font-size-md)}.interaction-buttons .share-button-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.interaction-buttons .share-button-wrapper .share-popup{position:absolute;top:calc(100% + 8px);right:0;background-color:var(--bg-light);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--border-radius);width:220px;box-shadow:0 0 10px rgba(0,0,0,.2);z-index:12}.interaction-buttons .share-button-wrapper .share-popup:before{content:"";position:absolute;top:-6px;right:16px;transform:rotate(45deg);width:10px;height:10px;background:var(--bg-light);border-left:1px solid hsla(0,0%,100%,.1);border-top:1px solid hsla(0,0%,100%,.1)}.interaction-buttons .share-button-wrapper .share-popup .share-popup-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem}.interaction-buttons .share-button-wrapper .share-popup .share-popup-header h3{margin:0;font-size:var(--font-size-sm);font-weight:600;color:var(--text-color)}.interaction-buttons .share-button-wrapper .share-popup .share-popup-header .close-btn{background:none;border:none;color:var(--text-color);font-size:var(--font-size-xl);padding:0;cursor:pointer;line-height:1}.interaction-buttons .share-button-wrapper .share-popup .share-options{padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.interaction-buttons .share-button-wrapper .share-popup .share-options .share-option{padding:.5rem .75rem;background:none;border:none;border-radius:var(--border-radius);color:var(--text-color);text-align:left;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:.5rem}.interaction-buttons .share-button-wrapper .share-popup .share-options .share-option:hover{background-color:hsla(0,0%,100%,.1)}.interaction-buttons .share-button-wrapper .share-popup .share-options .share-option span{display:inline-flex;align-items:center;justify-content:center;font-size:16px}