/* rec1883360043 – кнопка загрузки файла (Uploadcare widget) */
#rec1883360043 .uploadcare--widget__button{
  background: transparent !important;
  border: 1px solid #ffffff !important;
  border-radius: 999px !important;
  box-shadow: none !important;

  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;

  padding: 10px 16px !important;
  cursor: pointer !important;

  /* прячем штатный текст "Загрузить файл" */
  color: transparent !important;
  text-shadow: none !important;
  font-size: 0 !important;
}

/* если внутри есть span с текстом – скрываем его наверняка */
#rec1883360043 .uploadcare--widget__button span{
  display: none !important;
}

/* иконка слева (SVG, белая) */
#rec1883360043 .uploadcare--widget__button::before{
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27white%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M21%2015v4a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2v-4%27/%3E%3Cpolyline%20points%3D%2717%208%2012%203%207%208%27/%3E%3Cline%20x1%3D%2712%27%20y1%3D%273%27%20x2%3D%2712%27%20y2%3D%2715%27/%3E%3C/svg%3E");
}

/* нужная надпись */
#rec1883360043 .uploadcare--widget__button::after{
  content: "télécharger le manuscrit";
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
}

/* имя выбранного файла делаем белым (когда файл уже прикрепили) */
#rec1883360043 .uploadcare--widget__file-name,
#rec1883360043 .uploadcare--widget__text{
  color: #ffffff !important;
}
