.container-layout-section {
    padding: 0 0 80px;
}

.container-layout-section .half-form-container {
    display: grid;
    grid-template-columns: 5fr 5fr;
}

.container-layout-section .half-form-container .half-form-content-left .post-tags-container{
    padding: 24px 56px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.container-layout-section .half-form-container .half-form-content-left .post-tags-container .tag-badge{
    padding: 4px 16px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.container-layout-section .half-form-container .half-form-content-left .post-tags-container .tag-badge svg path{
    fill: var(--color-secondary);
}

/* Stili per le spaziature interne */
.container-layout-section .container-text-section-block {
    margin-bottom: 40px;
}

.container-layout-section .container-alert {
    padding: 40px 20px 40px 56px;
}

.container-layout-section .container-alert .text-alert p{
    margin: 0;
    margin-top: 20px;
}

.container-layout-section .sections{
   padding: 24px 93px 0 56px;
}

.container-layout-section .sections .container-text-section-block h3,.container-layout-section .sections .container-text-section-block p{
   margin: 0;
}

.container-layout-section .sections .container-text-section-block p{
    margin-top: 8px;
}

.container-layout-section .sections .container-text-section-block .btn{
    margin-top: 24px;
    width: fit-content;
    display: block;
}

.container-layout-section .sections .container-text-section-block .subsections .subsection-item{
    margin-bottom: 20px;
}

.container-layout-section .sections .container-text-section-block .subsections .subsection-item h4{
    margin-bottom: 8px;
    margin-top: 8px;
}

.container-layout-section .half-form-container .half-form-sidebar-right h2{
   margin: 0;
   margin-bottom: 8px;
}

.container-layout-section .half-form-container .half-form-sidebar-right .form-intro{
   padding-bottom: 24px;
}

.container-layout-section .half-form-container .half-form-sidebar-right .form-intro p{
   margin: 0;
}

.container-layout-section .half-form-container .half-form-sidebar-right .half-form-form-wrapper{
   padding: 40px 36px;
}

.container-layout-section .container-text-section-block .download-link {
    display: flex;
    justify-content: space-between;
    padding-top: 52px;
    text-decoration: none;
    border-bottom: 1px solid var(--color-primary-azure);
    padding-bottom: 25px;
    align-items: center;
}

.container-layout-section .container-text-section-block .download-link .icon-download{
    display: flex;
}

.container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list{
    padding: 0 56px;
}

.container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list .riviste-header{
    padding-bottom: 48px;
}

.container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list .riviste-header h2,.container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list .riviste-header p{
    margin: 0;
}

.container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list .riviste-header h2{
    margin-bottom: 8px;
}

.container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list .riviste-grid .rivista-card{
    display: flex;
    gap: 20px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--color-neutral-beige-medium-dark);
}

.container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list .riviste-grid .rivista-card .rivista-thumb{
    display: block;
    max-width: 208px;
}

.container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list .riviste-grid .rivista-card .rivista-thumb a{
    display: block;
}

.container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list .riviste-grid .rivista-card .rivista-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 80px;
}

.container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list .riviste-grid .rivista-card .rivista-content .container-title-excerpt{
    display: flex;
    flex-direction: column;
}

.container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list .riviste-grid .rivista-card .rivista-content .container-title-excerpt h3{
    margin: 0;
    margin-bottom: 16px;
}

.container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list .riviste-grid .rivista-card .rivista-content .container-title-excerpt p{
    margin: 0;
}

