.elementor-kit-4{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-95930f9:#FED353;--e-global-color-5563d11:#459DBE;--e-global-color-102a4ed:#F8C438;--e-global-color-87d0257:#FFE69D;--e-global-color-b9a81a6:#129A8B;--e-global-color-4a68478:#D6EEEB;--e-global-typography-primary-font-family:"Century Gothic";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Century Gothic";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Century Gothic";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Century Gothic";--e-global-typography-accent-font-weight:500;--e-global-typography-0d868cf-font-family:"Lora";--e-global-typography-0d868cf-font-size:45px;--e-global-typography-0d868cf-font-weight:600;--e-global-typography-9fc048f-font-family:"Lora";--e-global-typography-9fc048f-font-size:20px;--e-global-typography-9fc048f-font-weight:600;background-color:var( --e-global-color-95930f9 );}.elementor-kit-4 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 *//* Container */
.post-password-form {
max-width: 520px;
margin: 4rem auto;
padding: 2rem;
border-radius: 12px;
background: #FFEFBF;
box-shadow: 0 8px 24px rgba(0,0,0,.06);
text-align: center;


}

/* Label text */
.post-password-form p {
font-size: 1.05rem;
margin-bottom: 1rem;
}

.post-password-form label {
    font-weight: bold;
}

/* Password box */
.post-password-form input[type="password"] {
    display: inline-block;
   
    margin-top: 10px;
    padding: .9rem 1rem;
    border: 1px solid #fff;
    outline: none;

    width: 100%;
    
    border-radius: 10px 0 0 10px;
    box-sizing: border-box; 
    height: 50px; 
}

/* Button */
.post-password-form input[type="submit"] {
    background-color: #459DBE;
    
    color: white;
    margin-top: 1rem;
    padding: .9rem 1rem;
    border: 0;
    cursor: pointer;

    width: 100%;
    max-width: 140px;
    border-radius: 0 10px 10px 0;
    box-sizing: border-box;
    height: 50px; 

/* Button Hover */
.post-password-form input[type="submit"]:hover {
background-color: #459DBE;
color: white;
}

.post-password-form input[type="password"] { line-height: 1.2; }
.post-password-form input[type="submit"] { font-weight: 600; }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Century Gothic';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://you-nity.com/wp-content/uploads/2025/10/CenturyGothic.ttf') format('truetype');
}
@font-face {
	font-family: 'Century Gothic';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://you-nity.com/wp-content/uploads/2025/10/CenturyGothic-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */