/* Stili personalizzati per il modulo candidatura */
.candidatura-wrapper {
  max-width: 100%;
  margin: 0 0 30px 0;
  padding: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fafafa;
}

.candidatura-wrapper h3 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  color: #333;
}

.candidatura-wrapper p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

.candidatura-wrapper form input,
.candidatura-wrapper form button {
  font-size: 15px;
}

.candidatura-wrapper form input[type="text"],
.candidatura-wrapper form input[type="email"],
.candidatura-wrapper form input[type="file"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.candidatura-wrapper form button {
  background: #009688;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 15px;
}
