.lisen-file-input { position:absolute; width:1px; height:1px; margin:-1px; padding:0; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0; }
.lisen-file-button { display:inline-flex; align-items:center; min-height:38px; padding:0 14px; border:1px solid var(--gray-300); border-radius:4px; background:#fff; color:var(--brand-blue); font-weight:700; cursor:pointer; }
.lisen-file-button:hover { border-color:var(--brand-blue); background:#f5f9ff; }
.lisen-file-name { margin-left:10px; color:var(--gray-500); font-size:13px; }