.container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list .riviste-grid .rivista-card .rivista-content .download-link{
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list .container-pagination.pub-pagination{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 16px;
}

.container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list .container-pagination.pub-pagination .page-numbers,.container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list .container-pagination.pub-pagination .next.page-numbers,.container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list .container-pagination.pub-pagination .prev.page-numbers{
    display: flex;
    text-decoration: none;
    font-family: var(--typo-title-2-regular-font);
    font-size: var(--typo-title-2-size-regular);
    font-weight: var(--typo-title-2-regular-fw);
    line-height: var(--typo-title-2-regular-lh);
    letter-spacing: var(--typo-title-2-regular-ls);
    color: var(--color-primary);
}

.container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list .container-pagination.pub-pagination .prev.page-numbers{
    rotate: 180deg;
    padding-left: 48px;
    padding-right: 0;
}

.container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list .container-pagination.pub-pagination .page-numbers{
    padding: 4px 13px;
    align-items: center;
}

.container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list .container-pagination.pub-pagination .page-numbers.current{
    background: var(--color-primary);
    border-radius: 24px;
    color: var(--color-background-white);
}

.container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list .container-pagination.pub-pagination .next.page-numbers{
    padding-left: 48px;
}

/* Form di salute e sviluppo */

.container-layout-section .half-form-sidebar-right #nf-form-7-cont .nf-before-form-content, .container-layout-section .half-form-sidebar-right #nf-form-7-cont .nf-form-title{
    display: none;
}

.container-layout-section .half-form-sidebar-right #nf-form-7-cont .nf-field-element input,.container-layout-section .half-form-sidebar-right #nf-form-7-cont .nf-field-element select{
    padding: 12px 16px;
    height: 45px;
}

.container-layout-section .half-form-sidebar-right #nf-form-7-cont .nf-form-layout form .nf-error-msg.nf-error-required-error,.container-layout-section .half-form-sidebar-right #nf-form-7-cont .nf-form-layout form .nf-error-msg.nf-error-field-errors{
    font-family: var(--typo-tag-regular-font);
  font-size: var(--typo-tag-size-regular);
  font-weight: var(--typo-tag-regular-fw);
  line-height: var(--typo-tag-regular-lh);
  letter-spacing: var(--typo-tag-regular-ls);
}

.container-layout-section .half-form-sidebar-right #nf-form-7-cont nf-rows-wrap .submit-wrap input{
  opacity: 1;
    color: var(--color-background-white);
    padding: 13px 40px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    border-radius: 36px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: var(--color-primary);
    height: 50px;
    font-family: var(--typo-title-2-bold-font);
    font-size: var(--typo-title-2-size);
    font-weight: var(--typo-title-2-bold-fw);
    line-height: var(--typo-title-2-bold-lh);
    letter-spacing: var(--typo-title-2-bold-ls);
}

.container-layout-section .half-form-sidebar-right #nf-form-7-cont nf-rows-wrap .submit-wrap input:disabled{
    opacity: 0.3;
}

.container-layout-section .half-form-sidebar-right #nf-form-7-cont .label-right .checkbox-wrap .nf-field-element{
    width: auto;
}

.container-layout-section .half-form-sidebar-right #nf-form-7-cont .submit-container .submit-wrap .nf-field-element{
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-layout-section .half-form-sidebar-right #nf-form-7-cont nf-rows-wrap .checkbox-wrap label{
    font-family: var(--typo-disclaimer-medium-font);
    font-size: var(--typo-disclaimer-medium-size);
    font-weight: var(--typo-disclaimer-medium-fw);
    line-height: var(--typo-disclaimer-medium-lh);
    letter-spacing: var(--typo-disclaimer-medium-ls);
}

.container-layout-section .half-form-sidebar-right #nf-form-7-cont nf-rows-wrap .checkbox-wrap label a{
    color: var(--color-primary);
}

.container-layout-section .half-form-sidebar-right #nf-form-7-cont nf-rows-wrap .checkbox-wrap label span{
    color: var(--color-text-black);
}

.container-layout-section .half-form-sidebar-right #nf-form-7-cont .nf-field-container{
    margin-bottom: 16px;
}

.container-layout-section .half-form-sidebar-right #nf-form-7-cont .nf-field-container.hidden-container{
    margin: 0;
}

.container-layout-section .half-form-sidebar-right #nf-form-7-cont #nf-field-164,.container-layout-section .half-form-sidebar-right #nf-form-7-cont #nf-field-162 {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid var(--color-text-black);
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    margin: 0;
    outline: none; /* Rimuove il bordo blu del browser al click */
    padding: 0;
}

