/* 
Theme Name: Fc Progetti
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Tema custom per FC Progetti
Author: Digiko Team
Author URI: https://digiko.it/
Template: hello-elementor
Version: 2.0.0
Text Domain: fc-progetti
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 */

strong{
	font-weight:600;
}

p {
    margin-block-end: 0;
}

ul {
  list-style: disc outside;
  padding-left: 1.2em;
  margin-left: 0;
}

ul li {
  text-indent: 0;
  padding-left: 0;
}

/* Checkbox personalizzata */
.elementor-acceptance-field {
  appearance: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  top:5px;
}

/* Checkbox selezionata */
.elementor-acceptance-field:checked {
  background-color: #BDD1B3 !important;
  border-color: #BDD1B3 !important;
}

/* Segno di spunta nero */
.elementor-acceptance-field:checked::after {
  content: '✔';
  color: #000;
  font-size: 12px;
  position: absolute;
  left: 4px;
  top: 4px;
  line-height: 1;
}

/* Allinea checkbox e testo con flex */
.elementor-field-type-acceptance .elementor-field-subgroup {
  display: flex;
  align-items: flex-start;
}

/* Etichetta leggibile e interlinea funzionante */
.elementor-field-type-acceptance .elementor-field-option {
  line-height: 1.4 !important;
  font-size: 14px !important;
  display: block !important;
  max-width: 100%;
}

.elementor-field-group .elementor-select-wrapper .e-font-icon-svg.e-eicon-caret-down {
  display: none;
}

.elementor-select-wrapper::after {
  content: "";
  border: solid #515932;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}


