
/* A3LNAT_PATCH_38_SLIDES_INPUT_UI */
.a3-file-picker{position:relative}
.a3-file-picker input[type=file]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}
.a3-file-picker label{min-height:74px;border:1px dashed #b9d7ff!important;background:linear-gradient(135deg,#f8fbff,#eff6ff)!important;border-radius:18px!important;display:flex!important;align-items:center!important;gap:12px!important;padding:12px!important;cursor:pointer!important;margin:0!important;color:#0f172a!important;transition:.16s ease!important}
.a3-file-picker:hover label{border-color:#1877f2!important;box-shadow:0 0 0 4px rgba(24,119,242,.08)!important}
.a3-file-icon{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#1877f2,#0b5ed7);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;flex:0 0 auto}
.a3-file-text{display:flex;flex-direction:column;gap:2px;min-width:0}.a3-file-text strong{font-weight:1000;color:#0f172a}.a3-file-text small{color:#64748b;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:230px}
