/* Кнопка загрузки файла — фирменный стиль Lemonads */
.t-input-ua .t-input-ua__btn {
  background-color: #ffffff !important; /* белый фон */
  color: #000000 !important; /* чёрный текст */
  border: 2px solid #ffdd33 !important; /* лимонный контур */
  border-radius: 8px !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease;
}

/* Эффект при наведении */
.t-input-ua .t-input-ua__btn:hover {
  background-color: #ffdd33 !important;
  color: #000000 !important;
}