/* mod_zooshow_authlinks basic styles */
.zs-authlinks{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;font-size:14px}
.zs-authlinks .zs-link,
.zs-authlinks .zs-link:visited{color:#111827;text-decoration:underline;text-underline-offset:2px}
.zs-authlinks .zs-link:hover{opacity:.8}
.zs-authlinks .zs-sep{color:#6b7280;margin:0 6px}

.zs-user{display:flex;align-items:center;gap:.5rem}
.zs-avatar{width:28px;height:28px;border-radius:50%;background:rgba(22,163,74,.12);color:#065f46;font-weight:700;display:flex;align-items:center;justify-content:center}
.zs-name{text-decoration:none;color:#111827}
.zs-name:hover{text-decoration:underline}
.zs-logout .btn-out{background:none;border:none;padding:0;margin-left:.25rem;cursor:pointer;text-decoration:underline}
