.md-file {
  display: flex;
  flex: 1;

  input[type='file'] {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    border: 0;
  }

  .md-file-icon {
    font-size: 24px;
    color: rgb(0 0 0 / 24%);

    &:not(.md-disabled) {
      cursor: pointer;
    }

    &.md-disabled {
      pointer-events: none;
    }
  }
}
