.elementor-field-group-ugc_file {
  display: flex;
  min-height: 250px;
  padding: 30px 14px;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 2px;
  border: 1px dashed #C0BFBC;
  background: #F6F6F6;
  cursor: pointer;
}
.elementor-field-group-ugc_file label {
  font-family: 'Barlow Condensed';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.elementor-field-group-ugc_file img {
  height: 118px;
}
.elementor-field-group-ugc_file .elementor-ugc_file_upload {
  display: none;
}

.elementor-field-group-ugc_file .drop-zone--over {
  border-style: solid;
}
.elementor-field-group-ugc_file .drop-zone__prompt {
  font-family: 'Montserrat';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.elementor-field-group-ugc_file .drop-zone_thumb {
  display:none;
  max-height: 118px;
  max-width: 176px;
}