/* Основной контейнер поля в Zero Block */
#rec1244001811 .form-file .t-input-file__btn,
#rec1244001811 .form-file .t-input-file__btn input[type="file"] {
  border: 1px solid #ffffff !important;    /* белая обводка 1px */
  background: transparent !important;      /* без заливки */
  color: #ffffff !important;               /* белый текст */
  font-size: 14px !important;              /* размер шрифта */
  border-radius: 4px !important;           /* скругление */
  padding: 8px 16px !important;
}

/* Hover эффект */
#rec1244001811 .form-file .t-input-file__btn:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}