.container-layout-section .half-form-sidebar-right #nf-form-7-cont #nf-field-164:checked,.container-layout-section .half-form-sidebar-right #nf-form-7-cont #nf-field-162:checked{
    background-color: var(--color-primary); /* Sfondo rosso (uguale alla foto) */
    border-color: var(--color-primary);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 70%; /* Grandezza della spunta */
    background-position: center;
    background-repeat: no-repeat;
}

.container-layout-section .half-form-sidebar-right #nf-form-7-cont nf-rows-wrap .listselect-wrap label,
.container-layout-section .half-form-sidebar-right #nf-form-7-cont nf-rows-wrap .zip-container label,
.container-layout-section .half-form-sidebar-right #nf-form-7-cont nf-rows-wrap .address-wrap label,
.container-layout-section .half-form-sidebar-right #nf-form-7-cont nf-rows-wrap .firstname-wrap label,
.container-layout-section .half-form-sidebar-right #nf-form-7-cont nf-rows-wrap .lastname-wrap label,
.container-layout-section .half-form-sidebar-right #nf-form-7-cont nf-rows-wrap .city-wrap label,
.container-layout-section .half-form-sidebar-right #nf-form-7-cont nf-rows-wrap .email-wrap label,
.container-layout-section .half-form-sidebar-right #nf-form-7-cont nf-rows-wrap .textbox-wrap label{
    text-transform: uppercase;
    font-family: var(--typo-tag-regular-font);
  font-size: var(--typo-tag-size-regular);
  font-weight: var(--typo-tag-regular-fw);
  line-height: var(--typo-tag-regular-lh);
  letter-spacing: var(--typo-tag-regular-ls);
 }

 .container-layout-section .half-form-sidebar-right #nf-form-7-cont nf-rows-wrap .listselect-wrap label span,
.container-layout-section .half-form-sidebar-right #nf-form-7-cont nf-rows-wrap .zip-container label span,
.container-layout-section .half-form-sidebar-right #nf-form-7-cont nf-rows-wrap .address-wrap label span,
.container-layout-section .half-form-sidebar-right #nf-form-7-cont nf-rows-wrap .firstname-wrap label span,
.container-layout-section .half-form-sidebar-right #nf-form-7-cont nf-rows-wrap .lastname-wrap label span,
.container-layout-section .half-form-sidebar-right #nf-form-7-cont nf-rows-wrap .city-wrap label span,
.container-layout-section .half-form-sidebar-right #nf-form-7-cont nf-rows-wrap .email-wrap label span,
.container-layout-section .half-form-sidebar-right #nf-form-7-cont nf-rows-wrap .textbox-wrap label span{
    color: var(--color-text-black);
 }


 /* Form di corsi formativi */

 .container-layout-section .half-form-sidebar-right #nf-form-5-cont .nf-before-form-content, .container-layout-section .half-form-sidebar-right #nf-form-5-cont .nf-form-title{
    display: none;
}

.container-layout-section .half-form-sidebar-right #nf-form-5-cont .nf-field-element input,.container-layout-section .half-form-sidebar-right #nf-form-5-cont .nf-field-element select{
    padding: 12px 16px;
    height: 45px;
}

.container-layout-section .half-form-sidebar-right #nf-form-5-cont .nf-form-layout form .nf-error-msg.nf-error-required-error,.container-layout-section .half-form-sidebar-right #nf-form-5-cont .nf-form-layout form .nf-error-msg.nf-error-field-errors{
    font-family: var(--typo-tag-regular-font);
  font-size: var(--typo-tag-size-regular);
  font-weight: var(--typo-tag-regular-fw);
  line-height: var(--typo-tag-regular-lh);
  letter-spacing: var(--typo-tag-regular-ls);
}

.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .submit-wrap input,.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .file_upload-wrap button{
  opacity: 1;
    color: var(--color-background-white);
    padding: 13px 40px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    border-radius: 36px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: var(--color-primary);
    height: 50px;
    font-family: var(--typo-title-2-bold-font);
    font-size: var(--typo-title-2-size);
    font-weight: var(--typo-title-2-bold-fw);
    line-height: var(--typo-title-2-bold-lh);
    letter-spacing: var(--typo-title-2-bold-ls);
}

