.aw-file {
    position: relative;

    & > input[type='file'] {
          appearance: none;
          opacity: 0;
          cursor: pointer;
          width: 100%;
          height: 100%;

          position: absolute;
          left: 0;
          top: 0;
          z-index: 1;
    }

    & > input[disabled] {
          cursor: default;
    }
}
