.ieshop-account-btn { display: inline-flex; align-items: center; gap: 6px; padding: 7px 16px; border-radius: 999px; font-size: 0.8rem; font-weight: 500; color: rgba(255,255,255,0.8); border: 1px solid rgba(255,255,255,0.25); text-decoration: none; white-space: nowrap; transition: background 0.2s, color 0.2s; } .ieshop-account-btn:hover { background: rgba(255,255,255,0.08); color: #fff; border-color: rgba(255,255,255,0.4); }