
.gt-uploader { max-width:420px }

.gt-upload {
  display:block;
  padding:28px;
  border:2px dashed #c62828;
  color:#c62828;
  text-align:center;
  cursor:pointer;
  border-radius:12px;
  font-weight:600;
  margin-bottom:10px;
}
.gt-upload input { display:none }

.gt-btn {
  width:100%;
  padding:14px;
  background:#c62828;
  color: white !important;
  border:none;
  border-radius:10px;
  font-size:17px;
  cursor:pointer;
}

progress {
  width:100%;
  display:none;
  margin-top:10px;
}

.gt-item {
  margin-top:18px;
  text-align:center;
}

.gt-item img {
  max-width:100%;
  border-radius:10px;
}

.gt-download {
  display:block;
  margin-top:12px;
  background:#c62828;
 color: white !important; /* Cor do texto branco */
  padding:18px;
  font-size:20px;
  font-weight:bold;
  border-radius:14px;
  text-decoration:none;
}
