a.Block-Linktree{background:#fff;border-radius:40px;color:var(--Shark)!important;display:flex;gap:2em;align-items:center;position:relative;overflow:hidden}a.Block-Linktree::before{content:"";position:absolute;inset:0;background:var(--Neon);transform:scaleX(0);transform-origin:left center;transition:transform 0.35s ease;z-index:0}a.Block-Linktree:hover::before{transform:scaleX(1)}a.Block-Linktree>*{position:relative;z-index:1}.Block-Linktree-Icon{background:var(--Neon);display:flex;justify-content:center;align-items:center;border-radius:40px;padding:10px;width:70px;height:70px;min-width:70px}.Block-Linktree-Icon img{width:50px}a.Block-Linktree h4{font-size:20px;text-transform:uppercase;letter-spacing:1px;font-weight:700;padding:0}@media all and (max-width:700px),all and (max-device-width:700px){a.Block-Linktree{padding:15px;gap:1em}}