.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .submit-wrap input:hover,.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .file_upload-wrap button:hover{
  background-color: var(--color-secondary) !important;
}

.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .submit-wrap input:disabled{
    opacity: 0.3;
}

.container-layout-section .half-form-sidebar-right #nf-form-5-cont .label-right .checkbox-wrap .nf-field-element{
    width: auto;
}

.container-layout-section .half-form-sidebar-right #nf-form-5-cont .submit-container .submit-wrap .nf-field-element{
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .checkbox-wrap label{
    font-family: var(--typo-disclaimer-medium-font);
    font-size: var(--typo-disclaimer-medium-size);
    font-weight: var(--typo-disclaimer-medium-fw);
    line-height: var(--typo-disclaimer-medium-lh);
    letter-spacing: var(--typo-disclaimer-medium-ls);
}

.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .checkbox-wrap label a{
    color: var(--color-primary);
}

.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .checkbox-wrap label span{
    color: var(--color-text-black);
}

.container-layout-section .half-form-sidebar-right #nf-form-5-cont .nf-field-container{
    margin-bottom: 16px;
}

.container-layout-section .half-form-sidebar-right #nf-form-5-cont .nf-field-container.hidden-container{
    margin: 0;
}

.container-layout-section .half-form-sidebar-right #nf-form-5-cont #nf-field-127,.container-layout-section .half-form-sidebar-right #nf-form-5-cont #nf-field-129 {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid var(--color-text-black);
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    margin: 0;
    outline: none; /* Rimuove il bordo blu del browser al click */
    padding: 0;
}

.container-layout-section .half-form-sidebar-right #nf-form-5-cont #nf-field-127:checked,.container-layout-section .half-form-sidebar-right #nf-form-5-cont #nf-field-129:checked{
    background-color: var(--color-primary); /* Sfondo rosso (uguale alla foto) */
    border-color: var(--color-primary);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 70%; /* Grandezza della spunta */
    background-position: center;
    background-repeat: no-repeat;
}

.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .listselect-wrap label,
.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .zip-container label,
.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .address-wrap label,
.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .firstname-wrap label,
.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .lastname-wrap label,
.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .city-wrap label,
.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .email-wrap label,
.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .textbox-wrap label,
.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .date-wrap .nf-label-span,
.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .textarea-wrap label{
    text-transform: uppercase;
    font-family: var(--typo-tag-regular-font);
  font-size: var(--typo-tag-size-regular);
  font-weight: var(--typo-tag-regular-fw);
  line-height: var(--typo-tag-regular-lh);
  letter-spacing: var(--typo-tag-regular-ls);
 }

 .container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .listselect-wrap label span,
.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .zip-container label span,
.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .address-wrap label span,
.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .firstname-wrap label span,
.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .lastname-wrap label span,
.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .city-wrap label span,
.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .email-wrap label span,
.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .textbox-wrap label span,
.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .date-wrap .nf-label-span span,
.container-layout-section .half-form-sidebar-right #nf-form-5-cont nf-rows-wrap .textarea-wrap label span{
    color: var(--color-text-black);
 }


/* Form per eventi formativi */

 .container-layout-section .half-form-sidebar-right #nf-form-9-cont .nf-before-form-content, .container-layout-section .half-form-sidebar-right #nf-form-9-cont .nf-form-title{
    display: none;
}

.container-layout-section .half-form-sidebar-right #nf-form-9-cont .nf-field-element input,.container-layout-section .half-form-sidebar-right #nf-form-9-cont .nf-field-element select{
    padding: 12px 16px;
    height: 45px;
}

.container-layout-section .half-form-sidebar-right #nf-form-9-cont .nf-form-layout form .nf-error-msg.nf-error-required-error,.container-layout-section .half-form-sidebar-right #nf-form-9-cont .nf-form-layout form .nf-error-msg.nf-error-field-errors{
    font-family: var(--typo-tag-regular-font);
  font-size: var(--typo-tag-size-regular);
  font-weight: var(--typo-tag-regular-fw);
  line-height: var(--typo-tag-regular-lh);
  letter-spacing: var(--typo-tag-regular-ls);
}

