rad-ui-upload-file {
  font-family: Circe;

  .upload-file {
    display: flex;
    position: relative;
    width: 100%;

    .file__title {
      border: dashed 1px #009af1;
      color: #009af1;
      font-size: 13px;
      border-radius: 4px;
      box-sizing: border-box;
      cursor: pointer;
      min-height: 36px;
      display: inline-block;
      align-items: center;
    }

    .not_editable {
      line-height: 36px;
      white-space: nowrap; /* Отменяем перенос текста */
      overflow: hidden; /* Обрезаем содержимое */
    }

    rad-ui-file {
      cursor: pointer;
      display: none;
      position: absolute;
      top: 0;
      opacity: 0;
    }
  }
}
