/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.form-candidatura .elementor-field-type-upload input[type="file"] {
  width: 100%;
  padding: 7px;
  border: 2px dashed #dcdcdc;
  border-radius: 10px;
  background: #fafafa;
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: 13px; /* leggermente ridotto */
}

/* Hover area */
.form-candidatura .elementor-field-type-upload input[type="file"]:hover {
  border-color: #bfbfbf;
  background: #f5f5f5;
}

/* Bottone "Scegli file" */
.form-candidatura .elementor-field-type-upload input[type="file"]::file-selector-button {
  padding: 5px 14px;
  margin-right: 10px;
  border: none; /* rimosso bordo */
  border-radius: 6px;
  background: #eaeaea;
  color: #333;
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: 12px; /* più piccolo */
}

/* Hover bottone */
.form-candidatura .elementor-field-type-upload input[type="file"]::file-selector-button:hover {
  background: #e0e0e0;
}

/* Stato focus */
.form-candidatura .elementor-field-type-upload input[type="file"]:focus {
  outline: none;
  border-color: #999;
}

.form-candidatura .elementor-field-type-upload input[type="file"]::after {
  content: attr(data-file);
  margin-left: 8px;
  color: #666;
  font-size: 12px;
}

.form-candidatura input[type="checkbox"]:checked {
  accent-color: #df5091;
}

.form-candidatura input[type="radio"]:checked {
  accent-color: #df5091;
}

.form-candidatura .elementor-field-type-html {
    font-size: 14px !important;
    margin-top: -10px !important;
}

.form-candidatura .elementor-field-type-checkbox {
    margin: 30px 0 50px 0;
}

.form-candidatura .elementor-field-type-acceptance label {
    font-size: 14px !important;
}

.form-candidatura .elementor-field-type-acceptance label a {
    color: #000;
    text-decoration: underline;
}