.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .submit-wrap input,.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .file_upload-wrap button{
  opacity: 1;
    color: var(--color-background-white);
    padding: 13px 40px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    border-radius: 36px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: var(--color-primary);
    height: 50px;
    font-family: var(--typo-title-2-bold-font);
    font-size: var(--typo-title-2-size);
    font-weight: var(--typo-title-2-bold-fw);
    line-height: var(--typo-title-2-bold-lh);
    letter-spacing: var(--typo-title-2-bold-ls);
}

.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .submit-wrap input:hover,.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .file_upload-wrap button:hover{
  background-color: var(--color-secondary) !important;
}

.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .submit-wrap input:disabled{
    opacity: 0.3;
}

.container-layout-section .half-form-sidebar-right #nf-form-9-cont .label-right .checkbox-wrap .nf-field-element{
    width: auto;
}

.container-layout-section .half-form-sidebar-right #nf-form-9-cont .submit-container .submit-wrap .nf-field-element{
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .checkbox-wrap label{
    font-family: var(--typo-disclaimer-medium-font);
    font-size: var(--typo-disclaimer-medium-size);
    font-weight: var(--typo-disclaimer-medium-fw);
    line-height: var(--typo-disclaimer-medium-lh);
    letter-spacing: var(--typo-disclaimer-medium-ls);
}

.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .checkbox-wrap label a{
    color: var(--color-primary);
}

.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .checkbox-wrap label span{
    color: var(--color-text-black);
}

.container-layout-section .half-form-sidebar-right #nf-form-9-cont .nf-field-container{
    margin-bottom: 16px;
}

.container-layout-section .half-form-sidebar-right #nf-form-9-cont .nf-field-container.hidden-container{
    margin: 0;
}

.container-layout-section .half-form-sidebar-right #nf-form-9-cont #nf-field-202,.container-layout-section .half-form-sidebar-right #nf-form-9-cont #nf-field-204 {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid var(--color-text-black);
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    margin: 0;
    outline: none; /* Rimuove il bordo blu del browser al click */
    padding: 0;
}

.container-layout-section .half-form-sidebar-right #nf-form-9-cont #nf-field-202:checked,.container-layout-section .half-form-sidebar-right #nf-form-9-cont #nf-field-204:checked{
    background-color: var(--color-primary); /* Sfondo rosso (uguale alla foto) */
    border-color: var(--color-primary);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 70%; /* Grandezza della spunta */
    background-position: center;
    background-repeat: no-repeat;
}

.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .listselect-wrap label,
.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .zip-container label,
.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .address-wrap label,
.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .firstname-wrap label,
.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .lastname-wrap label,
.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .city-wrap label,
.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .email-wrap label,
.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .textbox-wrap label,
.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .date-wrap .nf-label-span,
.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .textarea-wrap label{
    text-transform: uppercase;
    font-family: var(--typo-tag-regular-font);
  font-size: var(--typo-tag-size-regular);
  font-weight: var(--typo-tag-regular-fw);
  line-height: var(--typo-tag-regular-lh);
  letter-spacing: var(--typo-tag-regular-ls);
 }

 .container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .listselect-wrap label span,
.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .zip-container label span,
.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .address-wrap label span,
.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .firstname-wrap label span,
.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .lastname-wrap label span,
.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .city-wrap label span,
.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .email-wrap label span,
.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .textbox-wrap label span,
.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .date-wrap .nf-label-span span,
.container-layout-section .half-form-sidebar-right #nf-form-9-cont nf-rows-wrap .textarea-wrap label span{
    color: var(--color-text-black);
 }



 @media screen and (max-width: 768px) {

    .container-layout-section{
        padding: 0;
    }

    .container-layout-section .half-form-container{
        display: flex;
        flex-direction: column;
    }

    .container-layout-section .sections{
        padding: 0 20px;
    }

    .container-layout-section .half-form-container .half-form-content-left .riviste-dynamic-list{
        padding: 0 20px;
    }

    .container-layout-section .half-form-container .half-form-sidebar-right .half-form-form-wrapper{
        padding: 40px 20px;
    }
 }