.elementor-kit-10{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;font-family:"DM Sans", Sans-serif;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{font-family:"DM Sans", Sans-serif;}.elementor-kit-10 h1{font-family:"DM Sans", Sans-serif;}.elementor-kit-10 h2{font-family:"DM Sans", Sans-serif;}.elementor-kit-10 h3{font-family:"DM Sans", Sans-serif;}.elementor-kit-10 h4{font-family:"DM Sans", Sans-serif;}.elementor-kit-10 h5{font-family:"DM Sans", Sans-serif;}.elementor-kit-10 h6{font-family:"DM Sans", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.post-password-form {
    max-width: 400px;
    margin: 130px auto 60px auto;
    padding: 40px;
    background: #f4f7fb;
    border-radius: 15px;
    text-align: center;
}

.post-password-form input[type="password"] {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.post-password-form input[type="submit"] {
    margin-top: 20px;
    padding: 10px 25px;
    background: #06153f; /* nuovo blu */
    color: white;
    border: none;
    border-radius: 30px; /* angoli arrotondati */
    cursor: pointer;
}
@media (max-width: 767px) {
    .post-password-form {
        margin: 60px auto 40px auto;
    }
}/* End custom CSS */