.elementor-kit-13{--e-global-color-primary:#C82476;--e-global-color-secondary:#801856;--e-global-color-text:#333333;--e-global-color-accent:#61CE70;--e-global-color-6d32ece:#A82269;--e-global-color-e44100f:#F0F0F0;--e-global-color-d538f8b:#D4E1EA;--e-global-color-0ccb6af:#EBF4F8;--e-global-color-ae25180:#8E1960;--e-global-color-410d404:#D92B87;--e-global-color-6210373:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:1.1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.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);}.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 */.custom-protected-page-wrapper {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background:
        linear-gradient(135deg, rgba(0,156,164,0.10), rgba(0,0,0,0.04)),
        #f5f7fa;
}

.custom-protected-page-card {
    width: 100%;
    max-width: 460px;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 32px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.10);
    text-align: center;
}

.custom-password-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.custom-password-form input {
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #ddd;
}

.custom-password-form button {
    padding: 14px;
    background: #009ca4;
    color: white;
    border: none;
    border-radius: 12px;
    cursor: pointer;
}/* End custom CSS */