.elementor-kit-8{--e-global-color-primary:#1D6954;--e-global-color-secondary:#155343;--e-global-color-text:#1E1E1E;--e-global-color-accent:#258064;--e-global-color-8a62d39:#F8F9FA;--e-global-color-9647acd:#EBFEF7;--e-global-color-707ed46:#E0C7A7;--e-global-color-e67c02c:#181717;--e-global-color-1479d9e:#FFFFFF;--e-global-color-7e3cc31:#FFFFFF00;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;background-color:#181717;font-family:"Montserrat", Sans-serif;font-weight:600;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-1479d9e );}.elementor-kit-8 a:hover{color:var( --e-global-color-1479d9e );}.elementor-kit-8 h2{color:var( --e-global-color-1479d9e );font-family:"Montserrat", Sans-serif;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* 1. Safe section styling - isolated ONLY to the password container */
.post-password-required,
body.page-template-default .post-password-required,
body.single .post-password-required {
    background-color: #121212 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 80vh !important;
    padding: 60px 20px !important;
    box-sizing: border-box !important;
}

/* 2. The Dark Form Card */
.post-password-form {
    background-color: #262626 !important;
    border-radius: 12px !important;
    padding: 50px 40px !important;
    width: 100% !important;
    max-width: 650px !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.4) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    position: relative !important;
    box-sizing: border-box !important;
    margin-top:300px!important;
    margin-bottom: 200px!important;
}

/* 3. Pure white descriptive text */
.post-password-form p {
    color: #ffffff !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 25px !important;
    width: 100% !important;
    text-align: center !important;
}

/* 4. Aligning the Input Bar & Enter Button on a single line */
.post-password-form label {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 550px !important;
    color: #ffffff !important;
}

/* Strip out theme-injected line breaks that force elements to separate lines */
.post-password-form label br {
    display: none !important;
}

/* 5. Password Input Field */
.post-password-form input[type="password"] {
    flex-grow: 1 !important;
    max-width: 380px !important;
    padding: 12px 16px !important;
    background-color: #E2E8F0 !important;
    border: 1px solid #CBD5E1 !important;
    border-radius: 4px !important;
    color: #1E293B !important;
    font-size: 1rem !important;
    outline: none !important;
    margin: 0 !important;
    height: 46px !important;
    box-sizing: border-box !important;
}

/* 6. Enter Button */
.post-password-form input[type="submit"] {
    background-color: #1A8A79 !important;
    color: #ffffff !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    padding: 0 30px !important;
    height: 46px !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background-color 0.3s ease !important;
}

.post-password-form input[type="submit"]:hover {
    background-color: #13695C !important;
}

/* Mobile Responsive Optimization */
@media (max-width: 580px) {
    .post-password-required,
    body.page-template-default .post-password-required,
    body.single .post-password-required {
        min-height: 80vh !important;
        padding: 40px 15px !important;
    }

    .post-password-form {
        padding: 40px 20px !important;
    }
    .post-password-form label {
        flex-direction: column !important;
        gap: 15px !important;
    }
    .post-password-form input[type="password"] {
        width: 100% !important;
        max-width: 100% !important;
    }
    .post-password-form input[type="submit"] {
        width: 100% !important;
    }
}/* End custom CSS */