.wpcf7-form-control[type="file"] {
  opacity: 0 !important;
  position: absolute;
  pointer-events: none;
}

.custom-upload-button {
  display: inline-block;
  background-color: #fdd56a;
  color: #222222;
  padding: 10px 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 0.25em;
  transition: background-color 0.3s;
  font-size: 14px;
}

.custom-upload-button:hover {
  background-color: #005f8d;
}

.custom-upload-name {
  display: block;
  font-size: 0.85em;
  color: #333;
  margin-top: 4px;
}

label {
  font-weight: 500;
  margin-bottom: 10px !important;
  font-size: 18px !important;
} 

.wpcf7-list-item {
  margin: 0;
}                              