.copy-el{display:flex}.copy-el__label{font-size:12px;color:var(--grey-2)}.copy-el:not(.copy-el--reset){display:flex;justify-content:flex-start;gap:15px;padding:10px;border:1px solid rgba(41,41,41,.3);border-radius:4px;background-color:#2929294d;transition:background-color .3s ease,border-color .3s ease}.copy-el:not(.copy-el--reset):not(.copy-el--success):hover{background-color:#29292980;border-color:#29292980}.copy-el__content{font-size:14px;margin-right:10px;word-break:break-all}.copy-el__content span{display:flex;flex-wrap:wrap}.copy-el__action{background:none;border:none;cursor:pointer;display:flex;margin-left:auto;flex-shrink:0}.copy-el__action .copy-el__icon{width:16px;height:16px}.copy-el__action .copy-el__icon path{fill:#a4a4a4;transition:fill .3s ease}.copy-el__action:not(.copy-el--success):hover .copy-el__icon path{fill:#555}.copy-el--success .copy-el__icon path{fill:#4caf50!important}
