.help-center-file-upload{display:flex;flex-direction:column;gap:10px;max-width:992px}.help-center-file-upload--error .help-center-file-upload__label{color:red}.help-center-file-upload--error .help-center-file-upload__chip{border-color:red}.help-center-file-upload__label{margin:0;font-size:18px;line-height:24px;font-weight:500;color:#000}.help-center-file-upload__input{display:none}.help-center-file-upload__attach{align-self:flex-start;min-width:130px;height:37px;padding:6px 24px;border:0;border-radius:8px;background:linear-gradient(270deg,#e5a855,#fecd80 36%,#e5a855 66.5%,#d79960);color:#fff;font-size:16px;line-height:24px;font-weight:600;cursor:pointer;transition:opacity .2s ease}.help-center-file-upload__attach:hover:not(:disabled){opacity:.9}.help-center-file-upload__attach:disabled{opacity:.6;cursor:not-allowed}.help-center-file-upload__chip{display:inline-flex;flex-direction:column;align-self:flex-start;gap:5px;width:-moz-fit-content;width:fit-content;max-width:100%;min-height:44px;padding:10px;border:1px solid #160e00;border-radius:8px;background:#fff;box-sizing:border-box}.help-center-file-upload__chip--uploading{min-width:220px}.help-center-file-upload__chip-row{display:flex;align-items:center;gap:5px;min-height:24px}.help-center-file-upload__attach-icon{flex-shrink:0}.help-center-file-upload__filename{flex:1 1;min-width:0;max-width:138px;font-size:16px;line-height:24px;font-weight:400;color:#160e00;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.help-center-file-upload__remove{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:24px;height:24px;margin-left:auto;padding:0;border:0;background:transparent;cursor:pointer;transition:opacity .2s ease}.help-center-file-upload__remove:hover:not(:disabled){opacity:.7}.help-center-file-upload__remove:disabled{opacity:.4;cursor:not-allowed}.help-center-file-upload__progress{width:100%;min-width:190px;padding-top:2px}.help-center-file-upload__progress-track{position:relative;width:100%;height:2px;background:#160e00}.help-center-file-upload__progress-fill{position:absolute;top:-1px;left:0;height:4px;min-width:0;background:linear-gradient(270deg,#e5a855,#fecd80 36%,#e5a855 66.5%,#d79960);transition:width .12s linear}.help-center-file-upload__error{margin:0}